Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dhash.h437 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/linux-4.4.14/crypto/
Dalgif_hash.c196 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c1088 ret = crypto_ahash_export(req, state); in mv_cesa_ahmac_iv_state_init()