Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/crypto/
Dghash-clmulni-intel_glue.c185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
205 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
223 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
231 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
243 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
264 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/linux-6.12.1/arch/arm/crypto/
Dghash-ce-glue.c222 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
242 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
260 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
278 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
291 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
301 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
/linux-6.12.1/include/crypto/
Dcryptd.h48 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/linux-6.12.1/crypto/
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);