Home
last modified time | relevance | path

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

/openbmc/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;
166 u32 krb5_encrypt(struct crypto_sync_skcipher *key, void *iv, void *in,
169 u32 krb5_decrypt(struct crypto_sync_skcipher *key, void *iv, void *in,
175 int gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm,
179 int gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm,
[all …]
H A Dgss_krb5_crypto.c104 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()
446 gss_encrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, in gss_encrypt_xdr_buf()
487 struct crypto_sync_skcipher *tfm = in decryptor()
529 gss_decrypt_xdr_buf(struct crypto_sync_skcipher *tfm, struct xdr_buf *buf, in gss_decrypt_xdr_buf()
592 gss_krb5_cts_crypt(struct crypto_sync_skcipher *cipher, struct xdr_buf *buf, in gss_krb5_cts_crypt()
675 int krb5_cbc_cts_encrypt(struct crypto_sync_skcipher *cts_tfm, in krb5_cbc_cts_encrypt()
676 struct crypto_sync_skcipher *cbc_tfm, in krb5_cbc_cts_encrypt()
740 int krb5_cbc_cts_decrypt(struct crypto_sync_skcipher *cts_tfm, in krb5_cbc_cts_decrypt()
[all …]
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_mech.c266 static struct crypto_sync_skcipher *
269 struct crypto_sync_skcipher *tfm; in gss_krb5_alloc_cipher_v2()
H A Dgss_krb5_keys.c157 struct crypto_sync_skcipher *cipher; in krb5_DK()
/openbmc/linux/include/crypto/
H A Dskcipher.h48 struct crypto_sync_skcipher { struct
155 (!(sizeof((struct crypto_sync_skcipher *)1 == \
213 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
233 static inline void crypto_free_sync_skcipher(struct crypto_sync_skcipher *tfm) in crypto_free_sync_skcipher()
283 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_ivsize()
328 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_blocksize()
357 struct crypto_sync_skcipher *tfm) in crypto_sync_skcipher_get_flags()
363 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_set_flags()
369 struct crypto_sync_skcipher *tfm, u32 flags) in crypto_sync_skcipher_clear_flags()
393 static inline int crypto_sync_skcipher_setkey(struct crypto_sync_skcipher *tfm, in crypto_sync_skcipher_setkey()
[all …]
H A Dnull.h12 struct crypto_sync_skcipher *crypto_get_default_null_skcipher(void);
/openbmc/linux/crypto/
H 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()
H 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()
459 struct crypto_sync_skcipher *null_tfm; in aead_bind()
H A Dauthenc.c31 struct crypto_sync_skcipher *null;
312 struct crypto_sync_skcipher *null; in crypto_authenc_init_tfm()
H A Dauthencesn.c34 struct crypto_sync_skcipher *null;
326 struct crypto_sync_skcipher *null; in crypto_authenc_esn_init_tfm()
H A Dskcipher.c807 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher()
827 return (struct crypto_sync_skcipher *)tfm; in crypto_alloc_sync_skcipher()
H A Dgcm.c49 struct crypto_sync_skcipher *null;
992 struct crypto_sync_skcipher *null; in crypto_rfc4543_init_tfm()
/openbmc/linux/include/crypto/internal/
H A Dgeniv.h18 struct crypto_sync_skcipher *sknull;
/openbmc/linux/net/ceph/
H A Dcrypto.h19 struct crypto_sync_skcipher *tfm;
/openbmc/linux/net/mac802154/
H A Dllsec.h24 struct crypto_sync_skcipher *tfm0;
/openbmc/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()
184 struct crypto_sync_skcipher *ci) in rxkad_prime_packet_security()
1215 struct crypto_sync_skcipher *tfm; in rxkad_init()
H A Dar-internal.h504 struct crypto_sync_skcipher *cipher; /* encryption handle */
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec.h112 struct crypto_sync_skcipher *fbtfm;
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.h125 struct crypto_sync_skcipher *cipher;
/openbmc/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()
/openbmc/linux/drivers/net/wireless/cisco/
H 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()
/openbmc/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c330 struct crypto_sync_skcipher *fallback;