Searched refs:cryptKey (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | sess.c | 503 calc_lanman_hash(ses->password, ses->server->cryptKey, in CIFS_SessSetup() 530 SMBNTencrypt(ses->password, ses->server->cryptKey, in CIFS_SessSetup()
|
D | cifsencrypt.c | 417 memcpy(v2_session_response + 8, ses->server->cryptKey, 8); in CalcNTLMv2_response()
|
D | cifsglob.h | 178 char cryptKey[CIFS_CRYPTO_KEY_SIZE]; member
|
D | connect.c | 2974 memcpy(ses->server->cryptKey, in CIFSNTLMSSPNegotiateSessSetup() 3591 calc_lanman_hash(tcon->password, ses->server->cryptKey, in CIFSTCon() 3597 SMBNTencrypt(tcon->password, ses->server->cryptKey, in CIFSTCon() 3808 server->cryptKey, in cifs_setup_session() 3826 SMBNTencrypt(pSesInfo->password, server->cryptKey, in cifs_setup_session()
|
D | cifssmb.c | 580 memcpy(server->cryptKey, rsp->EncryptionKey, in CIFSSMBNegotiate() 649 memcpy(server->cryptKey, pSMBr->u.EncryptionKey, in CIFSSMBNegotiate()
|