Home
last modified time | relevance | path

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

/linux/crypto/
H A Dahash.c162 static inline struct shash_desc *prepare_shash_desc(struct ahash_request *req, in prepare_shash_desc() function
376 return crypto_shash_init(prepare_shash_desc(req, tfm)); in crypto_ahash_init()
575 return shash_ahash_digest(req, prepare_shash_desc(req, tfm)); in crypto_ahash_digest()
664 return crypto_shash_import_core(prepare_shash_desc(req, tfm), in crypto_ahash_import_core()
683 return crypto_shash_import(prepare_shash_desc(req, tfm), in); in crypto_ahash_import()