Searched refs:cryptd_tfm (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.c34 struct cryptd_ahash *cryptd_tfm; member in struct:ghash_async_ctx
160 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; local
164 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
168 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm);
183 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; local
186 ahash_request_set_tfm(cryptd_req, &cryptd_tfm->base);
201 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; local
217 struct cryptd_ahash *cryptd_tfm = ctx->cryptd_tfm; local
252 struct cryptd_ahash *cryptd_tfm; local
[all...]
H A Daesni-intel_glue.c42 struct cryptd_ablkcipher *cryptd_tfm; member in struct:async_aes_ctx
397 struct crypto_ablkcipher *child = &ctx->cryptd_tfm->base;
418 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
422 desc.tfm = cryptd_ablkcipher_child(ctx->cryptd_tfm);
439 ablkcipher_request_set_tfm(cryptd_req, &ctx->cryptd_tfm->base);
443 desc.tfm = cryptd_ablkcipher_child(ctx->cryptd_tfm);
455 cryptd_free_ablkcipher(ctx->cryptd_tfm);
459 struct cryptd_ablkcipher *cryptd_tfm)
463 ctx->cryptd_tfm = cryptd_tfm;
458 ablk_init_common(struct crypto_tfm *tfm, struct cryptd_ablkcipher *cryptd_tfm) argument
470 struct cryptd_ablkcipher *cryptd_tfm; local
505 struct cryptd_ablkcipher *cryptd_tfm; local
541 struct cryptd_ablkcipher *cryptd_tfm; local
579 struct cryptd_ablkcipher *cryptd_tfm; local
619 struct cryptd_ablkcipher *cryptd_tfm; local
658 struct cryptd_ablkcipher *cryptd_tfm; local
697 struct cryptd_ablkcipher *cryptd_tfm; local
[all...]

Completed in 38 milliseconds