Searched refs:mkey_list (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.h72 krb5_keylist_node *mkey_list; /* all master keys in use for the realm */ member in struct:_krb5_ldap_realm_params
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c73 free_mkey_list(krb5_context context, krb5_keylist_node *mkey_list) argument
77 for (cur = mkey_list; cur != NULL; cur = next) {
1888 krb5_keylist_node *mkey_list = context->dal_handle->master_keylist; local
1890 if (mkey_list == NULL)
1902 /* Determine the minimum kvno in mkey_list and output that. */
1904 while (mkey_list != NULL) {
1905 if (mkey_list->kvno < kvno)
1906 kvno = mkey_list->kvno;
1907 mkey_list = mkey_list
[all...]

Completed in 19 milliseconds