Searched defs:sha1_context (Results 1 – 4 of 4) sorted by relevance
39 struct sha1_context struct41 static unsigned int constexpr block_size = sha1::BLOCK_BYTES;42 static unsigned int constexpr digest_size = 20;44 std::size_t buflen;45 std::size_t blocks;46 std::uint32_t digest[5];47 std::uint8_t buf[block_size];
51 sha1_context; typedef
361 jerryx_sha1_context sha1_context; in jerryx_debugger_compute_sha1() local