Home
last modified time | relevance | path

Searched refs:CIFS_CRYPTO_KEY_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/server/
H A Dntlmssp.h18 #define CIFS_CRYPTO_KEY_SIZE (8) macro
120 __u8 Challenge[CIFS_CRYPTO_KEY_SIZE];
167 char cryptkey[CIFS_CRYPTO_KEY_SIZE];
H A Dauth.c256 len = CIFS_CRYPTO_KEY_SIZE + blen; in ksmbd_auth_ntlmv2()
263 memcpy(construct, cryptkey, CIFS_CRYPTO_KEY_SIZE); in ksmbd_auth_ntlmv2()
264 memcpy(construct + CIFS_CRYPTO_KEY_SIZE, &ntlmv2->blob_signature, blen); in ksmbd_auth_ntlmv2()
477 CIFS_CRYPTO_KEY_SIZE); in ksmbd_build_ntlmssp_challenge_blob()
/linux/fs/smb/client/
H A Dntlmssp.h119 __u8 Challenge[CIFS_CRYPTO_KEY_SIZE];
H A Dsess.c936 memcpy(ses->ntlmssp->cryptkey, pblob->Challenge, CIFS_CRYPTO_KEY_SIZE); in decode_ntlmssp_challenge()