Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dmesa-sha1.c71 uint32_t out[SHA1_DIGEST_LENGTH32]) in sha1_to_uint32()
94 const uint32_t printed_sha1[SHA1_DIGEST_LENGTH32]) in _mesa_printed_sha1_equal()
Dmesa-sha1.h36 #define SHA1_DIGEST_LENGTH32 (SHA1_DIGEST_LENGTH / 4) macro