Searched refs:ctx_token (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_krb5ssp.c219 ctx->ctx_token = calloc(1, sizeof (smb_token_t));
220 if (ctx->ctx_token == NULL)
223 status = smb_decode_krb5_pac(ctx->ctx_token, be->be_pac.data,
232 if (!smb_token_setup_common(ctx->ctx_token))
337 ctx->ctx_token->tkn_ssnkey.val = malloc(keylen);
338 if (ctx->ctx_token->tkn_ssnkey.val == NULL) {
342 ctx->ctx_token->tkn_ssnkey.len = keylen;
344 ctx->ctx_token->tkn_ssnkey.val, keylen);
H A Dsmbd_authsvc.h63 struct smb_token *ctx_token; member in struct:authsvc_context
H A Dsmbd_authsvc.c355 if (ctx->ctx_token != NULL)
356 smb_token_destroy(ctx->ctx_token);
555 ctx->ctx_token = token;
891 if ((token = ctx->ctx_token) == NULL)
H A Dsmbd_ntlmssp.c531 ctx->ctx_token = token;

Completed in 47 milliseconds