Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h6 struct sha3_state { struct
7 … ulong64 saved; /* the portion of the input message that we didn't consume yet */
8 ulong64 s[25];
9 unsigned char sb[25 * 8]; /* used for storing `ulong64 s[25]` as little-endian bytes */
10 … byte_index; /* 0..7--the next byte after the set one (starts from 0; 0--none are buffered) */
11 unsigned short word_index; /* 0..24--the next word to integrate input (starts from 0) */
12 …d short capacity_words; /* the double size of the hash output in words (e.g. 16 for Keccak 512) */
13 unsigned short xof_flag;