Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c163 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
185 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
203 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
220 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c177 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_init()
199 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_update()
217 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_final()
234 struct shash_desc *desc = cryptd_shash_desc(cryptd_req); in ghash_async_digest()
/linux-4.1.27/include/crypto/
Dcryptd.h49 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/linux-4.1.27/crypto/
Dcryptd.c918 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
923 EXPORT_SYMBOL_GPL(cryptd_shash_desc);