Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
218 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
235 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
255 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
275 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/linux-6.15/include/crypto/
H A Dcryptd.h48 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/linux-6.15/crypto/
H A Dcryptd.c643 struct shash_desc *desc = cryptd_shash_desc(req); in cryptd_hash_import()
1034 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
1039 EXPORT_SYMBOL_GPL(cryptd_shash_desc);