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

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c322 gss_cred_id_t gss_client_creds = GSS_C_NO_CREDENTIAL; local
493 &gss_client_creds, NULL, NULL);
503 handle->my_cred = gss_client_creds;
504 options_req.my_cred = gss_client_creds;
566 * gss_client_creds is freed only when there is an error condition,
570 if (code && (gss_client_creds != GSS_C_NO_CREDENTIAL))
571 (void) gss_release_cred(&minor_stat, &gss_client_creds);

Completed in 56 milliseconds