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

/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c334 gss_cred_id_t gss_client_creds = GSS_C_NO_CREDENTIAL; local
490 &gss_client_creds, NULL, NULL);
496 handle->my_cred = gss_client_creds;
497 options_req.my_cred = gss_client_creds;
567 * gss_client_creds is freed only when there is an error condition,
571 if (code && (gss_client_creds != GSS_C_NO_CREDENTIAL))
572 (void) gss_release_cred(&minor_stat, &gss_client_creds);

Completed in 57 milliseconds