Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_krb5ssp.c232 ctx->ctx_token = calloc(1, sizeof (smb_token_t)); in smbd_krb5ssp_work()
233 if (ctx->ctx_token == NULL) { in smbd_krb5ssp_work()
238 status = smb_decode_krb5_pac(ctx->ctx_token, be->be_pac.data, in smbd_krb5ssp_work()
247 if (!smb_token_setup_common(ctx->ctx_token)) { in smbd_krb5ssp_work()
256 token = ctx->ctx_token; in smbd_krb5ssp_work()
380 ctx->ctx_token->tkn_ssnkey.val = malloc(keylen); in get_ssnkey()
381 if (ctx->ctx_token->tkn_ssnkey.val == NULL) { in get_ssnkey()
385 ctx->ctx_token->tkn_ssnkey.len = keylen; in get_ssnkey()
387 ctx->ctx_token->tkn_ssnkey.val, keylen); in get_ssnkey()
H A Dsmbd_authsvc.h63 struct smb_token *ctx_token; member
H A Dsmbd_authsvc.c419 if (ctx->ctx_token != NULL) in smbd_authctx_destroy()
420 smb_token_destroy(ctx->ctx_token); in smbd_authctx_destroy()
626 ctx->ctx_token = token; in smbd_authsvc_oldreq()
1027 if ((token = ctx->ctx_token) == NULL) in smbd_authsvc_gettoken()
H A Dsmbd_ntlmssp.c533 ctx->ctx_token = token; in smbd_ntlmssp_authenticate()