Searched defs:krb5 (Results 1 – 6 of 6) sorted by relevance
/linux-6.15/crypto/krb5/ |
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() 138 void crypto_krb5_where_is_the_data(const struct krb5_enctype *krb5, in crypto_krb5_where_is_the_data() 161 struct crypto_aead *krb5_prepare_encryption(const struct krb5_enctype *krb5, in krb5_prepare_encryption() 206 struct crypto_aead *crypto_krb5_prepare_encryption(const struct krb5_enctype *krb5, in crypto_krb5_prepare_encryption() 235 struct crypto_shash *krb5_prepare_checksum(const struct krb5_enctype *krb5, in krb5_prepare_checksum() 274 struct crypto_shash *crypto_krb5_prepare_checksum(const struct krb5_enctype *krb5, in crypto_krb5_prepare_checksum() 328 ssize_t crypto_krb5_encrypt(const struct krb5_enctype *krb5, in crypto_krb5_encrypt() 365 int crypto_krb5_decrypt(const struct krb5_enctype *krb5, in crypto_krb5_decrypt() [all …]
|
D | rfc3961_simplified.c | 137 static int rfc3961_calc_H(const struct krb5_enctype *krb5, in rfc3961_calc_H() 263 static int rfc3961_calc_DK(const struct krb5_enctype *krb5, in rfc3961_calc_DK() 346 static int rfc3961_calc_E(const struct krb5_enctype *krb5, in rfc3961_calc_E() 384 static int rfc3961_calc_PRF(const struct krb5_enctype *krb5, in rfc3961_calc_PRF() 431 int authenc_derive_encrypt_keys(const struct krb5_enctype *krb5, in authenc_derive_encrypt_keys() 473 int authenc_load_encrypt_keys(const struct krb5_enctype *krb5, in authenc_load_encrypt_keys() 501 int rfc3961_derive_checksum_key(const struct krb5_enctype *krb5, in rfc3961_derive_checksum_key() 524 int rfc3961_load_checksum_key(const struct krb5_enctype *krb5, in rfc3961_load_checksum_key() 539 ssize_t krb5_aead_encrypt(const struct krb5_enctype *krb5, in krb5_aead_encrypt() 607 int krb5_aead_decrypt(const struct krb5_enctype *krb5, in krb5_aead_decrypt() [all …]
|
D | rfc8009_aes2.c | 28 static int rfc8009_calc_KDF_HMAC_SHA2(const struct krb5_enctype *krb5, in rfc8009_calc_KDF_HMAC_SHA2() 119 static int rfc8009_calc_PRF(const struct krb5_enctype *krb5, in rfc8009_calc_PRF() 138 static int rfc8009_calc_Ke(const struct krb5_enctype *krb5, in rfc8009_calc_Ke() 157 static int rfc8009_calc_Ki(const struct krb5_enctype *krb5, in rfc8009_calc_Ki() 172 static ssize_t rfc8009_encrypt(const struct krb5_enctype *krb5, in rfc8009_encrypt() 251 static int rfc8009_decrypt(const struct krb5_enctype *krb5, in rfc8009_decrypt()
|
D | krb5_kdf.c | 32 int crypto_krb5_calc_PRFplus(const struct krb5_enctype *krb5, in crypto_krb5_calc_PRFplus() 86 int krb5_derive_Kc(const struct krb5_enctype *krb5, const struct krb5_buffer *TK, in krb5_derive_Kc() 110 int krb5_derive_Ke(const struct krb5_enctype *krb5, const struct krb5_buffer *TK, in krb5_derive_Ke() 134 int krb5_derive_Ki(const struct krb5_enctype *krb5, const struct krb5_buffer *TK, in krb5_derive_Ki()
|
D | selftest.c | 119 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(test->etype); in krb5_test_one_prf() local 163 static int krb5_test_key(const struct krb5_enctype *krb5, in krb5_test_key() 210 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(test->etype); in krb5_test_one_key() local 241 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(test->etype); in krb5_test_one_enc() local 380 const struct krb5_enctype *krb5 = crypto_krb5_find_enctype(test->etype); in krb5_test_one_mic() local
|
D | rfc6803_camellia.c | 24 static int rfc6803_calc_KDF_FEEDBACK_CMAC(const struct krb5_enctype *krb5, in rfc6803_calc_KDF_FEEDBACK_CMAC() 115 static int rfc6803_calc_PRF(const struct krb5_enctype *krb5, in rfc6803_calc_PRF()
|