| /linux/net/sunrpc/auth_gss/ |
| H 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; 162 u32 krb5_encrypt(struct crypto_sync_skcipher *key, void *iv, void *in, 183 int krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm, 184 struct crypto_sync_skcipher *cbc_tfm, u32 offset, 187 int krb5_cbc_cts_decrypt(struct crypto_sync_skcipher *cts_tfm, [all …]
|
| H A D | gss_krb5_crypto.c | 104 struct crypto_sync_skcipher *tfm, in krb5_encrypt() 241 struct crypto_sync_skcipher *tfm = in encryptor() 314 struct crypto_sync_skcipher *tfm = in decryptor() 393 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt() 476 int krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm, in krb5_cbc_cts_encrypt() 477 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_encrypt() 541 int krb5_cbc_cts_decrypt(struct crypto_sync_skcipher *cts_tfm, in krb5_cbc_cts_decrypt() 542 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_decrypt() 588 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_encrypt() 661 struct crypto_sync_skcipher *cipher, *aux_cipher; in gss_krb5_aes_decrypt() [all …]
|
| H 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()
|
| H A D | gss_krb5_mech.c | 266 static struct crypto_sync_skcipher * 269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2()
|
| H A D | gss_krb5_keys.c | 157 struct crypto_sync_skcipher *cipher; in krb5_DK()
|
| /linux/include/crypto/ |
| H A D | skcipher.h | 59 struct crypto_sync_skcipher { struct 282 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name, 316 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_tfm() 332 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher() 408 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize() 529 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize() 564 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags() 570 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags() 576 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags() 617 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey() [all …]
|
| /linux/block/ |
| H A D | blk-crypto-fallback.c | 78 struct crypto_sync_skcipher *tfms[BLK_ENCRYPTION_MODE_MAX]; 218 static struct crypto_sync_skcipher * 242 struct crypto_sync_skcipher *tfm) in __blk_crypto_fallback_encrypt_bio() 375 struct crypto_sync_skcipher *tfm) in __blk_crypto_fallback_decrypt_bio()
|
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-common.h | 89 struct crypto_sync_skcipher *skcipher_fb;
|
| /linux/net/ceph/ |
| H A D | crypto.h | 22 struct crypto_sync_skcipher *aes_tfm;
|
| /linux/net/mac802154/ |
| H A D | llsec.h | 24 struct crypto_sync_skcipher *tfm0;
|
| /linux/fs/crypto/ |
| H A D | keysetup.c | 100 static struct crypto_sync_skcipher * 104 struct crypto_sync_skcipher *tfm; in fscrypt_allocate_skcipher() 156 struct crypto_sync_skcipher *tfm; in fscrypt_prepare_key()
|
| H A D | fname.c | 98 struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_fname_encrypt() 142 struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm; in fname_decrypt()
|
| H A D | keysetup_v1.c | 51 struct crypto_sync_skcipher *tfm; in derive_key_aes()
|
| H A D | crypto.c | 115 struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_crypt_data_unit()
|
| H A D | fscrypt_private.h | 242 struct crypto_sync_skcipher *tfm;
|
| /linux/crypto/krb5/ |
| H A D | rfc3961_simplified.c | 104 static int rfc3961_do_encrypt(struct crypto_sync_skcipher *tfm, void *iv, in rfc3961_do_encrypt() 272 struct crypto_sync_skcipher *cipher; in rfc3961_calc_DK() 353 struct crypto_sync_skcipher *cipher; in rfc3961_calc_E()
|
| /linux/net/rxrpc/ |
| H 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() 192 struct crypto_sync_skcipher *ci) in rxkad_prime_packet_security() 1304 struct crypto_sync_skcipher *tfm; in rxkad_init()
|
| H A D | ar-internal.h | 567 struct crypto_sync_skcipher *cipher; /* encryption handle */
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_core.h | 124 struct crypto_sync_skcipher *cipher;
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec.h | 155 struct crypto_sync_skcipher *fbtfm;
|
| /linux/crypto/ |
| H A D | skcipher.c | 643 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() 664 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
|
| /linux/drivers/crypto/intel/keembay/ |
| H 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/ |
| H A D | artpec6_crypto.c | 330 struct crypto_sync_skcipher *fallback;
|