Searched refs:random_to_key (Results 1 – 5 of 5) sorted by relevance
90 .random_to_key = NULL, /* Identity */113 .random_to_key = NULL, /* Identity */
212 .random_to_key = NULL, /* Identity */235 .random_to_key = NULL, /* Identity */
337 .random_to_key = NULL, /* Identity */360 .random_to_key = NULL, /* Identity */
281 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()
109 int (*random_to_key)(const struct krb5_enctype *krb5, member