Searched refs:old_keys (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | ovload.c | 187 rec->old_keys = NULL; 189 if(!(rec->old_keys = (osa_pw_hist_ent *) 194 memset(rec->old_keys,0, 197 parse_pw_hist_ent(current, &rec->old_keys[x]);
|
H A D | dump.c | 1303 for (y = 0; y < adb.old_keys[x].n_key_data; y++) { in dump_ov_princ() 1304 krb5_key_data *key_data = &adb.old_keys[x].key_data[y]; in dump_ov_princ()
|
/titanic_41/usr/src/lib/krb5/kadm5/srv/ |
H A D | svr_principal.c | 1135 if (adb->old_keys == NULL) { in add_to_history() 1136 adb->old_keys = (osa_pw_hist_ent *) in add_to_history() 1139 adb->old_keys = (osa_pw_hist_ent *) in add_to_history() 1140 realloc(adb->old_keys, in add_to_history() 1143 if (adb->old_keys == NULL) in add_to_history() 1146 memset(&adb->old_keys[nkeys], 0, sizeof(osa_pw_hist_ent)); in add_to_history() 1153 adb->old_keys[i] = adb->old_keys[i - 1]; in add_to_history() 1155 memset(&adb->old_keys[knext], 0, sizeof(osa_pw_hist_ent)); in add_to_history() 1184 tmp[i] = adb->old_keys[j]; in add_to_history() 1189 histp = &adb->old_keys[j]; in add_to_history() [all …]
|
H A D | adb_xdr.c | 117 if (!xdr_array(xdrs, (caddr_t *) &objp->old_keys, in xdr_osa_princ_ent_rec()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | princ_xdr.h | 46 osa_pw_hist_ent *old_keys; member
|
H A D | princ_xdr.c | 177 if (!xdr_array(xdrs, (caddr_t *) &objp->old_keys, in ldap_xdr_osa_princ_ent_rec()
|
/titanic_41/usr/src/lib/krb5/kadm5/ |
H A D | server_internal.h | 76 osa_pw_hist_ent *old_keys; member
|
H A D | adb.h | 72 osa_pw_hist_ent *old_keys; member
|