Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c701 gss_OID supportedMech = GSS_C_NO_OID; in init_ctx_cont() local
708 ret = get_negTokenResp(minor_status, &in, acc_negState, &supportedMech, in init_ctx_cont()
733 supportedMech, responseToken, mechListMIC, in init_ctx_cont()
752 if (supportedMech != GSS_C_NO_OID) in init_ctx_cont()
753 generic_gss_release_oid(&tmpmin, &supportedMech); in init_ctx_cont()
764 OM_uint32 acc_negState, gss_OID supportedMech, in init_ctx_nego() argument
781 if (supportedMech == GSS_C_NO_OID) in init_ctx_nego()
782 supportedMech = sc->internal_mech; in init_ctx_nego()
791 if (!(is_kerb_mech(supportedMech) && in init_ctx_nego()
793 !g_OID_equal(supportedMech, sc->internal_mech)) { in init_ctx_nego()
[all …]
/src/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c51 nt.u.negTokenResp.supportedMech = NULL; in send_reject()
190 ALLOC(nt.u.negTokenResp.supportedMech, 1); in send_accept()
191 if (nt.u.negTokenResp.supportedMech == NULL) { in send_accept()
199 nt.u.negTokenResp.supportedMech, in send_accept()
207 nt.u.negTokenResp.supportedMech = NULL; in send_accept()
H A Dspnego.asn148 supportedMech [1] MechType OPTIONAL,
H A Dinit_sec_context.c107 nt.u.negTokenResp.supportedMech = NULL; in spnego_reply_internal()
440 if (resp.u.negTokenResp.supportedMech) { in spnego_reply()
449 resp.u.negTokenResp.supportedMech, in spnego_reply()