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

/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10-glue.c207 u8 hashbuf[sizeof(struct Hash_ctx) + PPC_ALIGN]; local
208 struct Hash_ctx *hash = PTR_ALIGN((void *)hashbuf, PPC_ALIGN);
223 memset(hashbuf, 0, sizeof(hashbuf));

Completed in 243 milliseconds