Searched defs:pw_hist_data (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c962 * pw_hist_data, encrypted in hist_keyblock
963 * n_pw_hist_data (r) length of pw_hist_data
964 * pw_hist_data (r) passwords to check new_key_data against
969 * for each password in pw_hist_data:
975 * new_key_data is the same as a key in pw_hist_data, or 0.
982 unsigned int n_pw_hist_data, osa_pw_hist_ent *pw_hist_data)
996 for (z = 0; z < pw_hist_data[y].n_key_data; z++) {
999 &pw_hist_data[y].key_data[z],
978 check_pw_reuse(krb5_context context, krb5_keyblock *master_keyblock, krb5_keyblock *hist_keyblock, int n_new_key_data, krb5_key_data *new_key_data, unsigned int n_pw_hist_data, osa_pw_hist_ent *pw_hist_data) argument

Completed in 62 milliseconds