| /linux-4.4.14/include/linux/sunrpc/ | 
| D | gss_krb5.h | 74 	u32 (*encrypt) (struct crypto_blkcipher *tfm, 77 	u32 (*decrypt) (struct crypto_blkcipher *tfm, 101 	struct crypto_blkcipher	*enc; 102 	struct crypto_blkcipher	*seq; 103 	struct crypto_blkcipher *acceptor_enc; 104 	struct crypto_blkcipher *initiator_enc; 105 	struct crypto_blkcipher *acceptor_enc_aux; 106 	struct crypto_blkcipher *initiator_enc_aux; 265 krb5_encrypt(struct crypto_blkcipher *key, 269 krb5_decrypt(struct crypto_blkcipher *key, [all …] 
 | 
| /linux-4.4.14/include/linux/ | 
| D | crypto.h | 139 struct crypto_blkcipher; 177 	struct crypto_blkcipher *tfm; 572 struct crypto_blkcipher {  struct 1093 static inline struct crypto_blkcipher *__crypto_blkcipher_cast(  in __crypto_blkcipher_cast() 1096 	return (struct crypto_blkcipher *)tfm;  in __crypto_blkcipher_cast() 1099 static inline struct crypto_blkcipher *crypto_blkcipher_cast(  in crypto_blkcipher_cast() 1120 static inline struct crypto_blkcipher *crypto_alloc_blkcipher(  in crypto_alloc_blkcipher() 1131 	struct crypto_blkcipher *tfm)  in crypto_blkcipher_tfm() 1140 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm)  in crypto_free_blkcipher() 1170 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm)  in crypto_blkcipher_name() [all …] 
 | 
| /linux-4.4.14/crypto/ | 
| D | skcipher.c | 26 		return sizeof(struct crypto_blkcipher *);  in crypto_skcipher_extsize() 37 	struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm);  in skcipher_setkey_blkcipher() 38 	struct crypto_blkcipher *blkcipher = *ctx;  in skcipher_setkey_blkcipher() 58 	struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm);  in skcipher_crypt_blkcipher() 89 	struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm);  in crypto_exit_skcipher_ops_blkcipher() 98 	struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm);  in crypto_init_skcipher_ops_blkcipher() 99 	struct crypto_blkcipher *blkcipher;  in crypto_init_skcipher_ops_blkcipher()
  | 
| D | crypto_null.c | 29 static struct crypto_blkcipher *crypto_default_null_skcipher; 156 struct crypto_blkcipher *crypto_get_default_null_skcipher(void)  in crypto_get_default_null_skcipher() 158 	struct crypto_blkcipher *tfm;  in crypto_get_default_null_skcipher()
  | 
| D | Makefile | 18 crypto_blkcipher-y := ablkcipher.o 19 crypto_blkcipher-y += blkcipher.o 20 crypto_blkcipher-y += skcipher.o 21 obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o
  | 
| D | ecb.c | 74 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_ecb_encrypt() 88 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_ecb_decrypt()
  | 
| D | cts.c | 54 	struct crypto_blkcipher *child; 61 	struct crypto_blkcipher *child = ctx->child;  in crypto_cts_setkey() 258 	struct crypto_blkcipher *cipher;  in crypto_cts_init_tfm()
  | 
| D | cryptd.c | 61 	struct crypto_blkcipher *child; 188 	struct crypto_blkcipher *child = ctx->child;  in cryptd_blkcipher_setkey() 201 				   struct crypto_blkcipher *child,  in cryptd_blkcipher_crypt() 233 	struct crypto_blkcipher *child = ctx->child;  in cryptd_blkcipher_encrypt() 242 	struct crypto_blkcipher *child = ctx->child;  in cryptd_blkcipher_decrypt() 278 	struct crypto_blkcipher *cipher;  in cryptd_blkcipher_init_tfm() 906 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm)  in cryptd_ablkcipher_child()
  | 
| D | keywrap.c | 139 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_kw_decrypt() 224 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_kw_encrypt()
  | 
| D | pcbc.c | 102 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_pcbc_encrypt() 182 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_pcbc_decrypt()
  | 
| D | cbc.c | 95 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_cbc_encrypt() 174 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_cbc_decrypt()
  | 
| D | authenc.c | 36 	struct crypto_blkcipher *null; 322 	struct crypto_blkcipher *null;  in crypto_authenc_init_tfm()
  | 
| D | authencesn.c | 39 	struct crypto_blkcipher *null; 335 	struct crypto_blkcipher *null;  in crypto_authenc_esn_init_tfm()
  | 
| D | salsa20_generic.c | 182 	struct crypto_blkcipher *tfm = desc->tfm;  in encrypt()
  | 
| D | ctr.c | 132 	struct crypto_blkcipher *tfm = desc->tfm;  in crypto_ctr_crypt()
  | 
| D | gcm.c | 53 	struct crypto_blkcipher *null; 1111 	struct crypto_blkcipher *null;  in crypto_rfc4543_init_tfm()
  | 
| D | tcrypt.c | 464 	struct crypto_blkcipher *tfm;  in test_cipher_speed() 485 			get_driver_name(crypto_blkcipher, tfm), e);  in test_cipher_speed()
  | 
| /linux-4.4.14/arch/x86/crypto/ | 
| D | fpu.c | 24 	struct crypto_blkcipher *child; 31 	struct crypto_blkcipher *child = ctx->child;  in crypto_fpu_setkey() 49 	struct crypto_blkcipher *child = ctx->child;  in crypto_fpu_encrypt() 68 	struct crypto_blkcipher *child = ctx->child;  in crypto_fpu_decrypt() 86 	struct crypto_blkcipher *cipher;  in crypto_fpu_init_tfm()
  | 
| D | salsa20_glue.c | 53 	struct crypto_blkcipher *tfm = desc->tfm;  in encrypt()
  | 
| /linux-4.4.14/net/sunrpc/auth_gss/ | 
| D | gss_krb5_seqnum.c | 46 	struct crypto_blkcipher *cipher;  in krb5_make_rc4_seq_num() 76 		struct crypto_blkcipher *key,  in krb5_make_seq_num() 104 	struct crypto_blkcipher *cipher;  in krb5_get_rc4_seq_num() 145 	struct crypto_blkcipher *key = kctx->seq;  in krb5_get_seq_num()
  | 
| D | gss_krb5_crypto.c | 54 	struct crypto_blkcipher *tfm,  in krb5_encrypt() 88      struct crypto_blkcipher *tfm,  in krb5_decrypt() 462 gss_encrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf,  in gss_encrypt_xdr_buf() 538 gss_decrypt_xdr_buf(struct crypto_blkcipher *tfm, struct xdr_buf *buf,  in gss_decrypt_xdr_buf() 597 gss_krb5_cts_crypt(struct crypto_blkcipher *cipher, struct xdr_buf *buf,  in gss_krb5_cts_crypt() 650 	struct crypto_blkcipher *cipher, *aux_cipher;  in gss_krb5_aes_encrypt() 766 	struct crypto_blkcipher *cipher, *aux_cipher;  in gss_krb5_aes_decrypt() 853 krb5_rc4_setup_seq_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher,  in krb5_rc4_setup_seq_key() 917 krb5_rc4_setup_enc_key(struct krb5_ctx *kctx, struct crypto_blkcipher *cipher,  in krb5_rc4_setup_enc_key()
  | 
| D | gss_krb5_mech.c | 220 	struct krb5_ctx *ctx, struct crypto_blkcipher **res)  in get_key() 347 static struct crypto_blkcipher * 350 	struct crypto_blkcipher *cp;  in context_v2_alloc_cipher()
  | 
| D | gss_krb5_wrap.c | 242 		struct crypto_blkcipher *cipher;  in gss_wrap_kerberos_v1() 330 		struct crypto_blkcipher *cipher;  in gss_unwrap_kerberos_v1()
  | 
| D | gss_krb5_keys.c | 150 	struct crypto_blkcipher *cipher;  in krb5_derive_key()
  | 
| /linux-4.4.14/drivers/crypto/vmx/ | 
| D | aes_ctr.c | 33 	struct crypto_blkcipher *fallback; 40 	struct crypto_blkcipher *fallback;  in p8_aes_ctr_init() 61 		crypto_blkcipher_get_flags((struct crypto_blkcipher *)tfm));  in p8_aes_ctr_init()
  | 
| D | aes_cbc.c | 34 	struct crypto_blkcipher *fallback; 42 	struct crypto_blkcipher *fallback;  in p8_aes_cbc_init() 63 		crypto_blkcipher_get_flags((struct crypto_blkcipher *)tfm));  in p8_aes_cbc_init()
  | 
| /linux-4.4.14/drivers/block/ | 
| D | cryptoloop.c | 49 	struct crypto_blkcipher *tfm;  in cryptoloop_init() 117 	struct crypto_blkcipher *tfm = lo->key_data;  in cryptoloop_transfer() 178 	struct crypto_blkcipher *tfm = lo->key_data;  in cryptoloop_release()
  | 
| /linux-4.4.14/include/crypto/ | 
| D | null.h | 11 struct crypto_blkcipher *crypto_get_default_null_skcipher(void);
  | 
| D | algapi.h | 245 static inline struct crypto_blkcipher *crypto_spawn_blkcipher(  in crypto_spawn_blkcipher() 254 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm)  in crypto_blkcipher_ctx() 259 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm)  in crypto_blkcipher_ctx_aligned()
  | 
| D | cryptd.h | 33 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
  | 
| /linux-4.4.14/net/ceph/ | 
| D | crypto.c | 82 static struct crypto_blkcipher *ceph_crypto_alloc_cipher(void)  in ceph_crypto_alloc_cipher() 165 	struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher();  in ceph_aes_encrypt() 225 	struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher();  in ceph_aes_encrypt2() 287 	struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher();  in ceph_aes_decrypt() 352 	struct crypto_blkcipher *tfm = ceph_crypto_alloc_cipher();  in ceph_aes_decrypt2()
  | 
| /linux-4.4.14/include/crypto/internal/ | 
| D | geniv.h | 23 	struct crypto_blkcipher *null;
  | 
| /linux-4.4.14/drivers/crypto/ | 
| D | geode-aes.h | 67 		struct crypto_blkcipher *blk;
  | 
| D | geode-aes.c | 187 	struct crypto_blkcipher *tfm;  in fallback_blk_dec() 203 	struct crypto_blkcipher *tfm;  in fallback_blk_enc()
  | 
| D | padlock-aes.c | 99 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm)  in blk_aes_ctx()
  | 
| /linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_wep.c | 35 	struct crypto_blkcipher *tx_tfm; 36 	struct crypto_blkcipher *rx_tfm;
  | 
| D | ieee80211_crypt_tkip.c | 55 	struct crypto_blkcipher *rx_tfm_arc4; 57 	struct crypto_blkcipher *tx_tfm_arc4; 664 	struct crypto_blkcipher *tfm2 = tkey->tx_tfm_arc4;  in ieee80211_tkip_set_key() 666 	struct crypto_blkcipher *tfm4 = tkey->rx_tfm_arc4;  in ieee80211_tkip_set_key()
  | 
| /linux-4.4.14/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_wep.c | 31 	struct crypto_blkcipher *tx_tfm; 32 	struct crypto_blkcipher *rx_tfm;
  | 
| D | rtllib_crypt_tkip.c | 51 	struct crypto_blkcipher *rx_tfm_arc4; 53 	struct crypto_blkcipher *tx_tfm_arc4; 659 	struct crypto_blkcipher *tfm2 = tkey->tx_tfm_arc4;  in rtllib_tkip_set_key() 661 	struct crypto_blkcipher *tfm4 = tkey->rx_tfm_arc4;  in rtllib_tkip_set_key()
  | 
| /linux-4.4.14/net/wireless/ | 
| D | lib80211_crypt_wep.c | 38 	struct crypto_blkcipher *tx_tfm; 39 	struct crypto_blkcipher *rx_tfm;
  | 
| D | lib80211_crypt_tkip.c | 66 	struct crypto_blkcipher *rx_tfm_arc4; 68 	struct crypto_blkcipher *tx_tfm_arc4; 649 	struct crypto_blkcipher *tfm2 = tkey->tx_tfm_arc4;  in lib80211_tkip_set_key() 651 	struct crypto_blkcipher *tfm4 = tkey->rx_tfm_arc4;  in lib80211_tkip_set_key()
  | 
| /linux-4.4.14/net/mac802154/ | 
| D | llsec.h | 33 	struct crypto_blkcipher *tfm0;
  | 
| /linux-4.4.14/arch/s390/crypto/ | 
| D | aes_s390.c | 46 		struct crypto_blkcipher *blk; 65 	struct crypto_blkcipher *fallback; 257 	struct crypto_blkcipher *tfm;  in fallback_blk_dec() 274 	struct crypto_blkcipher *tfm;  in fallback_blk_enc() 556 	struct crypto_blkcipher *tfm;  in xts_fallback_decrypt() 573 	struct crypto_blkcipher *tfm;  in xts_fallback_encrypt()
  | 
| /linux-4.4.14/drivers/usb/wusbcore/ | 
| D | crypto.c | 198 static int wusb_ccm_mac(struct crypto_blkcipher *tfm_cbc,  in wusb_ccm_mac() 304 	struct crypto_blkcipher *tfm_cbc;  in wusb_prf()
  | 
| /linux-4.4.14/fs/cifs/ | 
| D | smbencrypt.c | 73 	struct crypto_blkcipher *tfm_des;  in smbhash()
  | 
| D | cifsencrypt.c | 792 	struct crypto_blkcipher *tfm_arc4;  in calc_seckey()
  | 
| /linux-4.4.14/net/bluetooth/ | 
| D | smp.c | 90 	struct crypto_blkcipher	*tfm_aes; 129 	struct crypto_blkcipher	*tfm_aes; 373 static int smp_e(struct crypto_blkcipher *tfm, const u8 *k, u8 *r)  in smp_e() 416 static int smp_c1(struct crypto_blkcipher *tfm_aes, const u8 k[16],  in smp_c1() 465 static int smp_s1(struct crypto_blkcipher *tfm_aes, const u8 k[16],  in smp_s1() 481 static int smp_ah(struct crypto_blkcipher *tfm, const u8 irk[16],  in smp_ah() 3130 	struct crypto_blkcipher *tfm_aes;  in smp_add_cid() 3452 static int __init test_ah(struct crypto_blkcipher *tfm_aes)  in test_ah() 3472 static int __init test_c1(struct crypto_blkcipher *tfm_aes)  in test_c1() 3502 static int __init test_s1(struct crypto_blkcipher *tfm_aes)  in test_s1() [all …] 
 | 
| /linux-4.4.14/fs/ecryptfs/ | 
| D | ecryptfs_kernel.h | 312 	struct crypto_blkcipher *key_tfm; 662 int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm,
  | 
| D | crypto.c | 1594 ecryptfs_process_key_cipher(struct crypto_blkcipher **key_tfm,  in ecryptfs_process_key_cipher() 1750 int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm,  in ecryptfs_get_tfm_and_mutex_for_cipher_name()
  | 
| /linux-4.4.14/drivers/net/ppp/ | 
| D | ppp_mppe.c | 97 	struct crypto_blkcipher *arc4;
  | 
| /linux-4.4.14/net/rxrpc/ | 
| D | rxkad.c | 56 static struct crypto_blkcipher *rxkad_ci; 64 	struct crypto_blkcipher *ci;  in rxkad_init_connection_security()
  | 
| D | ar-internal.h | 255 	struct crypto_blkcipher	*cipher;	/* encryption handle */
  | 
| D | ar-key.c | 827 	struct crypto_blkcipher *ci;  in rxrpc_preparse_s()
  | 
| /linux-4.4.14/security/keys/encrypted-keys/ | 
| D | encrypted.c | 88 	struct crypto_blkcipher *tfm;  in aes_get_sizes()
  |