Home
last modified time | relevance | path

Searched refs:sha1 (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dmesa-sha1.c44 _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()
Dos_memory_fd.c59 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()
Dmesa-sha1.h57 _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],
DAndroid.bp105 "mesa-sha1.c",
116 "sha1/sha1.c",
Dxmlconfig.h169 driComputeOptionsSha1(const driOptionCache *cache, unsigned char *sha1) in driComputeOptionsSha1() argument
210 _mesa_sha1_compute(dri_options, strlen(dri_options), sha1); in driComputeOptionsSha1()
Dmeson.build80 'mesa-sha1.c',
81 'mesa-sha1.h',
102 'sha1/sha1.c',
103 'sha1/sha1.h',
Ddriconf_static.py50 self.sha1 = xml.attrib.get('sha1', None)
D00-radv-defaults.conf19 sha1 CDATA #IMPLIED
Dxmlconfig.c688 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()
D00-mesa-defaults.conf40 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/
Dmesa-sha1_test.cpp52 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/
DREADME21 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/
D00-test.conf10 sha1 CDATA #IMPLIED
/hardware/nxp/secure_element/pn8x/ls_client/src/
DLsClient.cpp300 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/
Dmeson.build58 build_always_stale : true, # commit sha1 can change without having touched these files
/hardware/google/gfxstream/guest/mesa/
Dmeson.build1441 ld_args_build_id = cc.get_supported_link_arguments('-Wl,--build-id=sha1')