crypto_cipher      54 crypto/ansi_cprng.c 	struct crypto_cipher *tfm;
crypto_cipher      23 crypto/cbc.c   	struct crypto_cipher *child;
crypto_cipher      30 crypto/cbc.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher      97 crypto/cbc.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     176 crypto/cbc.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     198 crypto/cbc.c   	struct crypto_cipher *cipher;
crypto_cipher      30 crypto/ccm.c   	struct crypto_cipher *cipher;
crypto_cipher      81 crypto/ccm.c   	struct crypto_cipher *tfm = ctx->cipher;
crypto_cipher     251 crypto/ccm.c   	struct crypto_cipher *cipher = ctx->cipher;
crypto_cipher     434 crypto/ccm.c   	struct crypto_cipher *cipher;
crypto_cipher      24 crypto/ctr.c   	struct crypto_cipher *child;
crypto_cipher      36 crypto/ctr.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     128 crypto/ctr.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     157 crypto/ctr.c   	struct crypto_cipher *cipher;
crypto_cipher      22 crypto/ecb.c   	struct crypto_cipher *child;
crypto_cipher      29 crypto/ecb.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher      76 crypto/ecb.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher      90 crypto/ecb.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     102 crypto/ecb.c   	struct crypto_cipher *cipher;
crypto_cipher      31 crypto/lrw.c   	struct crypto_cipher *child;
crypto_cipher      55 crypto/lrw.c   	struct crypto_cipher *child = ctx->child;
crypto_cipher     205 crypto/lrw.c   	struct crypto_cipher *cipher;
crypto_cipher      26 crypto/pcbc.c  	struct crypto_cipher *child;
crypto_cipher      33 crypto/pcbc.c  	struct crypto_cipher *child = ctx->child;
crypto_cipher     104 crypto/pcbc.c  	struct crypto_cipher *child = ctx->child;
crypto_cipher     184 crypto/pcbc.c  	struct crypto_cipher *child = ctx->child;
crypto_cipher     208 crypto/pcbc.c  	struct crypto_cipher *cipher;
crypto_cipher     917 crypto/testmgr.c 	struct crypto_cipher *tfm;
crypto_cipher      51 crypto/xcbc.c  	struct crypto_cipher *child;
crypto_cipher     117 crypto/xcbc.c  	struct crypto_cipher *tfm = ctx->child;
crypto_cipher     205 crypto/xcbc.c  	struct crypto_cipher *tfm = ctx->child;
crypto_cipher     264 crypto/xcbc.c  	struct crypto_cipher *cipher;
crypto_cipher      28 crypto/xts.c   	struct crypto_cipher *child;
crypto_cipher      29 crypto/xts.c   	struct crypto_cipher *tweak;
crypto_cipher      36 crypto/xts.c   	struct crypto_cipher *child = ctx->tweak;
crypto_cipher     170 crypto/xts.c   	struct crypto_cipher *cipher;
crypto_cipher     220 include/crypto/algapi.h static inline struct crypto_cipher *crypto_spawn_cipher(
crypto_cipher    1074 include/linux/crypto.h static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_cipher    1076 include/linux/crypto.h 	return (struct crypto_cipher *)tfm;
crypto_cipher    1079 include/linux/crypto.h static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_cipher    1085 include/linux/crypto.h static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,
crypto_cipher      52 net/ieee80211/ieee80211_crypt_ccmp.c 	struct crypto_cipher *tfm;
crypto_cipher     396 net/ieee80211/ieee80211_crypt_ccmp.c 	struct crypto_cipher *tfm = data->tfm;
crypto_cipher     136 net/mac80211/aes_ccm.c struct crypto_cipher *ieee80211_aes_key_setup_encrypt(const u8 key[])
crypto_cipher     138 net/mac80211/aes_ccm.c 	struct crypto_cipher *tfm;
crypto_cipher      17 net/mac80211/aes_ccm.h struct crypto_cipher *ieee80211_aes_key_setup_encrypt(const u8 key[]);
crypto_cipher      90 net/mac80211/key.h 			struct crypto_cipher *tfm;