Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_krb5ssp.c153 (void) memcpy(ctx->ctx_obodybuf, outtok.value, outtok.length); in smbd_krb5ssp_work()
157 free(ctx->ctx_obodybuf); in smbd_krb5ssp_work()
158 ctx->ctx_obodybuf = outtok.value; in smbd_krb5ssp_work()
H A Dsmbd_authsvc.c400 ctx->ctx_obodybuf = malloc(ctx->ctx_obodylen); in smbd_authctx_create()
401 if (ctx->ctx_ibodybuf == NULL || ctx->ctx_obodybuf == NULL) in smbd_authctx_create()
430 free(ctx->ctx_obodybuf); in smbd_authctx_destroy()
889 ctx->ctx_obodybuf, /* may be NULL */ in smbd_authsvc_escmn()
1010 ctx->ctx_obodybuf, ctx->ctx_obodylen); in smbd_raw_ntlmssp_esnext()
H A Dsmbd_authsvc.h56 void *ctx_obodybuf; member
H A Dsmbd_ntlmssp.c248 smb_msgbuf_init(&mb, ctx->ctx_obodybuf, ctx->ctx_obodylen, mbflags); in smbd_ntlmssp_negotiate()