Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
H A Dlos_hash.h52 const UINT8 *hashbuf = (const UINT8 *)buf; in LOS_HashFNV32aBuf() local
59 hval ^= (UINT32)*hashbuf++; in LOS_HashFNV32aBuf()
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c207 u8 hashbuf[sizeof(struct Hash_ctx) + PPC_ALIGN]; in p10_aes_gcm_crypt() local
208 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN); in p10_aes_gcm_crypt()
223 memset(hashbuf, 0, sizeof(hashbuf)); in p10_aes_gcm_crypt()

Completed in 3 milliseconds