Home
last modified time | relevance | path

Searched refs:crypto_krb5_encrypt (Results 1 – 7 of 7) sorted by relevance

/linux/crypto/krb5/
H A Dkrb5_api.c328 ssize_t crypto_krb5_encrypt(const struct krb5_enctype *krb5, in crypto_krb5_encrypt() function
342 EXPORT_SYMBOL(crypto_krb5_encrypt);
H A Dselftest.c307 ret = crypto_krb5_encrypt(krb5, ci, sg, 1, message_len, in krb5_test_one_enc()
/linux/include/crypto/
H A Dkrb5.h133 ssize_t crypto_krb5_encrypt(const struct krb5_enctype *krb5,
/linux/fs/afs/
H A Dcm_security.c325 ret = crypto_krb5_encrypt(token_krb5, aead, &sg, 1, encsize, offset, toksize, false); in afs_create_yfs_cm_token()
/linux/net/ceph/
H A Dcrypto.c342 ret = crypto_krb5_encrypt(key->krb5_type, key->krb5_tfms[usage_slot], in ceph_krb5_encrypt()
/linux/net/rxrpc/
H A Drxgk.c411 ret = crypto_krb5_encrypt(gk->krb5, gk->tx_enc, in rxgk_secure_packet_encrypted()
902 return crypto_krb5_encrypt(gk->krb5, gk->resp_enc, sg, nr_sg, alloc_len, in rxgk_encrypt_authenticator()
/linux/Documentation/crypto/
H A Dkrb5.rst195 ssize_t crypto_krb5_encrypt(const struct krb5_enctype *krb5,