Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/crypto/
Dghash-clmulni-intel_glue.c168 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
188 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
206 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
214 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
226 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
247 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/Linux-v5.4/arch/arm/crypto/
Dghash-ce-glue.c210 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
230 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
248 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
266 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
279 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
289 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
/Linux-v5.4/include/crypto/
Dcryptd.h47 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/Linux-v5.4/crypto/
Dcryptd.c662 struct shash_desc *desc = cryptd_shash_desc(req); in cryptd_hash_import()
1046 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
1051 EXPORT_SYMBOL_GPL(cryptd_shash_desc);