Searched refs:hashptr (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2transport.c | 305 unsigned char *hashptr = prfhash; in generate_key() local 372 hashptr); in generate_key() 378 memcpy(key, hashptr, key_size); in generate_key()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 52537 + memcpy(pcontent->hashptr, input + idx, length); 52630 + if (!WRT_BUF(EMTLVOBJHASHBUF, 32, object->hashptr)) 52768 + normalkey_hash(buffer, len, obj->hashptr); 52891 + if (memcmp(hash, obj->hashptr, 32)) { 52983 + u8 hashptr[32]; 53802 + memcpy(hash, obj->hashptr, 32);
|