Searched refs:crypto_cipher (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/net/mac80211/
H A Daes_cmac.h14 struct crypto_cipher *ieee80211_aes_cmac_key_setup(const u8 key[],
16 void ieee80211_aes_cmac(struct crypto_cipher *tfm, const u8 *aad,
18 void ieee80211_aes_cmac_256(struct crypto_cipher *tfm, const u8 *aad,
20 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm);
H A Dtkip.h18 int ieee80211_tkip_encrypt_data(struct crypto_cipher *tfm,
29 int ieee80211_tkip_decrypt_data(struct crypto_cipher *tfm,
H A Daes_cmac.c38 static void aes_cmac_vector(struct crypto_cipher *tfm, size_t num_elem, aes_cmac_vector()
95 void ieee80211_aes_cmac(struct crypto_cipher *tfm, const u8 *aad, ieee80211_aes_cmac()
113 void ieee80211_aes_cmac_256(struct crypto_cipher *tfm, const u8 *aad, ieee80211_aes_cmac_256()
131 struct crypto_cipher *ieee80211_aes_cmac_key_setup(const u8 key[], ieee80211_aes_cmac_key_setup()
134 struct crypto_cipher *tfm; ieee80211_aes_cmac_key_setup()
144 void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm) ieee80211_aes_cmac_key_free()
H A Dwep.h21 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key,
26 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key,
H A Dkey.h95 struct crypto_cipher *tfm;
H A Dtkip.c225 int ieee80211_tkip_encrypt_data(struct crypto_cipher *tfm, ieee80211_tkip_encrypt_data()
242 int ieee80211_tkip_decrypt_data(struct crypto_cipher *tfm, ieee80211_tkip_decrypt_data()
H A Dwep.c134 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key, ieee80211_wep_encrypt_data()
195 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key, ieee80211_wep_decrypt_data()
H A Dieee80211_i.h1216 struct crypto_cipher *wep_tx_tfm;
1217 struct crypto_cipher *wep_rx_tfm;
/linux-4.1.27/crypto/
H A Decb.c22 struct crypto_cipher *child;
29 struct crypto_cipher *child = ctx->child; crypto_ecb_setkey()
43 struct crypto_cipher *tfm, crypto_ecb_crypt()
76 struct crypto_cipher *child = ctx->child; crypto_ecb_encrypt()
90 struct crypto_cipher *child = ctx->child; crypto_ecb_decrypt()
102 struct crypto_cipher *cipher; crypto_ecb_init_tfm()
H A Dcbc.c23 struct crypto_cipher *child;
30 struct crypto_cipher *child = ctx->child; crypto_cbc_setkey()
44 struct crypto_cipher *tfm) crypto_cbc_encrypt_segment()
68 struct crypto_cipher *tfm) crypto_cbc_encrypt_inplace()
97 struct crypto_cipher *child = ctx->child; crypto_cbc_encrypt()
116 struct crypto_cipher *tfm) crypto_cbc_decrypt_segment()
142 struct crypto_cipher *tfm) crypto_cbc_decrypt_inplace()
176 struct crypto_cipher *child = ctx->child; crypto_cbc_decrypt()
198 struct crypto_cipher *cipher; crypto_cbc_init_tfm()
H A Dpcbc.c26 struct crypto_cipher *child;
33 struct crypto_cipher *child = ctx->child; crypto_pcbc_setkey()
47 struct crypto_cipher *tfm) crypto_pcbc_encrypt_segment()
72 struct crypto_cipher *tfm) crypto_pcbc_encrypt_inplace()
104 struct crypto_cipher *child = ctx->child; crypto_pcbc_encrypt()
125 struct crypto_cipher *tfm) crypto_pcbc_decrypt_segment()
152 struct crypto_cipher *tfm) crypto_pcbc_decrypt_inplace()
184 struct crypto_cipher *child = ctx->child; crypto_pcbc_decrypt()
208 struct crypto_cipher *cipher; crypto_pcbc_init_tfm()
H A Dctr.c25 struct crypto_cipher *child;
42 struct crypto_cipher *child = ctx->child; crypto_ctr_setkey()
56 struct crypto_cipher *tfm) crypto_ctr_crypt_final()
75 struct crypto_cipher *tfm) crypto_ctr_crypt_segment()
101 struct crypto_cipher *tfm) crypto_ctr_crypt_inplace()
134 struct crypto_cipher *child = ctx->child; crypto_ctr_crypt()
163 struct crypto_cipher *cipher; crypto_ctr_init_tfm()
H A Dcmac.c34 struct crypto_cipher *child;
128 struct crypto_cipher *tfm = tctx->child; crypto_cmac_digest_update()
174 struct crypto_cipher *tfm = tctx->child; crypto_cmac_digest_final()
205 struct crypto_cipher *cipher; cmac_init_tfm()
H A Dxcbc.c41 struct crypto_cipher *child;
102 struct crypto_cipher *tfm = tctx->child; crypto_xcbc_digest_update()
148 struct crypto_cipher *tfm = tctx->child; crypto_xcbc_digest_final()
179 struct crypto_cipher *cipher; xcbc_init_tfm()
H A Dxts.c29 struct crypto_cipher *child;
30 struct crypto_cipher *tweak;
37 struct crypto_cipher *child = ctx->tweak; setkey()
243 struct crypto_cipher *cipher; init_tfm()
H A Dlrw.c33 struct crypto_cipher *child;
83 struct crypto_cipher *child = ctx->child; setkey()
298 struct crypto_cipher *cipher; init_tfm()
H A Dccm.c30 struct crypto_cipher *cipher;
81 struct crypto_cipher *tfm = ctx->cipher; crypto_ccm_setkey()
164 static void compute_mac(struct crypto_cipher *tfm, u8 *data, int n, compute_mac()
203 static void get_data_to_compute(struct crypto_cipher *tfm, get_data_to_compute()
251 struct crypto_cipher *cipher = ctx->cipher; crypto_ccm_auth()
437 struct crypto_cipher *cipher; crypto_ccm_init_tfm()
H A Dansi_cprng.c54 struct crypto_cipher *tfm;
H A Ddrbg.c1634 struct crypto_cipher *tfm; drbg_init_sym_kernel()
1648 struct crypto_cipher *tfm = drbg_fini_sym_kernel()
1649 (struct crypto_cipher *)drbg->priv_data; drbg_fini_sym_kernel()
1659 struct crypto_cipher *tfm = drbg_kcapi_sym()
1660 (struct crypto_cipher *)drbg->priv_data; drbg_kcapi_sym()
H A Dvmac.c624 struct crypto_cipher *cipher; vmac_init_tfm()
H A Dtestmgr.c831 static int test_cipher(struct crypto_cipher *tfm, int enc, test_cipher()
1534 struct crypto_cipher *tfm; alg_test_cipher()
/linux-4.1.27/drivers/crypto/vmx/
H A Daes.c33 struct crypto_cipher *fallback;
41 struct crypto_cipher *fallback; p8_aes_init()
59 crypto_cipher_get_flags((struct crypto_cipher *) tfm)); p8_aes_init()
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.h68 struct crypto_cipher *cip;
/linux-4.1.27/include/crypto/
H A Dvmac.h57 struct crypto_cipher *child;
H A Dalgapi.h277 static inline struct crypto_cipher *crypto_spawn_cipher( crypto_spawn_cipher()
286 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) crypto_cipher_alg()
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_ccmp.c55 struct crypto_cipher *tfm;
63 static inline void lib80211_ccmp_aes_encrypt(struct crypto_cipher *tfm, lib80211_ccmp_aes_encrypt()
111 static void ccmp_init_blocks(struct crypto_cipher *tfm, ccmp_init_blocks()
384 struct crypto_cipher *tfm = data->tfm; lib80211_ccmp_set_key()
/linux-4.1.27/include/linux/
H A Dcrypto.h705 struct crypto_cipher { struct
1942 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) __crypto_cipher_cast()
1944 return (struct crypto_cipher *)tfm; __crypto_cipher_cast()
1947 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) crypto_cipher_cast()
1961 * crypto_cipher is the cipher handle that is required for any subsequent API
1967 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, crypto_alloc_cipher()
1977 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) crypto_cipher_tfm()
1986 static inline void crypto_free_cipher(struct crypto_cipher *tfm) crypto_free_cipher()
2010 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) crypto_cipher_crt()
2025 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) crypto_cipher_blocksize()
2030 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) crypto_cipher_alignmask()
2035 static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm) crypto_cipher_get_flags()
2040 static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm, crypto_cipher_set_flags()
2046 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, crypto_cipher_clear_flags()
2068 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm, crypto_cipher_setkey()
2084 static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm, crypto_cipher_encrypt_one()
2100 static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm, crypto_cipher_decrypt_one()
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto.h75 struct crypto_cipher *tfm_cipher;
H A Dccp-crypto-aes-cmac.c324 struct crypto_cipher *cipher_tfm; ccp_aes_cmac_cra_init()
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c153 /* ESSIV: struct crypto_cipher *essiv_tfm */
267 struct crypto_cipher *essiv_tfm; crypt_iv_essiv_init()
293 struct crypto_cipher *essiv_tfm; crypt_iv_essiv_wipe()
307 static struct crypto_cipher *setup_essiv_cpu(struct crypt_config *cc, setup_essiv_cpu()
311 struct crypto_cipher *essiv_tfm; setup_essiv_cpu()
341 struct crypto_cipher *essiv_tfm; crypt_iv_essiv_dtr()
361 struct crypto_cipher *essiv_tfm = NULL; crypt_iv_essiv_ctr()
409 struct crypto_cipher *essiv_tfm = cc->iv_private; crypt_iv_essiv_gen()
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c199 struct crypto_cipher *tfm_aes, void *mic, wusb_ccm_mac()
305 struct crypto_cipher *tfm_aes; wusb_prf()
/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c46 struct crypto_cipher *cip;
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c1219 struct crypto_cipher *tfm;
1293 struct crypto_cipher *tfm);
1300 struct crypto_cipher *tfm) age_mic_context()
1632 struct crypto_cipher *tfm) emmh32_setseed()
/linux-4.1.27/include/net/
H A Dtcp.h1367 struct crypto_cipher *tfm;

Completed in 452 milliseconds