Searched refs:ctx_flags (Results 1 – 12 of 12) sorted by relevance
| /freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | inquire_context.c | 44 OM_uint32 * ctx_flags, in _gss_ntlm_inquire_context() argument 60 if (ctx_flags) in _gss_ntlm_inquire_context() 61 *ctx_flags = ctx->gssflags; in _gss_ntlm_inquire_context()
|
| /freebsd/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_inq_context.c | 42 OM_uint32 *ctx_flags, in val_inq_ctx_args() argument 82 OM_uint32 *ctx_flags, in gss_inquire_context() argument 96 mech_type, ctx_flags, in gss_inquire_context() 123 ctx_flags, in gss_inquire_context()
|
| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | inquire_context.c | 43 OM_uint32 * ctx_flags, in _gsskrb5_inquire_context() argument 88 if (ctx_flags) in _gsskrb5_inquire_context() 89 *ctx_flags = ctx->flags; in _gsskrb5_inquire_context()
|
| /freebsd/lib/libgssapi/ |
| H A D | gss_inquire_context.c | 42 OM_uint32 *ctx_flags, in gss_inquire_context() argument 73 ctx_flags, in gss_inquire_context()
|
| /freebsd/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_inquire_context.c | 38 OM_uint32 *ctx_flags, in gss_inquire_context() argument 69 ctx_flags, in gss_inquire_context()
|
| /freebsd/crypto/krb5/src/lib/gssapi/spnego/ |
| H A D | spnego_mech.c | 741 (sc->ctx_flags & GSS_C_INTEG_FLAG))) { in init_ctx_cont() 912 &sc->ctx_flags, time_rec); in init_ctx_call_init() 933 (!sc->mic_reqd || !(sc->ctx_flags & GSS_C_INTEG_FLAG))) in init_ctx_call_init() 1081 (spnego_ctx->ctx_flags & GSS_C_INTEG_FLAG)) { in spnego_gss_init_sec_context() 1093 *ret_flags = spnego_ctx->ctx_flags & ~GSS_C_PROT_READY_FLAG; in spnego_gss_init_sec_context() 1508 &sc->ctx_flags, time_rec, in acc_ctx_call_acc() 1520 !(sc->ctx_flags & GSS_C_MUTUAL_FLAG) && in acc_ctx_call_acc() 1529 !(sc->ctx_flags & GSS_C_INTEG_FLAG)) { in acc_ctx_call_acc() 1672 (sc->ctx_flags & GSS_C_INTEG_FLAG)) { in spnego_gss_accept_sec_context() 1681 *ret_flags = sc->ctx_flags & ~GSS_C_PROT_READY_FLAG; in spnego_gss_accept_sec_context() [all …]
|
| H A D | gssapiP_spnego.h | 125 OM_uint32 ctx_flags; member 345 OM_uint32 *ctx_flags,
|
| H A D | negoex_ctx.c | 322 output_token, &ctx->ctx_flags, time_rec); in mech_init() 401 &ctx->ctx_flags, time_rec, in mech_accept()
|
| /freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
| H A D | iakerb.c | 1186 gss_OID *mech_type, OM_uint32 *ctx_flags, in iakerb_gss_inquire_context() argument 1200 if (ctx_flags != NULL) in iakerb_gss_inquire_context() 1201 *ctx_flags = 0; in iakerb_gss_inquire_context() 1212 ctx_flags, initiate, opened); in iakerb_gss_inquire_context() 1220 if (ctx_flags != NULL) in iakerb_gss_inquire_context() 1221 *ctx_flags &= ~GSS_C_TRANS_FLAG; in iakerb_gss_inquire_context()
|
| H A D | gssapiP_krb5.h | 1357 gss_OID *mech_type, OM_uint32 *ctx_flags,
|
| /freebsd/crypto/heimdal/lib/gssapi/spnego/ |
| H A D | context_stubs.c | 390 OM_uint32 * ctx_flags, in _gss_spnego_inquire_context() argument 415 ctx_flags, in _gss_spnego_inquire_context()
|
| /freebsd/crypto/krb5/src/lib/gssapi/generic/ |
| H A D | gssapi.hin | 599 OM_uint32 *, /* ctx_flags */
|