Lines Matching refs:CIFS_SESS_KEY_SIZE
497 (ses->auth_key.response + CIFS_SESS_KEY_SIZE);
501 hash_len = ses->auth_key.len - (CIFS_SESS_KEY_SIZE +
541 size_t baselen = CIFS_SESS_KEY_SIZE + sizeof(struct ntlmv2_resp);
653 (ses->auth_key.response + CIFS_SESS_KEY_SIZE);
714 unsigned char sec_key[CIFS_SESS_KEY_SIZE]; /* a nonce */
720 get_random_bytes(sec_key, CIFS_SESS_KEY_SIZE);
728 cifs_arc4_setkey(ctx_arc4, ses->auth_key.response, CIFS_SESS_KEY_SIZE);
733 memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE);
735 ses->auth_key.len = CIFS_SESS_KEY_SIZE;
737 memzero_explicit(sec_key, CIFS_SESS_KEY_SIZE);