Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/gssapi/mechglue/
H A Dg_canon_name.c60 gss_union_name_t in_union, out_union = NULL, dest_union = NULL; in gss_canonicalize_name() local
90 out_union = in gss_canonicalize_name()
92 if (!out_union) in gss_canonicalize_name()
95 out_union->mech_type = 0; in gss_canonicalize_name()
96 out_union->mech_name = 0; in gss_canonicalize_name()
97 out_union->name_type = 0; in gss_canonicalize_name()
98 out_union->external_name = 0; in gss_canonicalize_name()
99 out_union->loopback = out_union; in gss_canonicalize_name()
103 &out_union->external_name, 1)) in gss_canonicalize_name()
109 &out_union->name_type); in gss_canonicalize_name()
[all …]
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_util.c37 cc_int32 new_v5_creds_union (cc_credentials_union *out_union, const char *realm) in new_v5_creds_union() argument
46 if (!out_union) { err = ccErrBadParam; } in new_v5_creds_union()
96 *out_union = *cred_union; in new_v5_creds_union()
H A Dtest_ccapi_util.h9 cc_int32 new_v5_creds_union(cc_credentials_union *out_union, const char *realm);
H A Dtest_ccapi_v2.c56 static cc_result new_v5_creds_union_compat (cred_union *out_union, const char *realm) in new_v5_creds_union_compat() argument
65 if (!out_union) { err = CC_BAD_PARM; } in new_v5_creds_union_compat()
115 *out_union = *creds_union; in new_v5_creds_union_compat()