Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c334 ctx->ctx_ibodybuf = malloc(ctx->ctx_ibodylen); in smbd_authctx_create()
337 if (ctx->ctx_ibodybuf == NULL || ctx->ctx_obodybuf == NULL) in smbd_authctx_create()
365 free(ctx->ctx_ibodybuf); in smbd_authctx_destroy()
746 ctx->ctx_ibodybuf, &toklen); in smbd_authsvc_escmn()
867 (void) memcpy(ctx->ctx_ibodybuf, in smbd_raw_ntlmssp_esnext()
H A Dsmbd_authsvc.h54 void *ctx_ibodybuf; member
H A Dsmbd_ntlmssp.c127 struct genhdr *ihdr = ctx->ctx_ibodybuf; in smbd_ntlmssp_work()
175 struct nego_hdr *ihdr = ctx->ctx_ibodybuf; in smbd_ntlmssp_negotiate()
420 smb_msgbuf_init(&mb, ctx->ctx_ibodybuf, ctx->ctx_ibodylen, mbflags); in smbd_ntlmssp_authenticate()
H A Dsmbd_krb5ssp.c124 intok.value = ctx->ctx_ibodybuf; in smbd_krb5ssp_work()