Searched refs:_gss_ntlm_set_key (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/ntlm/ |
H A D | accept_sec_context.c | 237 _gss_ntlm_set_key(&ctx->u.v2.send, 1, in _gss_ntlm_accept_sec_context() 241 _gss_ntlm_set_key(&ctx->u.v2.recv, 0, in _gss_ntlm_accept_sec_context()
|
H A D | init_sec_context.c | 459 _gss_ntlm_set_key(&ctx->u.v2.send, 0, (ctx->flags & NTLM_NEG_KEYEX), in _gss_ntlm_init_sec_context() 462 _gss_ntlm_set_key(&ctx->u.v2.recv, 1, (ctx->flags & NTLM_NEG_KEYEX), in _gss_ntlm_init_sec_context()
|
H A D | ntlm-private.h | 239 _gss_ntlm_set_key (
|
H A D | crypto.c | 77 _gss_ntlm_set_key(struct ntlmv2_key *key, int acceptor, int sealsign, in _gss_ntlm_set_key() function
|
/freebsd/crypto/heimdal/kcm/ |
H A D | protocol.c | 1613 _gss_ntlm_set_key(&ctx->u.v2.send, 0, (ctx->flags & NTLM_NEG_KEYEX), in kcm_op_do_ntlm() 1616 _gss_ntlm_set_key(&ctx->u.v2.recv, 1, (ctx->flags & NTLM_NEG_KEYEX), in kcm_op_do_ntlm()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 586 _gss_ntlm_set_key. 589 _gss_ntlm_set_key. 591 * ntlm/crypto.c (_gss_ntlm_set_key): add signseal argument 597 * ntlm/crypto.c (_gss_ntlm_set_key): set ntlm v2 keys.
|