Searched refs:cryptd_req (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c159 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
163 memcpy(cryptd_req, req, sizeof(*req));
164 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
165 return crypto_ahash_init(cryptd_req);
167 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
178 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
185 memcpy(cryptd_req, req, sizeof(*req));
186 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
187 return crypto_ahash_update(cryptd_req);
189 struct shash_desc *desc = cryptd_shash_desc(cryptd_req);
196 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
216 struct ahash_request *cryptd_req = ahash_request_ctx(req); local
[all...]
H A Daesni-intel_glue.c415 struct ablkcipher_request *cryptd_req = local
417 memcpy(cryptd_req, req, sizeof(*req));
418 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
419 return crypto_ablkcipher_encrypt(cryptd_req);
436 struct ablkcipher_request *cryptd_req = local
438 memcpy(cryptd_req, req, sizeof(*req));
439 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
440 return crypto_ablkcipher_decrypt(cryptd_req);

Completed in 166 milliseconds