Home
last modified time | relevance | path

Searched refs:crypto_sync_skcipher (Results 1 – 24 of 24) sorted by relevance

/linux-6.3-rc2/net/sunrpc/auth_gss/
A Dgss_krb5_internal.h66 struct crypto_sync_skcipher *enc;
67 struct crypto_sync_skcipher *seq;
68 struct crypto_sync_skcipher *acceptor_enc;
69 struct crypto_sync_skcipher *initiator_enc;
70 struct crypto_sync_skcipher *acceptor_enc_aux;
71 struct crypto_sync_skcipher *initiator_enc_aux;
198 int gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm,
202 int gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm,
221 struct crypto_sync_skcipher *cbc_tfm, u32 offset,
225 struct crypto_sync_skcipher *cbc_tfm,
[all …]
A Dgss_krb5_crypto.c104 struct crypto_sync_skcipher *tfm, in krb5_encrypt()
159 struct crypto_sync_skcipher *tfm, in krb5_decrypt()
383 struct crypto_sync_skcipher *tfm = in encryptor()
485 struct crypto_sync_skcipher *tfm = in decryptor()
664 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_encrypt()
729 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_decrypt()
775 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt()
849 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt()
919 u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, in krb5_etm_checksum()
1005 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_encrypt()
[all …]
A Dgss_krb5_seqnum.c46 struct crypto_sync_skcipher *key, in krb5_make_seq_num()
81 struct crypto_sync_skcipher *key = kctx->seq; in krb5_get_seq_num()
A Dgss_krb5_mech.c332 static struct crypto_sync_skcipher *
335 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v1()
349 struct krb5_ctx *ctx, struct crypto_sync_skcipher **res) in get_key()
351 struct crypto_sync_skcipher *tfm; in get_key()
511 static struct crypto_sync_skcipher *
514 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2()
A Dgss_krb5_test.c723 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc3962_encrypt_case()
1310 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc6803_encrypt_case()
1804 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc8009_encrypt_case()
1979 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in encrypt_selftest_case()
A Dgss_krb5_keys.c157 struct crypto_sync_skcipher *cipher; in krb5_DK()
/linux-6.3-rc2/include/crypto/
A Dskcipher.h47 struct crypto_sync_skcipher { struct
133 (!(sizeof((struct crypto_sync_skcipher *)1 == \
191 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
261 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
306 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
335 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
341 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
347 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
404 static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm( in crypto_sync_skcipher_reqtfm()
409 return container_of(tfm, struct crypto_sync_skcipher, base); in crypto_sync_skcipher_reqtfm()
[all …]
A Dnull.h12 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
/linux-6.3-rc2/crypto/
A Dcrypto_null.c24 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()
A Dalgif_aead.c41 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()
A Dauthencesn.c34 struct crypto_sync_skcipher *null;
326 struct crypto_sync_skcipher *null; in crypto_authenc_esn_init_tfm()
A Dauthenc.c31 struct crypto_sync_skcipher *null;
312 struct crypto_sync_skcipher *null; in crypto_authenc_init_tfm()
A Dskcipher.c746 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher()
766 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
A Dgcm.c49 struct crypto_sync_skcipher *null;
992 struct crypto_sync_skcipher *null; in crypto_rfc4543_init_tfm()
/linux-6.3-rc2/include/crypto/internal/
A Dgeniv.h18 struct crypto_sync_skcipher *sknull;
/linux-6.3-rc2/net/ceph/
A Dcrypto.h19 struct crypto_sync_skcipher *tfm;
/linux-6.3-rc2/net/mac802154/
A Dllsec.h24 struct crypto_sync_skcipher *tfm0;
/linux-6.3-rc2/net/rxrpc/
A Drxkad.c43 struct crypto_sync_skcipher *ci);
50 static struct crypto_sync_skcipher *rxkad_ci;
103 struct crypto_sync_skcipher *ci; in rxkad_init_connection_security()
184 struct crypto_sync_skcipher *ci) in rxkad_prime_packet_security()
1213 struct crypto_sync_skcipher *tfm; in rxkad_init()
A Dar-internal.h496 struct crypto_sync_skcipher *cipher; /* encryption handle */
/linux-6.3-rc2/drivers/crypto/hisilicon/sec2/
A Dsec.h113 struct crypto_sync_skcipher *fbtfm;
/linux-6.3-rc2/drivers/crypto/amcc/
A Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher;
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-aes-core.c56 struct crypto_sync_skcipher *sk;
1164 struct crypto_sync_skcipher *blk; in ocs_aes_init_tfm()
/linux-6.3-rc2/drivers/net/wireless/cisco/
A Dairo.c1225 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-6.3-rc2/drivers/crypto/axis/
A Dartpec6_crypto.c330 struct crypto_sync_skcipher *fallback;

Completed in 77 milliseconds