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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c159 * private function. Caller must free ptr_as_reply if non-NULL.
171 krb5_kdc_rep **ptr_as_reply)
482 * Argument, ptr_as_reply, being returned to caller if success and non-NULL.
485 if (ptr_as_reply == NULL)
488 *ptr_as_reply = as_reply;
162 __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 21 milliseconds