Searched refs:crypto_sync_skcipher (Results 1 – 24 of 24) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| A D | gss_krb5_internal.h | 65 struct crypto_sync_skcipher *enc; 66 struct crypto_sync_skcipher *seq; 67 struct crypto_sync_skcipher *acceptor_enc; 68 struct crypto_sync_skcipher *initiator_enc; 69 struct crypto_sync_skcipher *acceptor_enc_aux; 70 struct crypto_sync_skcipher *initiator_enc_aux; 175 int gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, 179 int gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, 198 struct crypto_sync_skcipher *cbc_tfm, u32 offset, 202 struct crypto_sync_skcipher *cbc_tfm, [all …]
|
| A D | gss_krb5_crypto.c | 104 struct crypto_sync_skcipher *tfm, in krb5_encrypt() 159 struct crypto_sync_skcipher *tfm, in krb5_decrypt() 385 struct crypto_sync_skcipher *tfm = in encryptor() 487 struct crypto_sync_skcipher *tfm = in decryptor() 676 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_encrypt() 741 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_decrypt() 787 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() 929 u32 krb5_etm_checksum(struct crypto_sync_skcipher *cipher, in krb5_etm_checksum() 1015 struct crypto_sync_skcipher *cipher, *aux_cipher; in krb5_etm_encrypt() [all …]
|
| A D | gss_krb5_mech.c | 266 static struct crypto_sync_skcipher * 269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2()
|
| A D | gss_krb5_test.c | 530 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc3962_encrypt_case() 1117 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc6803_encrypt_case() 1612 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in rfc8009_encrypt_case() 1787 struct crypto_sync_skcipher *cts_tfm, *cbc_tfm; in encrypt_selftest_case()
|
| A D | gss_krb5_keys.c | 157 struct crypto_sync_skcipher *cipher; in krb5_DK()
|
| /linux/include/crypto/ |
| A D | skcipher.h | 59 struct crypto_sync_skcipher { struct 223 (!(sizeof((struct crypto_sync_skcipher *)1 == \ 281 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name, 401 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize() 522 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize() 557 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags() 563 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags() 569 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags() 674 static inline struct crypto_sync_skcipher *crypto_sync_skcipher_reqtfm( in crypto_sync_skcipher_reqtfm() 679 return container_of(tfm, struct crypto_sync_skcipher, base); in crypto_sync_skcipher_reqtfm() [all …]
|
| A D | null.h | 12 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
|
| /linux/crypto/ |
| A 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()
|
| A 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() 459 struct crypto_sync_skcipher *null_tfm; in aead_bind()
|
| A D | authenc.c | 31 struct crypto_sync_skcipher *null; 306 struct crypto_sync_skcipher *null; in crypto_authenc_init_tfm()
|
| A D | authencesn.c | 34 struct crypto_sync_skcipher *null; 320 struct crypto_sync_skcipher *null; in crypto_authenc_esn_init_tfm()
|
| A D | skcipher.c | 840 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() 860 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
|
| A D | gcm.c | 49 struct crypto_sync_skcipher *null; 990 struct crypto_sync_skcipher *null; in crypto_rfc4543_init_tfm()
|
| /linux/include/crypto/internal/ |
| A D | geniv.h | 18 struct crypto_sync_skcipher *sknull;
|
| /linux/net/ceph/ |
| A D | crypto.h | 19 struct crypto_sync_skcipher *tfm;
|
| /linux/net/mac802154/ |
| A D | llsec.h | 24 struct crypto_sync_skcipher *tfm0;
|
| /linux/fs/bcachefs/ |
| A D | checksum.c | 98 static inline int do_encrypt_sg(struct crypto_sync_skcipher *tfm, in do_encrypt_sg() 115 static inline int do_encrypt(struct crypto_sync_skcipher *tfm, in do_encrypt() 168 struct crypto_sync_skcipher *chacha20 = in bch2_chacha_encrypt_key() 670 struct crypto_sync_skcipher *chacha20 = crypto_alloc_sync_skcipher("chacha20", 0, 0); in bch2_alloc_ciphers()
|
| A D | bcachefs.h | 975 struct crypto_sync_skcipher *chacha20;
|
| /linux/net/rxrpc/ |
| A D | rxkad.c | 43 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() 1216 struct crypto_sync_skcipher *tfm; in rxkad_init()
|
| A D | ar-internal.h | 513 struct crypto_sync_skcipher *cipher; /* encryption handle */
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| A D | sec.h | 113 struct crypto_sync_skcipher *fbtfm;
|
| /linux/drivers/crypto/amcc/ |
| A D | crypto4xx_core.h | 125 struct crypto_sync_skcipher *cipher;
|
| /linux/drivers/crypto/intel/keembay/ |
| A D | keembay-ocs-aes-core.c | 53 struct crypto_sync_skcipher *sk; 1152 struct crypto_sync_skcipher *blk; in ocs_aes_init_tfm()
|
| /linux/drivers/crypto/axis/ |
| A D | artpec6_crypto.c | 330 struct crypto_sync_skcipher *fallback;
|
Completed in 63 milliseconds