Searched refs:crypto_sync_skcipher (Results 1 – 24 of 24) sorted by relevance
/Linux-v5.10/include/crypto/ |
D | skcipher.h | 43 struct crypto_sync_skcipher { struct 129 (!(sizeof((struct crypto_sync_skcipher *)1 == \ 187 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name, 205 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher() 255 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize() 300 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize() 329 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags() 335 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags() 341 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags() 365 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.10/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; 261 krb5_encrypt(struct crypto_sync_skcipher *key, 265 krb5_decrypt(struct crypto_sync_skcipher *key, [all …]
|
/Linux-v5.10/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.10/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 44 struct crypto_sync_skcipher *key, in krb5_make_seq_num() 79 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() 335 struct crypto_sync_skcipher *tfm = in encryptor() 396 gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, in gss_encrypt_xdr_buf() 437 struct crypto_sync_skcipher *tfm = in decryptor() 479 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, in gss_decrypt_xdr_buf() 543 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() 606 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() 726 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt()
|
D | gss_krb5_mech.c | 177 struct krb5_ctx *ctx, struct crypto_sync_skcipher **res) in get_key() 308 static struct crypto_sync_skcipher * 311 struct crypto_sync_skcipher *cp; in context_v2_alloc_cipher()
|
D | gss_krb5_keys.c | 150 struct crypto_sync_skcipher *cipher; in krb5_derive_key()
|
/Linux-v5.10/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() 471 struct crypto_sync_skcipher *null_tfm; in aead_bind()
|
D | cryptd.c | 67 struct crypto_sync_skcipher *child; 231 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_setkey() 262 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_encrypt() 290 struct crypto_sync_skcipher *child = ctx->child; in cryptd_skcipher_decrypt() 347 ctx->child = (struct crypto_sync_skcipher *)cipher; in cryptd_skcipher_init_tfm()
|
D | authenc.c | 31 struct crypto_sync_skcipher *null; 314 struct crypto_sync_skcipher *null; in crypto_authenc_init_tfm()
|
D | authencesn.c | 34 struct crypto_sync_skcipher *null; 329 struct crypto_sync_skcipher *null; in crypto_authenc_esn_init_tfm()
|
D | skcipher.c | 765 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() 785 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
|
D | gcm.c | 49 struct crypto_sync_skcipher *null; 994 struct crypto_sync_skcipher *null; in crypto_rfc4543_init_tfm()
|
/Linux-v5.10/include/crypto/internal/ |
D | geniv.h | 18 struct crypto_sync_skcipher *sknull;
|
/Linux-v5.10/net/ceph/ |
D | crypto.h | 16 struct crypto_sync_skcipher *tfm;
|
/Linux-v5.10/net/mac802154/ |
D | llsec.h | 24 struct crypto_sync_skcipher *tfm0;
|
/Linux-v5.10/drivers/crypto/ |
D | sa2ul.h | 314 struct crypto_sync_skcipher *skcipher;
|
/Linux-v5.10/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 125 struct crypto_sync_skcipher *cipher;
|
/Linux-v5.10/net/rxrpc/ |
D | rxkad.c | 45 static struct crypto_sync_skcipher *rxkad_ci; 54 struct crypto_sync_skcipher *ci; in rxkad_init_connection_security() 1259 struct crypto_sync_skcipher *tfm; in rxkad_init()
|
D | ar-internal.h | 443 struct crypto_sync_skcipher *cipher; /* encryption handle */
|
/Linux-v5.10/drivers/net/wireless/cisco/ |
D | airo.c | 1225 struct crypto_sync_skcipher *tfm; 1300 struct crypto_sync_skcipher *tfm); 1307 struct crypto_sync_skcipher *tfm) in age_mic_context() 1638 struct crypto_sync_skcipher *tfm) in emmh32_setseed()
|
/Linux-v5.10/drivers/crypto/axis/ |
D | artpec6_crypto.c | 329 struct crypto_sync_skcipher *fallback;
|