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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsn2princ.c81 * Note, krb5_sname_to_principal() allocates memory for ret_princ. Be sure to
82 * use krb5_free_principal() on ret_princ to free it when done referencing it.
85 krb5_sname_to_principal(krb5_context context, const char *hostname, const char *sname, krb5_int32 type, krb5_principal *ret_princ) argument
258 retval = krb5_build_principal(context, ret_princ, strlen(realm),
263 krb5_princ_type(context, *ret_princ) = type;
269 krb5int_dbgref_dump_principal("krb5_sname_to_principal",*ret_princ);

Completed in 58 milliseconds