Home
last modified time | relevance | path

Searched refs:SHA1_DIGEST_LENGTH32 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/util/
Dmesa-sha1.c71 uint32_t out[SHA1_DIGEST_LENGTH32]) in sha1_to_uint32() argument
85 for (unsigned i = 0; i < SHA1_DIGEST_LENGTH32; i++) { in _mesa_sha1_print()
87 if (i < SHA1_DIGEST_LENGTH32 - 1) in _mesa_sha1_print()
94 const uint32_t printed_sha1[SHA1_DIGEST_LENGTH32]) in _mesa_printed_sha1_equal() argument
96 uint32_t u32[SHA1_DIGEST_LENGTH32]; in _mesa_printed_sha1_equal()
Dmesa-sha1.h36 #define SHA1_DIGEST_LENGTH32 (SHA1_DIGEST_LENGTH / 4) macro
70 const uint32_t printed_sha1[SHA1_DIGEST_LENGTH32]);
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c32 uint32_t sha1[SHA1_DIGEST_LENGTH32];