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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c149 * private function. Caller must free ptr_as_reply if non-NULL.
162 krb5_kdc_rep **ptr_as_reply)
504 * Argument, ptr_as_reply, being returned to caller if success and non-NULL.
507 if (ptr_as_reply == NULL)
510 *ptr_as_reply = as_reply;
152 __krb5_get_init_creds_password( krb5_context context, krb5_creds *creds, krb5_principal client, char *password, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, char *in_tkt_service, krb5_get_init_creds_opt *options, krb5_kdc_rep **ptr_as_reply) argument

Completed in 59 milliseconds