Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kadm5/srv/
H A Dsvr_principal.c927 krb5_keyblock *hist_keyblocks, in check_pw_reuse() argument
947 for (kb = hist_keyblocks; kb->enctype != 0; kb++) { in check_pw_reuse()
1233 krb5_keyblock *act_mkey, *hist_keyblocks = NULL; in kadm5_chpass_principal_3() local
1271 ret = kdb_get_hist_key(handle, &hist_keyblocks, &hist_kvno); in kadm5_chpass_principal_3()
1274 ret = create_history_entry(handle->context, &hist_keyblocks[0], in kadm5_chpass_principal_3()
1308 ret = check_pw_reuse(handle->context, hist_keyblocks, in kadm5_chpass_principal_3()
1318 ret = check_pw_reuse(handle->context, hist_keyblocks, in kadm5_chpass_principal_3()
1367 kdb_free_keyblocks(handle, hist_keyblocks); in kadm5_chpass_principal_3()