Home
last modified time | relevance | path

Searched refs:hashbuf (Results 1 – 2 of 2) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_hash.h52 const UINT8 *hashbuf = (const UINT8 *)buf; in LOS_HashFNV32aBuf() local
59 hval ^= (UINT32)*hashbuf++; in LOS_HashFNV32aBuf()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch25287 +int32_t secure_storage_verify(uint8_t *keyname, uint8_t *hashbuf);
53109 +unsigned long secure_storage_verify(u8 *keyname, u8 *hashbuf)
53133 + memcpy(hashbuf, (u8 *)output, 32);
53332 +unsigned long secure_storage_verify(u8 *name, u8 *hashbuf);