Home
last modified time | relevance | path

Searched defs:vb2_sha1_context (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/firmware/2lib/include/
D2sha.h31 struct vb2_sha1_context { struct
32 uint32_t count;
33 uint32_t state[5];
35 union {
38 } buf;
40 uint8_t buf[VB2_SHA1_BLOCK_SIZE];