Searched defs:sha256_state (Results 1 – 1 of 1) sorted by relevance
67 struct sha256_state { struct68 u32 state[SHA256_DIGEST_SIZE / 4];69 u64 count;70 u8 buf[SHA256_BLOCK_SIZE];
Completed in 4 milliseconds