Searched refs:tkn_session_key (Results 1 – 5 of 5) sorted by relevance
256 free(token->tkn_session_key); in smb_token_destroy()575 token->tkn_session_key = NULL; in smb_token_auth_local()579 token->tkn_session_key = malloc(SMBAUTH_SESSION_KEY_SZ); in smb_token_auth_local()580 if (token->tkn_session_key == NULL) in smb_token_auth_local()590 (uchar_t *)token->tkn_session_key); in smb_token_auth_local()
257 if ((token->tkn_session_key = malloc(SMBAUTH_SESSION_KEY_SZ)) == NULL) in netr_setup_token()261 bcopy(info3->UserSessionKey.data, token->tkn_session_key, in netr_setup_token()263 rand_hash((unsigned char *)token->tkn_session_key, in netr_setup_token()
99 smb_session_key_t *tkn_session_key; member
281 if (!xdr_pointer(xdrs, (char **)&objp->tkn_session_key, in smb_token_xdr()
165 bcopy(token->tkn_session_key, sign->mackey, SSN_KEY_LEN); in smb_sign_begin()