Home
last modified time | relevance | path

Searched refs:crypto_shash_import_core (Results 1 – 4 of 4) sorted by relevance

/linux/crypto/
H A Dshash.c275 int crypto_shash_import_core(struct shash_desc *desc, const void *in) in crypto_shash_import_core() function
280 EXPORT_SYMBOL_GPL(crypto_shash_import_core);
H A Dhmac.c112 return crypto_shash_import_core(desc, in); in hmac_import_core()
H A Dahash.c664 return crypto_shash_import_core(prepare_shash_desc(req, tfm), in crypto_ahash_import_core()
/linux/include/crypto/internal/
H A Dhash.h402 int crypto_shash_import_core(struct shash_desc *desc, const void *in);