Searched defs:krb5 (Results 1 – 6 of 6) sorted by relevance
| /linux/crypto/krb5/ |
| H A D | krb5_api.c | 37 const struct krb5_enctype *krb5; in crypto_krb5_find_enctype() local 62 size_t crypto_krb5_how_much_buffer(const struct krb5_enctype *krb5, in crypto_krb5_how_much_buffer() 96 size_t crypto_krb5_how_much_data(const struct krb5_enctype *krb5, in crypto_krb5_how_much_data() 141 int crypto_krb5_where_is_the_data(const struct krb5_enctype *krb5, in crypto_krb5_where_is_the_data() 178 int crypto_krb5_check_data_len(const struct krb5_enctype *krb5, in crypto_krb5_check_data_len() 203 struct crypto_aead *krb5_prepare_encryption(const struct krb5_enctype *krb5, in krb5_prepare_encryption() 248 struct crypto_aead *crypto_krb5_prepare_encryption(const struct krb5_enctype *krb5, in crypto_krb5_prepare_encryption() 277 struct crypto_shash *krb5_prepare_checksum(const struct krb5_enctype *krb5, in krb5_prepare_checksum() 316 struct crypto_shash *crypto_krb5_prepare_checksum(const struct krb5_enctype *krb5, in crypto_krb5_prepare_checksum() 370 ssize_t crypto_krb5_encrypt(const struct krb5_enctype *krb5, in crypto_krb5_encrypt() [all …]
|
| /linux/net/rxrpc/ |
| H A D | rxgk_common.h | 22 const struct krb5_enctype *krb5; /* RxGK encryption type */ member 69 static inline int rxgk_decrypt(const struct krb5_enctype *krb5, in rxgk_decrypt() 112 int rxgk_verify_mic(const struct krb5_enctype *krb5, in rxgk_verify_mic()
|
| H A D | rxgk_kdf.c | 62 const struct krb5_enctype *krb5 = gk->krb5; in rxgk_derive_transport_key() local 100 const struct krb5_enctype *krb5 = gk->krb5; in rxgk_set_up_ciphers() local 274 const struct krb5_enctype *krb5; in rxgk_set_up_token_cipher() local
|
| H A D | rxgk.c | 22 const struct krb5_enctype *krb5; in rxgk_preparse_server_key() local 73 const struct krb5_enctype *krb5 = key->payload.data[0]; in rxgk_describe_server_key() local 1088 const struct krb5_enctype *krb5, in rxgk_verify_authenticator() 1168 const struct krb5_enctype *krb5; in rxgk_verify_response() local
|
| H A D | rxgk_app.c | 180 const struct krb5_enctype *krb5; in rxgk_extract_token() local
|
| H A D | rxperf.c | 588 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(enctype); in rxperf_add_yfs_rxgk_key() local
|