Searched refs:cryptkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | cifsencrypt.c | 280 rc = SMBNTencrypt(ses->password, ses->server->cryptkey, in setup_ntlm_response() 304 int calc_lanman_hash(const char *password, const char *cryptkey, bool encrypt, in calc_lanman_hash() argument 334 rc = SMBencrypt(password_with_pad, cryptkey, lnm_session_key); in calc_lanman_hash() 627 ses->ntlmssp->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response() 630 ses->server->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); in CalcNTLMv2_response()
|
D | cifsglob.h | 155 char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlmssp */ member 653 char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlm, ntlmv2 etc */ member
|
D | sess.c | 304 memcpy(ses->ntlmssp->cryptkey, pblob->Challenge, CIFS_CRYPTO_KEY_SIZE); in decode_ntlmssp_challenge() 717 rc = calc_lanman_hash(ses->password, ses->server->cryptkey, in sess_auth_lanman()
|
D | cifsproto.h | 477 extern int calc_lanman_hash(const char *password, const char *cryptkey,
|
D | connect.c | 4229 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon() 4235 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()
|
D | cifssmb.c | 539 memcpy(server->cryptkey, rsp->EncryptionKey, in decode_lanman_negprot_rsp() 661 memcpy(ses->server->cryptkey, pSMBr->u.EncryptionKey, in CIFSSMBNegotiate()
|