/hardware/google/gfxstream/guest/mesa/src/util/ |
D | mesa-sha1.c | 44 _mesa_sha1_format(char *buf, const unsigned char *sha1) in _mesa_sha1_format() argument 46 mesa_bytes_to_hex(buf, sha1, SHA1_DIGEST_LENGTH); in _mesa_sha1_format() 59 sha1_to_uint32(const uint8_t sha1[SHA1_DIGEST_LENGTH], in sha1_to_uint32() 65 out[i / 4] |= (uint32_t)sha1[i] << ((i % 4) * 8); in sha1_to_uint32() 69 _mesa_sha1_print(FILE *f, const uint8_t sha1[SHA1_DIGEST_LENGTH]) in _mesa_sha1_print() 72 sha1_to_uint32(sha1, u32); in _mesa_sha1_print() 80 _mesa_printed_sha1_equal(const uint8_t sha1[SHA1_DIGEST_LENGTH], in _mesa_printed_sha1_equal() 84 sha1_to_uint32(sha1, u32); in _mesa_printed_sha1_equal()
|
D | os_memory_fd.c | 59 get_driver_id_sha1_hash(uint8_t sha1[SHA1_DIGEST_LENGTH], const char *driver_id) { in get_driver_id_sha1_hash() 65 _mesa_sha1_final(&sha1_ctx, sha1); in get_driver_id_sha1_hash() 84 uint8_t sha1[SHA1_DIGEST_LENGTH]; in os_import_memory_fd() local 85 get_driver_id_sha1_hash(sha1, driver_id); in os_import_memory_fd() 88 if (memcmp(header.uuid, sha1, UUID_SIZE)) { in os_import_memory_fd() 156 uint8_t sha1[SHA1_DIGEST_LENGTH]; in os_malloc_aligned_fd() local 157 get_driver_id_sha1_hash(sha1, driver_id); in os_malloc_aligned_fd() 160 memcpy(header->uuid, sha1, UUID_SIZE); in os_malloc_aligned_fd()
|
D | mesa-sha1.h | 57 _mesa_sha1_format(char *buf, const unsigned char *sha1); 66 _mesa_sha1_print(FILE *f, const uint8_t sha1[SHA1_DIGEST_LENGTH]); 69 _mesa_printed_sha1_equal(const uint8_t sha1[SHA1_DIGEST_LENGTH],
|
D | Android.bp | 105 "mesa-sha1.c", 116 "sha1/sha1.c",
|
D | xmlconfig.h | 169 driComputeOptionsSha1(const driOptionCache *cache, unsigned char *sha1) in driComputeOptionsSha1() argument 210 _mesa_sha1_compute(dri_options, strlen(dri_options), sha1); in driComputeOptionsSha1()
|
D | meson.build | 80 'mesa-sha1.c', 81 'mesa-sha1.h', 102 'sha1/sha1.c', 103 'sha1/sha1.h',
|
D | driconf_static.py | 50 self.sha1 = xml.attrib.get('sha1', None)
|
D | 00-radv-defaults.conf | 19 sha1 CDATA #IMPLIED
|
D | xmlconfig.c | 688 const char *sha1 = NULL; in parseAppAttr() local 700 else if (!strcmp(attr[i], "sha1")) sha1 = attr[i+1]; in parseAppAttr() 718 } else if (sha1) { in parseAppAttr() 720 if (strlen(sha1) != (SHA1_DIGEST_STRING_LENGTH - 1)) { in parseAppAttr() 735 if (strcmp(sha1, sha1s)) { in parseAppAttr() 1132 "sha1", a->sha1, in parseStaticConfig()
|
D | 00-mesa-defaults.conf | 40 sha1 CDATA #IMPLIED 1003 …<application name="Monolith demo5" executable="runner" sha1="0c40d509a74e357f0280cb1bd882e9cd94b91… 1008 …<application name="Memoranda / Riptale" executable="runner" sha1="aa13dec6af63c88f308ebb4876938964… 1011 …<application name="Nuclear Throne" executable="runner" sha1="84814e8db125e889f5d9d4195a0ca72a871ea… 1014 … <application name="Undertale" executable="runner" sha1="dfa302e7ec78641d0696dbbc1a06fc29f34ff1ff"> 1017 … <application name="Turmoil" executable="runner" sha1="cbbf757aaab289859f8dae191a7d63afc30643d9"> 1020 …<application name="Peace, Death!" executable="runner" sha1="5b909f3d21799773370adf084f649848f09823…
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | mesa-sha1_test.cpp | 52 unsigned char sha1[20]; in TEST_P() local 53 _mesa_sha1_compute(p.string, strlen(p.string), sha1); in TEST_P() 56 _mesa_sha1_format(buf, sha1); in TEST_P()
|
/hardware/google/gfxstream/guest/mesa/src/util/sha1/ |
D | README | 21 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/lib/libc/hash/sha1.c?rev=HEAD 22 http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/sha1.h?rev=HEAD 38 - Pick the sha1.h header from the current folder, by using "" over <> in the 47 - Revert sha1.c rev 1.26 change (introduce DEF_WEAK). 50 - Add stdint.h include in sha1.h for uint*_t types. Upstream status: TBD 52 - Add stddef.h include in sha1.h for size_t type. Upstream status: TBD
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/drirc_configdir/ |
D | 00-test.conf | 10 sha1 CDATA #IMPLIED
|
/hardware/nxp/secure_element/pn8x/ls_client/src/ |
D | LsClient.cpp | 300 char sha1[] = "6d583e84f2710e6b0f06beebc1a12a1083591373"; in performLSDownload_thread() local 305 (((datahex(sha1[i]) & 0x0F) << 4) | (datahex(sha1[i + 1]) & 0x0F)); in performLSDownload_thread()
|
/hardware/google/gfxstream/guest/mesa/src/ |
D | meson.build | 58 build_always_stale : true, # commit sha1 can change without having touched these files
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 1441 ld_args_build_id = cc.get_supported_link_arguments('-Wl,--build-id=sha1')
|