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

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

Completed in 141 milliseconds