Home
last modified time | relevance | path

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

/linux-3.3/include/crypto/
Dhash.h188 static inline int crypto_ahash_export(struct ahash_request *req, void *out) in crypto_ahash_export() function
/linux-3.3/crypto/
Dalgif_hash.c194 err = crypto_ahash_export(req, state); in hash_accept()