Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c289 if ((ctx->status & STATUS_SESSIONKEY) == 0) { in _gss_ntlm_get_mic()
306 if ((ctx->status & STATUS_SESSIONKEY) == 0) { in _gss_ntlm_get_mic()
361 if ((ctx->status & STATUS_SESSIONKEY) == 0) in _gss_ntlm_verify_mic()
378 if ((ctx->status & STATUS_SESSIONKEY) == 0) in _gss_ntlm_verify_mic()
H A Dinit_sec_context.c394 ctx->status |= STATUS_SESSIONKEY; in _gss_ntlm_init_sec_context()
458 ctx->status |= STATUS_SESSIONKEY; in _gss_ntlm_init_sec_context()
466 ctx->status |= STATUS_SESSIONKEY; in _gss_ntlm_init_sec_context()
H A Dntlm.h119 #define STATUS_SESSIONKEY 4 macro
H A Daccept_sec_context.c234 ctx->status |= STATUS_SESSIONKEY; in _gss_ntlm_accept_sec_context()