crypto_cipher_tfm   58 crypto/ctr.c   		fn(crypto_cipher_tfm(tfm), dst, ctrblk);
crypto_cipher_tfm   86 crypto/ctr.c   		fn(crypto_cipher_tfm(tfm), keystream, ctrblk);
crypto_cipher_tfm   31 crypto/ecb.c   			fn(crypto_cipher_tfm(cipher), dst, src);
crypto_cipher_tfm 2354 crypto/testmgr.c 	const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm));
crypto_cipher_tfm  319 include/crypto/algapi.h 	return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher;
crypto_cipher_tfm 1664 include/linux/crypto.h 	crypto_free_tfm(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1688 include/linux/crypto.h 	return &crypto_cipher_tfm(tfm)->crt_cipher;
crypto_cipher_tfm 1703 include/linux/crypto.h 	return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1708 include/linux/crypto.h 	return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1713 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1719 include/linux/crypto.h 	crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags);
crypto_cipher_tfm 1725 include/linux/crypto.h 	crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags);
crypto_cipher_tfm 1747 include/linux/crypto.h 	return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm),
crypto_cipher_tfm 1763 include/linux/crypto.h 	crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm),
crypto_cipher_tfm 1779 include/linux/crypto.h 	crypto_cipher_crt(tfm)->cit_decrypt_one(crypto_cipher_tfm(tfm),