Searched refs:crypto_krb5_how_much_buffer (Results 1 – 6 of 6) sorted by relevance
| /linux/crypto/krb5/ |
| H A D | krb5_api.c | 62 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 D | selftest.c | 277 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 D | krb5.h | 118 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5,
|
| /linux/fs/afs/ |
| H A D | cm_security.c | 240 encsize = crypto_krb5_how_much_buffer(token_krb5, KRB5_ENCRYPT_MODE, toksize, &offset); in afs_create_yfs_cm_token()
|
| /linux/net/rxrpc/ |
| H A D | rxgk.c | 314 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 D | krb5.rst | 141 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5,
|