Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c170 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
191 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
209 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
217 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
229 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
250 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c168 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
189 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
207 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
225 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
239 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_import()
250 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_export()
/Linux-v4.19/include/crypto/
Dcryptd.h63 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/Linux-v4.19/crypto/
Dcryptd.c859 struct shash_desc *desc = cryptd_shash_desc(req); in cryptd_hash_import()
1300 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
1305 EXPORT_SYMBOL_GPL(cryptd_shash_desc);