crypto_alloc_cipher  189 arch/arm/crypto/aes-neonbs-glue.c 	ctx->enc_tfm = crypto_alloc_cipher("aes", 0, 0);
crypto_alloc_cipher  310 arch/arm/crypto/aes-neonbs-glue.c 	ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0);
crypto_alloc_cipher  314 arch/arm/crypto/aes-neonbs-glue.c 	ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0);
crypto_alloc_cipher  139 arch/s390/crypto/aes_s390.c 	sctx->fallback.cip = crypto_alloc_cipher(name, 0,
crypto_alloc_cipher  324 crypto/ansi_cprng.c 	ctx->tfm = crypto_alloc_cipher("aes", 0, 0);
crypto_alloc_cipher 1748 crypto/drbg.c  	tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0);
crypto_alloc_cipher  290 crypto/essiv.c 	essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0);
crypto_alloc_cipher 3254 crypto/testmgr.c 	tfm = crypto_alloc_cipher(driver, type, mask);
crypto_alloc_cipher  309 crypto/xts.c   	tweak = crypto_alloc_cipher(ictx->name, 0, 0);
crypto_alloc_cipher  212 drivers/crypto/geode-aes.c 	tctx->fallback.cip = crypto_alloc_cipher(name, 0,
crypto_alloc_cipher 2137 drivers/crypto/inside-secure/safexcel_cipher.c 	ctx->hkaes = crypto_alloc_cipher("aes", 0, 0);
crypto_alloc_cipher   33 drivers/crypto/vmx/aes.c 	fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK);
crypto_alloc_cipher  159 fs/crypto/keysetup.c 	essiv_tfm = crypto_alloc_cipher("aes", 0, 0);