Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/include/crypto/
Dcryptd.h50 struct shash_desc *cryptd_shash_desc(struct ahash_request *req);
/linux-4.4.14/crypto/
Dcryptd.c948 struct shash_desc *cryptd_shash_desc(struct ahash_request *req) in cryptd_shash_desc() function
953 EXPORT_SYMBOL_GPL(cryptd_shash_desc);