Searched defs:cryptd_req (Results 1 - 3 of 3) sorted by relevance

/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c161 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
165 memcpy(cryptd_req, req, sizeof(*req));
166 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
167 return crypto_ahash_init(cryptd_req);
169 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
180 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
187 memcpy(cryptd_req, req, sizeof(*req));
188 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
189 return crypto_ahash_update(cryptd_req);
191 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
198 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
218 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
[all...]
H A Dserpent_sse2_glue.c635 struct ablkcipher_request *cryptd_req = local
638 memcpy(cryptd_req, req, sizeof(*req));
639 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
641 return crypto_ablkcipher_encrypt(cryptd_req);
653 struct ablkcipher_request *cryptd_req = local
656 memcpy(cryptd_req, req, sizeof(*req));
657 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
659 return crypto_ablkcipher_decrypt(cryptd_req);
H A Daesni-intel_glue.c511 struct ablkcipher_request *cryptd_req = local
513 memcpy(cryptd_req, req, sizeof(*req));
514 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
515 return crypto_ablkcipher_encrypt(cryptd_req);
532 struct ablkcipher_request *cryptd_req = local
534 memcpy(cryptd_req, req, sizeof(*req));
535 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
536 return crypto_ablkcipher_decrypt(cryptd_req);
1018 struct aead_request *cryptd_req = local
1020 memcpy(cryptd_req, re
1039 struct aead_request *cryptd_req = local
[all...]

Completed in 92 milliseconds