Home
last modified time | relevance | path

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

/include/crypto/
Dhash.h339 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm() function
439 return crypto_ahash_reqtfm(req)->export(req, out); in crypto_ahash_export()
455 return crypto_ahash_reqtfm(req)->import(req, in); in crypto_ahash_import()
472 return crypto_ahash_reqtfm(req)->init(req); in crypto_ahash_init()
489 return crypto_ahash_reqtfm(req)->update(req); in crypto_ahash_update()