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

/u-boot/lib/crypt/
H A Dcrypt-sha512.c63 /* A sha512_buffer holds all of the sensitive intermediate data. */
64 struct sha512_buffer struct
72 static_assert (sizeof (struct sha512_buffer) <= ALG_SPECIFIC_SIZE,
116 || scr_size < sizeof (struct sha512_buffer))
122 struct sha512_buffer *buf = scratch;

Completed in 122 milliseconds