crypto_cipher_tfm  288 include/crypto/algapi.h 	return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher;
crypto_cipher_tfm 1059 include/linux/crypto.h 	crypto_free_tfm(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1073 include/linux/crypto.h 	return &crypto_cipher_tfm(tfm)->crt_cipher;
crypto_cipher_tfm 1078 include/linux/crypto.h 	return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1083 include/linux/crypto.h 	return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1088 include/linux/crypto.h 	return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
crypto_cipher_tfm 1094 include/linux/crypto.h 	crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags);
crypto_cipher_tfm 1100 include/linux/crypto.h 	crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags);
crypto_cipher_tfm 1106 include/linux/crypto.h 	return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm),
crypto_cipher_tfm 1113 include/linux/crypto.h 	crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tfm),
crypto_cipher_tfm 1120 include/linux/crypto.h 	crypto_cipher_crt(tfm)->cit_decrypt_one(crypto_cipher_tfm(tfm),