crypto_blkcipher_crt  981 include/linux/crypto.h 	return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm),
crypto_blkcipher_crt  990 include/linux/crypto.h 	desc->info = crypto_blkcipher_crt(desc->tfm)->iv;
crypto_blkcipher_crt  991 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt  999 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->encrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1007 include/linux/crypto.h 	desc->info = crypto_blkcipher_crt(desc->tfm)->iv;
crypto_blkcipher_crt 1008 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1016 include/linux/crypto.h 	return crypto_blkcipher_crt(desc->tfm)->decrypt(desc, dst, src, nbytes);
crypto_blkcipher_crt 1022 include/linux/crypto.h 	memcpy(crypto_blkcipher_crt(tfm)->iv, src, len);
crypto_blkcipher_crt 1028 include/linux/crypto.h 	memcpy(dst, crypto_blkcipher_crt(tfm)->iv, len);