cryptkey 281 fs/cifs/cifsencrypt.c rc = SMBNTencrypt(ses->password, ses->server->cryptkey, cryptkey 305 fs/cifs/cifsencrypt.c int calc_lanman_hash(const char *password, const char *cryptkey, bool encrypt, cryptkey 340 fs/cifs/cifsencrypt.c rc = SMBencrypt(password_with_pad, cryptkey, lnm_session_key); cryptkey 633 fs/cifs/cifsencrypt.c ses->ntlmssp->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); cryptkey 636 fs/cifs/cifsencrypt.c ses->server->cryptkey, CIFS_SERVER_CHALLENGE_SIZE); cryptkey 162 fs/cifs/cifsglob.h char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlmssp */ cryptkey 711 fs/cifs/cifsglob.h char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlm, ntlmv2 etc */ cryptkey 487 fs/cifs/cifsproto.h extern int calc_lanman_hash(const char *password, const char *cryptkey, cryptkey 630 fs/cifs/cifssmb.c memcpy(server->cryptkey, rsp->EncryptionKey, cryptkey 752 fs/cifs/cifssmb.c memcpy(ses->server->cryptkey, pSMBr->u.EncryptionKey, cryptkey 5046 fs/cifs/connect.c calc_lanman_hash(tcon->password, ses->server->cryptkey, cryptkey 5052 fs/cifs/connect.c rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, cryptkey 312 fs/cifs/sess.c memcpy(ses->ntlmssp->cryptkey, pblob->Challenge, CIFS_CRYPTO_KEY_SIZE); cryptkey 724 fs/cifs/sess.c rc = calc_lanman_hash(ses->password, ses->server->cryptkey,