Searched refs:kdb_get_entry (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c157 if ((ret = kdb_get_entry(handle, hist_princ, &kdb, NULL))) {
216 ret = kdb_get_entry(handle, hist_princ, &kdb, NULL);
244 * Function: kdb_get_entry
262 kdb_get_entry(kadm5_server_handle_t handle, function
325 * Purpose: frees the resources allocated by kdb_get_entry
H A Dsvr_principal.c281 ret = kdb_get_entry(handle, entry->principal, &kdb, &adb);
572 if ((ret = kdb_get_entry(handle, principal, &kdb, &adb)))
638 ret = kdb_get_entry(handle, entry->principal, &kdb, &adb);
822 if ((ret = kdb_get_entry(handle, target, &kdb, &adb)) == 0) {
827 if ((ret = kdb_get_entry(handle, source, &kdb, &adb)))
885 if ((ret = kdb_get_entry(handle, principal, &kdb, &adb)))
1442 if ((ret = kdb_get_entry(handle, principal, &kdb, &adb)))
1446 if ((ret = kdb_get_entry(handle, principal, &kdb_save, NULL))) {
1672 if ((ret = kdb_get_entry(handle, principal, &kdb, &adb)))
1800 if ((ret = kdb_get_entry(handl
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dserver_internal.h97 krb5_error_code kdb_get_entry(kadm5_server_handle_t handle,

Completed in 615 milliseconds