Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c978 krb5_keyblock newkey, histkey; in check_pw_reuse() local
993 &histkey, NULL); in check_pw_reuse()
997 if ((newkey.length == histkey.length) && in check_pw_reuse()
998 (newkey.enctype == histkey.enctype) && in check_pw_reuse()
999 (memcmp(newkey.contents, histkey.contents, in check_pw_reuse()
1000 histkey.length) == 0)) { in check_pw_reuse()
1001 krb5_free_keyblock_contents(context, &histkey); in check_pw_reuse()
1006 krb5_free_keyblock_contents(context, &histkey); in check_pw_reuse()