Searched refs:sha1_result (Results 1 - 5 of 5) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerSHA1.cpp | 76 uint8_t* sha1_result(sha1nfo *s); 177 uint8_t* sha1_result(sha1nfo *s) { in sha1_result() function 206 memcpy(Out, sha1_result(&s), HASH_LENGTH); in ComputeSHA1()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 367 unsigned char sha1_result[20]; in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 370 sha1_result); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() 371 memcpy(counter->uuid, sha1_result, sizeof(counter->uuid)); in anv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_query.c | 735 unsigned char sha1_result[20]; in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 737 sha1_result); in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() 739 memcpy(counter->uuid, sha1_result, sizeof(counter->uuid)); in v3dv_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
/third_party/libwebsockets/lib/misc/ |
H A D | sha-1.c | 258 sha1_result(struct sha1_ctxt *ctxt, void *digest0) in sha1_result() function 291 sha1_result(&ctx, (void *)md); in lws_SHA1()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 1666 unsigned char sha1_result[20]; in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local 1669 sha1_result); in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() 1670 memcpy(counter->uuid, sha1_result, sizeof(counter->uuid)); in tu_EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
|
Completed in 6 milliseconds