Home
last modified time | relevance | path

Searched refs:prfhash (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2transport.c304 unsigned char prfhash[SMB2_HMACSHA256_SIZE]; in generate_key() local
305 unsigned char *hashptr = prfhash; in generate_key()
308 memset(prfhash, 0x0, SMB2_HMACSHA256_SIZE); in generate_key()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2transport.c317 unsigned char prfhash[SMB2_HMACSHA256_SIZE]; in generate_key() local
318 unsigned char *hashptr = prfhash; in generate_key()
321 memset(prfhash, 0x0, SMB2_HMACSHA256_SIZE); in generate_key()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dauth.c683 unsigned char prfhash[SMB2_HMACSHA256_SIZE]; in generate_key() local
684 unsigned char *hashptr = prfhash; in generate_key()
687 memset(prfhash, 0x0, SMB2_HMACSHA256_SIZE); in generate_key()

Completed in 4 milliseconds