crypto_blkcipher_crt  116 crypto/cryptd.c 			       crypto_blkcipher_crt(child)->encrypt);
crypto_blkcipher_crt  125 crypto/cryptd.c 			       crypto_blkcipher_crt(child)->decrypt);
crypto_blkcipher_crt 1024 include/linux/crypto.h 	return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm),
crypto_blkcipher_crt 1033 include/linux/crypto.h 	desc->info = crypto_blkcipher_crt(desc->tfm)->iv;
crypto_blkcipher_crt 1034 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1042 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1050 include/linux/crypto.h 	desc->info = crypto_blkcipher_crt(desc->tfm)->iv;
crypto_blkcipher_crt 1051 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1059 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1065 include/linux/crypto.h 	memcpy(crypto_blkcipher_crt(tfm)->iv, src, len);
crypto_blkcipher_crt 1071 include/linux/crypto.h 	memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len);