Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/crypto/
Dghash-clmulni-intel_glue.c166 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
186 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
204 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
212 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
224 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
245 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/Linux-v5.15/arch/arm/crypto/
Dghash-ce-glue.c205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
225 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
261 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
274 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
284 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
/Linux-v5.15/include/crypto/
Dcryptd.h47 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/Linux-v5.15/crypto/
Dcryptd.c620 struct shash_desc *desc = cryptd_shash_desc(req); in cryptd_hash_import()
989 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
994 EXPORT_SYMBOL_GPL(cryptd_shash_desc);