Home
last modified time | relevance | path

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

/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_internal.h65 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 Dgss_krb5_crypto.c104 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 Dgss_krb5_mech.c266 static struct crypto_sync_skcipher *
269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2()
H A Dgss_krb5_test.c530 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 Dgss_krb5_keys.c157 struct crypto_sync_skcipher *cipher; in krb5_DK()
/linux/include/crypto/
H A Dskcipher.h59 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/net/ceph/
H A Dcrypto.h19 struct crypto_sync_skcipher *tfm;
/linux/net/mac802154/
H A Dllsec.h24 struct crypto_sync_skcipher *tfm0;
/linux/fs/crypto/
H A Dkeysetup.c100 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 Dkeysetup_v1.c51 struct crypto_sync_skcipher *tfm; in derive_key_aes()
H A Dcrypto.c115 struct crypto_sync_skcipher *tfm = ci->ci_enc_key.tfm; in fscrypt_crypt_data_unit()
H A Dfscrypt_private.h242 struct crypto_sync_skcipher *tfm;
/linux/crypto/krb5/
H A Drfc3961_simplified.c104 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 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()
192 struct crypto_sync_skcipher *ci) in rxkad_prime_packet_security()
1304 struct crypto_sync_skcipher *tfm; in rxkad_init()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.h124 struct crypto_sync_skcipher *cipher;
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h161 struct crypto_sync_skcipher *fbtfm;
/linux/crypto/
H A Dskcipher.c393 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher()
414 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c53 struct crypto_sync_skcipher *sk;
1152 struct crypto_sync_skcipher *blk; in ocs_aes_init_tfm()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c330 struct crypto_sync_skcipher *fallback;