Searched defs:sha256_state (Results 1 – 2 of 2) sorted by relevance
84 struct sha256_state { struct85 u32 state[SHA256_DIGEST_SIZE / 4];86 u64 count;87 u8 buf[SHA256_BLOCK_SIZE];
202 struct sha256_state { struct203 u64 length;204 u32 state[8], curlen;205 u8 buf[64];