Home
last modified time | relevance | path

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

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c724 *acc_negState = UNSPECIFIED; in init_ctx_cont()
815 acc_negState, supportedMech, in init_ctx_nego()
857 OM_uint32 acc_negState, gss_OID supportedMech, in init_ctx_reselect() argument
882 if (acc_negState == ACCEPT_INCOMPLETE) { in init_ctx_reselect()
885 } else if (acc_negState != REQUEST_MIC) { in init_ctx_reselect()
890 sc->mic_reqd = (acc_negState == REQUEST_MIC); in init_ctx_reselect()
903 OM_uint32 acc_negState, in init_ctx_call_init() argument
937 if (acc_negState == REJECT && !GSS_ERROR(ret)) { in init_ctx_call_init()
1073 acc_negState = UNSPECIFIED; in spnego_gss_init_sec_context()
1077 &acc_negState, &send_token); in spnego_gss_init_sec_context()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/spnego/
H A Dspnego_mech.c726 *acc_negState = UNSPECIFIED; in init_ctx_cont()
817 acc_negState, supportedMech, in init_ctx_nego()
859 OM_uint32 acc_negState, gss_OID supportedMech, in init_ctx_reselect() argument
884 if (acc_negState == ACCEPT_INCOMPLETE) { in init_ctx_reselect()
887 } else if (acc_negState != REQUEST_MIC) { in init_ctx_reselect()
892 sc->mic_reqd = (acc_negState == REQUEST_MIC); in init_ctx_reselect()
905 OM_uint32 acc_negState, in init_ctx_call_init() argument
939 if (acc_negState == REJECT && !GSS_ERROR(ret)) { in init_ctx_call_init()
1075 acc_negState = UNSPECIFIED; in spnego_gss_init_sec_context()
1079 &acc_negState, &send_token); in spnego_gss_init_sec_context()
[all …]