Home
last modified time | relevance | path

Searched refs:cred_in (Results 1 – 1 of 1) sorted by relevance

/src/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_acquire_cred.c285 copy_mech_cred(OM_uint32 *minor_status, gss_cred_id_t cred_in, in copy_mech_cred() argument
300 status = mech->gss_export_cred(minor_status, cred_in, &buf); in copy_mech_cred()
307 status = mech->gss_inquire_cred(minor_status, cred_in, &name, &life, in copy_mech_cred()
324 copy_union_cred(OM_uint32 *minor_status, gss_cred_id_t cred_in, in copy_union_cred() argument
328 gss_union_cred_t cred = (gss_union_cred_t)cred_in; in copy_union_cred()