Searched refs:hash_str (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | fossilize_db.c | 147 char hash_str[FOSSILIZE_BLOB_HASH_LENGTH + 1] = {0}; in update_foz_index() local 148 memcpy(hash_str, bytes_to_read, FOSSILIZE_BLOB_HASH_LENGTH); in update_foz_index() 163 _mesa_sha1_hex_to_sha1(entry->key, hash_str); in update_foz_index() 168 hash_str[16] = '\0'; in update_foz_index() 169 uint64_t key = strtoull(hash_str, NULL, 16); in update_foz_index() 477 char hash_str[FOSSILIZE_BLOB_HASH_LENGTH + 1]; /* 40 digits + null */ in foz_write_entry() local 478 _mesa_sha1_format(hash_str, cache_key_160bit); in foz_write_entry() 479 if (fwrite(hash_str, 1, FOSSILIZE_BLOB_HASH_LENGTH, foz_db->file[0]) != in foz_write_entry() 497 if (fwrite(hash_str, 1, FOSSILIZE_BLOB_HASH_LENGTH, foz_db->db_idx) != in foz_write_entry() 521 _mesa_sha1_hex_to_sha1(entry->key, hash_str); in foz_write_entry() [all...] |
/third_party/libabigail/src/ |
H A D | abg-hash.cc | 248 std::hash<string> hash_str; in operator ()() local 253 size_t v = hash_str(typeid(t).name()); in operator ()() 254 v = hashing::combine_hashes(v, hash_str(t.is_lvalue() in operator ()() 281 std::hash<string> hash_str; in operator ()() local 287 size_t v = hash_str(typeid(t).name()); in operator ()()
|
/third_party/ltp/testcases/kernel/device-drivers/include/ |
H A D | includeTest.c | 297 hash_str(name, bits); in test_sunrpc_svc()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 1477 const char *hash_str = lookup(hash_code, signature_tls12_hash_list, NULL); in security_callback_debug() local 1479 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1480 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 1477 const char *hash_str = lookup(hash_code, signature_tls12_hash_list, NULL); in security_callback_debug() local 1479 if (alg_str != NULL && hash_str != NULL) in security_callback_debug() 1480 BIO_printf(sdb->out, " digest=%s, algorithm=%s", hash_str, alg_str); in security_callback_debug()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | tests.rs | 50 let hash_str = "59172d9313e84459bcff27f967e79e6e9217e584"; in test_cert_loading() 51 let hash_vec = Vec::from_hex(hash_str).unwrap(); in test_cert_loading()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 818 Handle<String> hash_str = in CreateWasmScript() local 827 ->NewConsString(url_str, hash_str) in CreateWasmScript()
|
Completed in 13 milliseconds