/Linux-v4.19/crypto/ |
D | pcbc.c | 27 struct crypto_cipher *child; 34 struct crypto_cipher *child = ctx->child; in crypto_pcbc_setkey() 48 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_segment() 70 struct crypto_cipher *tfm) in crypto_pcbc_encrypt_inplace() 96 struct crypto_cipher *child = ctx->child; in crypto_pcbc_encrypt() 118 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_segment() 142 struct crypto_cipher *tfm) in crypto_pcbc_decrypt_inplace() 168 struct crypto_cipher *child = ctx->child; in crypto_pcbc_decrypt() 193 struct crypto_cipher *cipher; in crypto_pcbc_init_tfm()
|
D | ecb.c | 22 struct crypto_cipher *child; 29 struct crypto_cipher *child = ctx->child; in crypto_ecb_setkey() 43 struct crypto_cipher *tfm, in crypto_ecb_crypt() 76 struct crypto_cipher *child = ctx->child; in crypto_ecb_encrypt() 90 struct crypto_cipher *child = ctx->child; in crypto_ecb_decrypt() 102 struct crypto_cipher *cipher; in crypto_ecb_init_tfm()
|
D | keywrap.c | 91 struct crypto_cipher *child; 133 struct crypto_cipher *child = ctx->child; in crypto_kw_decrypt() 205 struct crypto_cipher *child = ctx->child; in crypto_kw_encrypt() 277 struct crypto_cipher *child = ctx->child; in crypto_kw_setkey() 294 struct crypto_cipher *cipher; in crypto_kw_init_tfm()
|
D | ctr.c | 25 struct crypto_cipher *child; 42 struct crypto_cipher *child = ctx->child; in crypto_ctr_setkey() 56 struct crypto_cipher *tfm) in crypto_ctr_crypt_final() 74 struct crypto_cipher *tfm) in crypto_ctr_crypt_segment() 100 struct crypto_cipher *tfm) in crypto_ctr_crypt_inplace() 133 struct crypto_cipher *child = ctx->child; in crypto_ctr_crypt() 162 struct crypto_cipher *cipher; in crypto_ctr_init_tfm()
|
D | xcbc.c | 40 struct crypto_cipher *child; 101 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_update() 147 struct crypto_cipher *tfm = tctx->child; in crypto_xcbc_digest_final() 178 struct crypto_cipher *cipher; in xcbc_init_tfm()
|
D | cbc.c | 24 struct crypto_cipher *child; 31 struct crypto_cipher *child = ctx->child; in crypto_cbc_setkey() 86 struct crypto_cipher *cipher; in crypto_cbc_init_tfm()
|
D | cmac.c | 34 struct crypto_cipher *child; 129 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_update() 175 struct crypto_cipher *tfm = tctx->child; in crypto_cmac_digest_final() 207 struct crypto_cipher *cipher; in cmac_init_tfm()
|
D | cfb.c | 33 struct crypto_cipher *child; 39 struct crypto_cipher *child = ctx->child; in crypto_cfb_bsize() 193 struct crypto_cipher *child = ctx->child; in crypto_cfb_setkey() 232 struct crypto_cipher *cipher; in crypto_cfb_init_tfm()
|
D | xts.c | 33 struct crypto_cipher *tweak; 63 struct crypto_cipher *tweak; in setkey() 366 struct crypto_cipher *tweak; in init_tfm()
|
D | drbg.c | 1631 struct crypto_cipher *tfm = in drbg_fini_sym_kernel() 1632 (struct crypto_cipher *)drbg->priv_data; in drbg_fini_sym_kernel() 1653 struct crypto_cipher *tfm; in drbg_init_sym_kernel() 1713 struct crypto_cipher *tfm = in drbg_kcapi_symsetkey() 1714 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_symsetkey() 1722 struct crypto_cipher *tfm = in drbg_kcapi_sym() 1723 (struct crypto_cipher *)drbg->priv_data; in drbg_kcapi_sym()
|
D | ccm.c | 57 struct crypto_cipher *child; 886 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_update() 912 struct crypto_cipher *tfm = tctx->child; in crypto_cbcmac_digest_final() 925 struct crypto_cipher *cipher; in cbcmac_init_tfm()
|
/Linux-v4.19/include/linux/ |
D | crypto.h | 619 struct crypto_cipher { struct 1436 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() 1438 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast() 1441 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast() 1461 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() 1471 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm() 1480 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher() 1504 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt() 1519 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize() 1524 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask() [all …]
|
/Linux-v4.19/net/mac80211/ |
D | tkip.h | 16 int ieee80211_tkip_encrypt_data(struct crypto_cipher *tfm, 27 int ieee80211_tkip_decrypt_data(struct crypto_cipher *tfm,
|
D | wep.h | 21 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key, 26 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key,
|
D | tkip.c | 225 int ieee80211_tkip_encrypt_data(struct crypto_cipher *tfm, in ieee80211_tkip_encrypt_data() 242 int ieee80211_tkip_decrypt_data(struct crypto_cipher *tfm, in ieee80211_tkip_decrypt_data()
|
D | wep.c | 134 int ieee80211_wep_encrypt_data(struct crypto_cipher *tfm, u8 *rc4key, in ieee80211_wep_encrypt_data() 195 int ieee80211_wep_decrypt_data(struct crypto_cipher *tfm, u8 *rc4key, in ieee80211_wep_decrypt_data()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes.c | 33 struct crypto_cipher *fallback; 41 struct crypto_cipher *fallback; in p8_aes_init() 54 crypto_cipher *) in p8_aes_init()
|
/Linux-v4.19/drivers/crypto/ |
D | geode-aes.h | 68 struct crypto_cipher *cip;
|
/Linux-v4.19/net/wireless/ |
D | lib80211_crypt_ccmp.c | 55 struct crypto_cipher *tfm; 63 static inline void lib80211_ccmp_aes_encrypt(struct crypto_cipher *tfm, in lib80211_ccmp_aes_encrypt() 111 static void ccmp_init_blocks(struct crypto_cipher *tfm, in ccmp_init_blocks() 384 struct crypto_cipher *tfm = data->tfm; in lib80211_ccmp_set_key()
|
/Linux-v4.19/fs/crypto/ |
D | fscrypt_private.h | 63 struct crypto_cipher *ci_essiv_tfm;
|
/Linux-v4.19/drivers/usb/wusbcore/ |
D | crypto.c | 193 struct crypto_cipher *tfm_aes, in wusb_ccm_mac() 302 struct crypto_cipher *tfm_aes; in wusb_prf()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 312 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher() 321 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
|
/Linux-v4.19/fs/cifs/ |
D | smbencrypt.c | 73 struct crypto_cipher *tfm_des; in smbhash()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto.h | 94 struct crypto_cipher *tfm_cipher;
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 52 struct crypto_cipher *enc_tfm; 57 struct crypto_cipher *tweak_tfm;
|