sec_key 776 fs/cifs/cifsencrypt.c unsigned char sec_key[CIFS_SESS_KEY_SIZE]; /* a nonce */ sec_key 782 fs/cifs/cifsencrypt.c get_random_bytes(sec_key, CIFS_SESS_KEY_SIZE); sec_key 791 fs/cifs/cifsencrypt.c arc4_crypt(ctx_arc4, ses->ntlmssp->ciphertext, sec_key, sec_key 795 fs/cifs/cifsencrypt.c memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE); sec_key 799 fs/cifs/cifsencrypt.c memzero_explicit(sec_key, CIFS_SESS_KEY_SIZE);