blkcipher_alg     371 crypto/blkcipher.c 	struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     392 crypto/blkcipher.c 	struct blkcipher_alg *cipher = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     415 crypto/blkcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     429 crypto/blkcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     442 crypto/blkcipher.c 	struct blkcipher_alg *cipher = &alg->cra_blkcipher;
blkcipher_alg     457 crypto/blkcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     471 crypto/blkcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     489 crypto/blkcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     642 crypto/skcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     651 crypto/skcipher.c 	struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher;
blkcipher_alg     569 include/linux/crypto.h 		struct blkcipher_alg blkcipher;
blkcipher_alg    1384 include/linux/crypto.h static inline struct blkcipher_alg *crypto_blkcipher_alg(
blkcipher_alg      42 security/keys/encrypted-keys/encrypted.c static const char blkcipher_alg[] = "cbc(aes)";
blkcipher_alg      85 security/keys/encrypted-keys/encrypted.c 	tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);
blkcipher_alg     396 security/keys/encrypted-keys/encrypted.c 	tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);
blkcipher_alg     399 security/keys/encrypted-keys/encrypted.c 		       blkcipher_alg, PTR_ERR(tfm));
blkcipher_alg     413 security/keys/encrypted-keys/encrypted.c 		       blkcipher_alg);