Home
last modified time | relevance | path

Searched refs:random_to_key (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/krb5/
H A Drfc3962_aes.c90 .random_to_key = NULL, /* Identity */
113 .random_to_key = NULL, /* Identity */
H A Drfc6803_camellia.c212 .random_to_key = NULL, /* Identity */
235 .random_to_key = NULL, /* Identity */
H A Drfc8009_aes2.c337 .random_to_key = NULL, /* Identity */
360 .random_to_key = NULL, /* Identity */
H A Drfc3961_simplified.c281 if (!krb5->random_to_key && result->len != keybytes) in rfc3961_calc_DK()
327 if (!krb5->random_to_key) { in rfc3961_calc_DK()
332 ret = krb5->random_to_key(krb5, &rawkey, result); in rfc3961_calc_DK()
/linux/include/crypto/
H A Dkrb5.h109 int (*random_to_key)(const struct krb5_enctype *krb5, member