Home
last modified time | relevance | path

Searched refs:crypto_krb5_how_much_buffer (Results 1 – 6 of 6) sorted by relevance

/linux/crypto/krb5/
H A Dkrb5_api.c62 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5, in crypto_krb5_how_much_buffer() function
81 EXPORT_SYMBOL(crypto_krb5_how_much_buffer);
H A Dselftest.c277 message_len = crypto_krb5_how_much_buffer(krb5, KRB5_ENCRYPT_MODE, in krb5_test_one_enc()
419 message_len = crypto_krb5_how_much_buffer(krb5, KRB5_CHECKSUM_MODE, in krb5_test_one_mic()
/linux/include/crypto/
H A Dkrb5.h118 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5,
/linux/fs/afs/
H A Dcm_security.c240 encsize = crypto_krb5_how_much_buffer(token_krb5, KRB5_ENCRYPT_MODE, toksize, &offset); in afs_create_yfs_cm_token()
/linux/net/rxrpc/
H A Drxgk.c314 alloc = crypto_krb5_how_much_buffer(gk->krb5, mode, in rxgk_alloc_txbuf()
931 authx_len = crypto_krb5_how_much_buffer(gk->krb5, KRB5_ENCRYPT_MODE, in rxgk_construct_response()
/linux/Documentation/crypto/
H A Dkrb5.rst141 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5,