Searched defs:sha256_state (Results 1 – 3 of 3) sorted by relevance
67 struct sha256_state { struct68 u32 state[SHA256_DIGEST_SIZE / 4];69 u64 count;70 u8 buf[SHA256_BLOCK_SIZE];
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];