Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb3_negctx.c84 smb2_preauth_neg_ctx_t preauth_ctx; member
223 smb2_preauth_caps_t *picap = &neg_ctxs->preauth_ctx.preauth_caps; in smb3_negctxs_decode()
297 memcpy(&neg_ctxs->preauth_ctx.neg_ctx, &neg_ctx, in smb3_negctxs_decode()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c160 smb2_preauth_neg_ctx_t preauth_ctx; member
231 smb2_preauth_caps_t *picap = &neg_ctxs->preauth_ctx.preauth_caps; in smb31_decode_neg_ctxs()
318 neg_ctxs->preauth_ctx.neg_ctx = nego->neg_cur_ctx; in smb31_decode_neg_ctxs()
460 smb2_preauth_caps_t *in_caps = &in_ctx->preauth_ctx.preauth_caps; in smb31_process_preauth_caps()
461 smb2_preauth_caps_t *out_caps = &out_ctx->preauth_ctx.preauth_caps; in smb31_process_preauth_caps()
611 smb2_preauth_caps_t *picap = &neg_ctxs->preauth_ctx.preauth_caps; in smb31_encode_neg_ctxs()