| /Linux-v5.4/include/linux/sunrpc/ | 
| D | gss_krb5.h | 74 	u32 (*encrypt) (struct crypto_sync_skcipher *tfm,77 	u32 (*decrypt) (struct crypto_sync_skcipher *tfm,
 101 	struct crypto_sync_skcipher *enc;
 102 	struct crypto_sync_skcipher *seq;
 103 	struct crypto_sync_skcipher *acceptor_enc;
 104 	struct crypto_sync_skcipher *initiator_enc;
 105 	struct crypto_sync_skcipher *acceptor_enc_aux;
 106 	struct crypto_sync_skcipher *initiator_enc_aux;
 263 krb5_encrypt(struct crypto_sync_skcipher *key,
 267 krb5_decrypt(struct crypto_sync_skcipher *key,
 [all …]
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | skcipher.h | 50 struct crypto_sync_skcipher {  struct136 			     (!(sizeof((struct crypto_sync_skcipher *)1 == \
 194 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
 212 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm)  in crypto_free_sync_skcipher()
 286 	struct crypto_sync_skcipher *tfm)  in crypto_sync_skcipher_ivsize()
 308 	struct crypto_sync_skcipher *tfm)  in crypto_sync_skcipher_blocksize()
 337 	struct crypto_sync_skcipher *tfm)  in crypto_sync_skcipher_get_flags()
 343 	struct crypto_sync_skcipher *tfm, u32 flags)  in crypto_sync_skcipher_set_flags()
 349 	struct crypto_sync_skcipher *tfm, u32 flags)  in crypto_sync_skcipher_clear_flags()
 376 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm,  in crypto_sync_skcipher_setkey()
 [all …]
 
 | 
| D | null.h | 12 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | gss_krb5_seqnum.c | 46 	struct crypto_sync_skcipher *cipher;  in krb5_make_rc4_seq_num()80 		struct crypto_sync_skcipher *key,  in krb5_make_seq_num()
 115 	struct crypto_sync_skcipher *cipher;  in krb5_get_rc4_seq_num()
 163 	struct crypto_sync_skcipher *key = kctx->seq;  in krb5_get_seq_num()
 
 | 
| D | gss_krb5_crypto.c | 56 	struct crypto_sync_skcipher *tfm,  in krb5_encrypt()95      struct crypto_sync_skcipher *tfm,  in krb5_decrypt()
 469 	struct crypto_sync_skcipher *tfm =  in encryptor()
 530 gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf,  in gss_encrypt_xdr_buf()
 571 	struct crypto_sync_skcipher *tfm =  in decryptor()
 613 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf,  in gss_decrypt_xdr_buf()
 677 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf,  in gss_krb5_cts_crypt()
 740 	struct crypto_sync_skcipher *cipher, *aux_cipher;  in gss_krb5_aes_encrypt()
 860 	struct crypto_sync_skcipher *cipher, *aux_cipher;  in gss_krb5_aes_decrypt()
 952 		       struct crypto_sync_skcipher *cipher,  in krb5_rc4_setup_seq_key()
 [all …]
 
 | 
| D | gss_krb5_mech.c | 198 	struct krb5_ctx *ctx, struct crypto_sync_skcipher **res)  in get_key()326 static struct crypto_sync_skcipher *
 329 	struct crypto_sync_skcipher *cp;  in context_v2_alloc_cipher()
 
 | 
| D | gss_krb5_wrap.c | 240 		struct crypto_sync_skcipher *cipher;  in gss_wrap_kerberos_v1()328 		struct crypto_sync_skcipher *cipher;  in gss_unwrap_kerberos_v1()
 
 | 
| /Linux-v5.4/drivers/block/ | 
| D | cryptoloop.c | 36 	struct crypto_sync_skcipher *tfm;  in cryptoloop_init()100 	struct crypto_sync_skcipher *tfm = lo->key_data;  in cryptoloop_transfer()
 166 	struct crypto_sync_skcipher *tfm = lo->key_data;  in cryptoloop_release()
 
 | 
| /Linux-v5.4/crypto/ | 
| D | crypto_null.c | 24 static struct crypto_sync_skcipher *crypto_default_null_skcipher;153 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void)  in crypto_get_default_null_skcipher()
 155 	struct crypto_sync_skcipher *tfm;  in crypto_get_default_null_skcipher()
 
 | 
| D | algif_aead.c | 41 	struct crypto_sync_skcipher *null_tfm;74 static int crypto_aead_copy_sgl(struct crypto_sync_skcipher *null_tfm,  in crypto_aead_copy_sgl()
 98 	struct crypto_sync_skcipher *null_tfm = aeadc->null_tfm;  in _aead_recvmsg()
 477 	struct crypto_sync_skcipher *null_tfm;  in aead_bind()
 
 | 
| D | cryptd.c | 67 	struct crypto_sync_skcipher *child;254 	struct crypto_sync_skcipher *child = ctx->child;  in cryptd_skcipher_setkey()
 290 	struct crypto_sync_skcipher *child = ctx->child;  in cryptd_skcipher_encrypt()
 318 	struct crypto_sync_skcipher *child = ctx->child;  in cryptd_skcipher_decrypt()
 375 	ctx->child = (struct crypto_sync_skcipher *)cipher;  in cryptd_skcipher_init_tfm()
 
 | 
| D | authenc.c | 31 	struct crypto_sync_skcipher *null;324 	struct crypto_sync_skcipher *null;  in crypto_authenc_init_tfm()
 
 | 
| /Linux-v5.4/include/crypto/internal/ | 
| D | geniv.h | 18 	struct crypto_sync_skcipher *sknull;
 | 
| /Linux-v5.4/drivers/crypto/qce/ | 
| D | cipher.h | 17 	struct crypto_sync_skcipher *fallback;
 | 
| /Linux-v5.4/net/ceph/ | 
| D | crypto.h | 16 	struct crypto_sync_skcipher *tfm;
 | 
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_wep.c | 31 	struct crypto_sync_skcipher *tx_tfm;32 	struct crypto_sync_skcipher *rx_tfm;
 
 | 
| D | ieee80211_crypt_tkip.c | 52 	struct crypto_sync_skcipher *rx_tfm_arc4;54 	struct crypto_sync_skcipher *tx_tfm_arc4;
 659 	struct crypto_sync_skcipher *tfm2 = tkey->tx_tfm_arc4;  in ieee80211_tkip_set_key()
 661 	struct crypto_sync_skcipher *tfm4 = tkey->rx_tfm_arc4;  in ieee80211_tkip_set_key()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_wep.c | 26 	struct crypto_sync_skcipher *tx_tfm;27 	struct crypto_sync_skcipher *rx_tfm;
 
 | 
| D | rtllib_crypt_tkip.c | 48 	struct crypto_sync_skcipher *rx_tfm_arc4;50 	struct crypto_sync_skcipher *tx_tfm_arc4;
 660 	struct crypto_sync_skcipher *tfm2 = tkey->tx_tfm_arc4;  in rtllib_tkip_set_key()
 662 	struct crypto_sync_skcipher *tfm4 = tkey->rx_tfm_arc4;  in rtllib_tkip_set_key()
 
 | 
| /Linux-v5.4/net/mac802154/ | 
| D | llsec.h | 24 	struct crypto_sync_skcipher *tfm0;
 | 
| /Linux-v5.4/drivers/crypto/sunxi-ss/ | 
| D | sun4i-ss.h | 163 	struct crypto_sync_skcipher *fallback_tfm;
 | 
| /Linux-v5.4/drivers/crypto/ccp/ | 
| D | ccp-crypto.h | 91 	struct crypto_sync_skcipher *tfm_skcipher;
 | 
| /Linux-v5.4/drivers/crypto/amcc/ | 
| D | crypto4xx_core.h | 124 		struct crypto_sync_skcipher *cipher;
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | omap-aes.h | 100 	struct crypto_sync_skcipher	*fallback;
 | 
| /Linux-v5.4/drivers/crypto/chelsio/ | 
| D | chcr_crypto.h | 174 	struct crypto_sync_skcipher *sw_cipher;
 |