Home
last modified time | relevance | path

Searched defs:hash (Results 1051 - 1075 of 1116) sorted by relevance

1...<<4142434445

/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs241 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/
H A Dmod.rs203 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs784 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
835 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions
901 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
939 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { hash() functions
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2797 uint32_t hash = SkOpts::hash(&backgroundBlurRadiusX_, sizeof(backgroundBlurRadiusX_), 0); in GenerateBackgroundBlurFilter() local
2847 uint32_t hash = SkOpts::hash(&backgroundBlurRadius_, sizeof(backgroundBlurRadius_), 0); in GenerateBackgroundMaterialBlurFilter() local
2894 uint32_t hash = SkOpts::hash(&foregroundBlurRadiusX_, sizeof(foregroundBlurRadiusX_), 0); GenerateForegroundBlurFilter() local
2943 uint32_t hash = SkOpts::hash(&foregroundBlurRadius_, sizeof(foregroundBlurRadius_), 0); GenerateForegroundMaterialBlurFilter() local
2997 uint32_t hash = SkOpts::hash(&backgroundBlurRadius_, sizeof(backgroundBlurRadius_), 0); GenerateBackgroundMaterialFuzedBlurFilter() local
3021 uint32_t hash = SkOpts::hash(&foregroundBlurRadius_, sizeof(foregroundBlurRadius_), 0); GenerateCompositingMaterialFuzedBlurFilter() local
3048 uint32_t hash = SkOpts::hash(&aiBarRadius, sizeof(aiBarRadius), 0); GenerateAIBarFilter() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c286 static struct AVHashContext *hash; variable
[all...]
/third_party/mbedtls/library/
H A Dpsa_crypto.c2352 psa_hash_finish_internal(psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) psa_hash_finish_internal() argument
3063 uint8_t hash[PSA_HASH_MAX_SIZE]; psa_sign_message_builtin() local
3122 uint8_t hash[PSA_HASH_MAX_SIZE]; psa_verify_message_builtin() local
3167 psa_sign_hash_builtin( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) psa_sign_hash_builtin() argument
3241 psa_verify_hash_builtin( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) psa_verify_hash_builtin() argument
3808 mbedtls_psa_sign_hash_start( mbedtls_psa_sign_hash_interruptible_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length) mbedtls_psa_sign_hash_start() argument
4021 mbedtls_psa_verify_hash_start( mbedtls_psa_verify_hash_interruptible_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_psa_verify_hash_start() argument
[all...]
H A Dssl_tls.c1244 unsigned char hash = mbedtls_ssl_hash_from_md_alg(*md); in ssl_handshake_init() local
6118 mbedtls_md_type_t mbedtls_ssl_md_alg_from_hash(unsigned char hash) in mbedtls_ssl_md_alg_from_hash() argument
6965 ssl_set_handshake_prfs(mbedtls_ssl_handshake_params *handshake, mbedtls_md_type_t hash) ssl_set_handshake_prfs() argument
7286 ssl_calc_verify_tls_psa(const mbedtls_ssl_context *ssl, const psa_hash_operation_t *hs_op, size_t buffer_size, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_psa() argument
7317 ssl_calc_verify_tls_legacy(const mbedtls_ssl_context *ssl, const mbedtls_md_context_t *hs_ctx, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_legacy() argument
7358 ssl_calc_verify_tls_sha256(const mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_sha256() argument
7373 ssl_calc_verify_tls_sha384(const mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hlen) ssl_calc_verify_tls_sha384() argument
9327 mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hashlen, unsigned char *data, size_t data_len, mbedtls_md_type_t md_alg) mbedtls_ssl_get_key_exchange_md_tls1_2() argument
9383 mbedtls_ssl_get_key_exchange_md_tls1_2(mbedtls_ssl_context *ssl, unsigned char *hash, size_t *hashlen, unsigned char *data, size_t data_len, mbedtls_md_type_t md_alg) mbedtls_ssl_get_key_exchange_md_tls1_2() argument
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp5951 std::size_t hash(cons function
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2623 tu_hash_shaders(unsigned char *hash, in tu_hash_shaders() argument
2649 tu_hash_compute(unsigned char *hash, in tu_hash_compute() argument
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h1933 le32 hash; /* Hash of the security descriptor. */ member
1943 le32 hash; /* Hash of the security descriptor. */ member
1972 le32 hash; /* Hash of the security descriptor. */ member
1996 le32 hash; /* Hash of the security descriptor. */ global() member
[all...]
/third_party/libfuse/lib/
H A Dfuse.c512 uint64_t hash = ((uint32_t) ino * 2654435761U) % f->id_table.size; in id_hash() local
523 size_t hash = id_hash(f, nodeid); in get_node_nocheck() local
650 size_t hash; in rehash_id() local
676 size_t hash in hash_id() local
688 uint64_t hash = parent; name_hash() local
733 size_t hash = name_hash(f, node->parent->nodeid, node->name); unhash_name() local
763 size_t hash; rehash_name() local
790 size_t hash = name_hash(f, parentid, name); hash_name() local
849 size_t hash = name_hash(f, parent, name); lookup_node() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc6551 Node* hash = ChangeUint32ToUintPtr(ComputeUnseededHash(key)); in LowerFindOrderedHashMapEntryForInt32Key() local
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1116 int hash = isolate()->GenerateIdentityHash(Name::HashBits::kMax); in NewSymbolInternal() local
3237 void Factory::NumberToStringCacheSet(Handle<Object> number, int hash, in NumberToStringCacheSet() argument
3255 NumberToStringCacheGet(Object number, int hash) NumberToStringCacheGet() argument
3286 int hash = 0; HeapNumberToString() local
3313 int hash = NumberToStringCacheHash(number_string_cache(), number); SmiToString() local
3329 NumberToStringCacheSet(handle(number, isolate()), hash, result); SmiToString() local
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2218 TNode<Int32T> hash = SmiToInt32(CAST(properties)); in ExtendPropertiesBackingStore() local
2892 TNode<Word32T> hash = Int32Add(raw_hash_field, map32); in StubCachePrimaryOffset() local
2910 TNode<Word32T> hash = Int32Add(hash_a, hash_b); in StubCacheSecondaryOffset() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1634 Object hash = Object::GetSimpleHash(*this); in GetOrCreateHash() local
5752 uint32_t hash = Shape::HashForObject(roots, k); Rehash() local
5768 uint32_t hash = Shape::HashForObject(roots, k); EntryForProbe() local
5932 FindInsertionEntry( PtrComprCageBase cage_base, ReadOnlyRoots roots, uint32_t hash) FindInsertionEntry() argument
5955 const int32_t hash = ShapeT::Hash(roots, name); TryFindPropertyCellForConcurrentLookupIterator() local
5981 uint32_t hash = ShapeT::Hash(ReadOnlyRoots(isolate), *name); Add() local
6000 uint32_t hash = ShapeT::Hash(ReadOnlyRoots(isolate), key); Add() local
6011 int32_t hash = key->GetOrCreateHash(isolate).value(); Add() local
6132 uint32_t hash = Shape::Hash(roots, key); Add() local
6286 Lookup(PtrComprCageBase cage_base, Handle<Object> key, int32_t hash) Lookup() argument
6319 Object hash = key->GetHash(); Lookup() local
6327 Lookup(Handle<Object> key, int32_t hash) Lookup() argument
6364 int32_t hash = key->GetOrCreateHash(isolate).value(); Put() local
6371 Put(Isolate* isolate, Handle<Derived> table, Handle<Object> key, Handle<Object> value, int32_t hash) Put() argument
6419 Object hash = key->GetHash(); Remove() local
6429 Remove( Isolate* isolate, Handle<Derived> table, Handle<Object> key, bool* was_present, int32_t hash) Remove() argument
6504 Set(Handle<JSWeakCollection> weak_collection, Handle<Object> key, Handle<Object> value, int32_t hash) Set() argument
6521 Delete(Handle<JSWeakCollection> weak_collection, Handle<Object> key, int32_t hash) Delete() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c4927 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md) in ssl_replace_hash() argument
4939 ssl_clear_hash_ctx(EVP_MD_CTX **hash) ssl_clear_hash_ctx() argument
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc694 unsigned long hash = elf_hash(sym_name.c_str()); in lookup_symbol_from_sysv_hash_tab() local
[all...]
/third_party/openssl/ssl/
H A Dssl_lib.c4808 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md) in ssl_replace_hash() argument
4820 ssl_clear_hash_ctx(EVP_MD_CTX **hash) ssl_clear_hash_ctx() argument
[all...]
/third_party/python/Modules/
H A D_pickle.c829 Py_hash_t hash = (Py_hash_t)key >> 3; in _PyMemoTable_Lookup() local
3392 Py_hash_t hash; in save_set() local
/third_party/toybox/toys/pending/
H A Dawk.c276 int hash; // store hash key to speed hash table expansion member
290 int *hash; // (mas member
586 find_mapslot(struct zmap *m, struct zstring *key, int *hash, int *probe) find_mapslot() argument
618 int hash, probe; zmap_find() local
668 int hash = MAPSLOT[n-1].hash; zmap_rehash() local
685 int hash, probe; zmap_find_or_insert_key() local
705 int hash, probe; zmap_delete() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c3760 Py_hash_t hash; in find_name_in_mro() local
[all...]
/third_party/rust/crates/syn/src/gen/
H A Dhash.rs11 fn hash<H>(&self, state: &mut H) in hash() functions
21 fn hash<H>(&self, state: &mut H) in hash() functions
32 fn hash<H>(&self, state: &mut H) in hash() functions
46 fn hash<H>(&self, state: &mut H) hash() functions
58 fn hash<H>(&self, state: &mut H) hash() functions
70 fn hash<H>(&self, state: &mut H) hash() functions
87 fn hash<H>(&self, state: &mut H) hash() functions
98 fn hash<H>(&self, state: &mut H) hash() functions
110 fn hash<H>(&self, state: &mut H) hash() functions
122 fn hash<H>(&self, state: &mut H) hash() functions
217 fn hash<H>(&self, state: &mut H) hash() functions
227 fn hash<H>(&self, state: &mut H) hash() functions
237 fn hash<H>(&self, state: &mut H) hash() functions
251 fn hash<H>(&self, state: &mut H) hash() functions
263 fn hash<H>(&self, state: &mut H) hash() functions
286 fn hash<H>(&self, state: &mut H) hash() functions
296 fn hash<H>(&self, state: &mut H) hash() functions
307 fn hash<H>(&self, state: &mut H) hash() functions
317 fn hash<H>(&self, state: &mut H) hash() functions
331 fn hash<H>(&self, state: &mut H) hash() functions
524 fn hash<H>(&self, state: &mut H) hash() functions
535 fn hash<H>(&self, state: &mut H) hash() functions
547 fn hash<H>(&self, state: &mut H) hash() functions
559 fn hash<H>(&self, state: &mut H) hash() functions
570 fn hash<H>(&self, state: &mut H) hash() functions
583 fn hash<H>(&self, state: &mut H) hash() functions
595 fn hash<H>(&self, state: &mut H) hash() functions
607 fn hash<H>(&self, state: &mut H) hash() functions
619 fn hash<H>(&self, state: &mut H) hash() functions
631 fn hash<H>(&self, state: &mut H) hash() functions
649 fn hash<H>(&self, state: &mut H) hash() functions
660 fn hash<H>(&self, state: &mut H) hash() functions
671 fn hash<H>(&self, state: &mut H) hash() functions
683 fn hash<H>(&self, state: &mut H) hash() functions
697 fn hash<H>(&self, state: &mut H) hash() functions
708 fn hash<H>(&self, state: &mut H) hash() functions
721 fn hash<H>(&self, state: &mut H) hash() functions
733 fn hash<H>(&self, state: &mut H) hash() functions
743 fn hash<H>(&self, state: &mut H) hash() functions
755 fn hash<H>(&self, state: &mut H) hash() functions
766 fn hash<H>(&self, state: &mut H) hash() functions
778 fn hash<H>(&self, state: &mut H) hash() functions
789 fn hash<H>(&self, state: &mut H) hash() functions
801 fn hash<H>(&self, state: &mut H) hash() functions
815 fn hash<H>(&self, state: &mut H) hash() functions
826 fn hash<H>(&self, state: &mut H) hash() functions
838 fn hash<H>(&self, state: &mut H) hash() functions
851 fn hash<H>(&self, state: &mut H) hash() functions
863 fn hash<H>(&self, state: &mut H) hash() functions
875 fn hash<H>(&self, state: &mut H) hash() functions
886 fn hash<H>(&self, state: &mut H) hash() functions
901 fn hash<H>(&self, state: &mut H) hash() functions
912 fn hash<H>(&self, state: &mut H) hash() functions
923 fn hash<H>(&self, state: &mut H) hash() functions
934 fn hash<H>(&self, state: &mut H) hash() functions
946 fn hash<H>(&self, state: &mut H) hash() functions
957 fn hash<H>(&self, state: &mut H) hash() functions
970 fn hash<H>(&self, state: &mut H) hash() functions
981 fn hash<H>(&self, state: &mut H) hash() functions
996 fn hash<H>(&self, state: &mut H) hash() functions
1010 fn hash<H>(&self, state: &mut H) hash() functions
1023 fn hash<H>(&self, state: &mut H) hash() functions
1036 fn hash<H>(&self, state: &mut H) hash() functions
1058 fn hash<H>(&self, state: &mut H) hash() functions
1068 fn hash<H>(&self, state: &mut H) hash() functions
1078 fn hash<H>(&self, state: &mut H) hash() functions
1090 fn hash<H>(&self, state: &mut H) hash() functions
1109 fn hash<H>(&self, state: &mut H) hash() functions
1140 fn hash<H>(&self, state: &mut H) hash() functions
1152 fn hash<H>(&self, state: &mut H) hash() functions
1164 fn hash<H>(&self, state: &mut H) hash() functions
1178 fn hash<H>(&self, state: &mut H) hash() functions
1191 fn hash<H>(&self, state: &mut H) hash() functions
1226 fn hash<H>(&self, state: &mut H) hash() functions
1249 fn hash<H>(&self, state: &mut H) hash() functions
1262 fn hash<H>(&self, state: &mut H) hash() functions
1293 fn hash<H>(&self, state: &mut H) hash() functions
1309 fn hash<H>(&self, state: &mut H) hash() functions
1323 fn hash<H>(&self, state: &mut H) hash() functions
1335 fn hash<H>(&self, state: &mut H) hash() functions
1350 fn hash<H>(&self, _state: &mut H) hash() functions
1360 fn hash<H>(&self, state: &mut H) hash() functions
1435 fn hash<H>(&self, state: &mut H) hash() functions
1450 fn hash<H>(&self, state: &mut H) hash() functions
1464 fn hash<H>(&self, state: &mut H) hash() functions
1477 fn hash<H>(&self, state: &mut H) hash() functions
1490 fn hash<H>(&self, state: &mut H) hash() functions
1503 fn hash<H>(&self, state: &mut H) hash() functions
1519 fn hash<H>(&self, state: &mut H) hash() functions
1532 fn hash<H>(&self, state: &mut H) hash() functions
1547 fn hash<H>(&self, state: &mut H) hash() functions
1562 fn hash<H>(&self, state: &mut H) hash() functions
1577 fn hash<H>(&self, state: &mut H) hash() functions
1596 fn hash<H>(&self, state: &mut H) hash() functions
1610 fn hash<H>(&self, state: &mut H) hash() functions
1624 fn hash<H>(&self, state: &mut H) hash() functions
1638 fn hash<H>(&self, state: &mut H) hash() functions
1651 fn hash<H>(&self, state: &mut H) hash() functions
1661 fn hash<H>(&self, state: &mut H) hash() functions
1673 fn hash<H>(&self, state: &mut H) hash() functions
1715 fn hash<H>(&self, state: &mut H) hash() functions
1725 fn hash<H>(&self, state: &mut H) hash() functions
1737 fn hash<H>(&self, state: &mut H) hash() functions
1748 fn hash<H>(&self, state: &mut H) hash() functions
1760 fn hash<H>(&self, state: &mut H) hash() functions
1780 fn hash<H>(&self, state: &mut H) hash() functions
1803 fn hash<H>(&self, state: &mut H) hash() functions
1815 fn hash<H>(&self, state: &mut H) hash() functions
1826 fn hash<H>(&self, state: &mut H) hash() functions
1837 fn hash<H>(&self, state: &mut H) hash() functions
1916 fn hash<H>(&self, state: &mut H) hash() functions
1930 fn hash<H>(&self, state: &mut H) hash() functions
1942 fn hash<H>(&self, state: &mut H) hash() functions
1953 fn hash<H>(&self, state: &mut H) hash() functions
1965 fn hash<H>(&self, state: &mut H) hash() functions
1975 fn hash<H>(&self, state: &mut H) hash() functions
1986 fn hash<H>(&self, state: &mut H) hash() functions
2000 fn hash<H>(&self, state: &mut H) hash() functions
2011 fn hash<H>(&self, state: &mut H) hash() functions
2024 fn hash<H>(&self, state: &mut H) hash() functions
2036 fn hash<H>(&self, state: &mut H) hash() functions
2046 fn hash<H>(&self, state: &mut H) hash() functions
2057 fn hash<H>(&self, state: &mut H) hash() functions
2079 fn hash<H>(&self, state: &mut H) hash() functions
2090 fn hash<H>(&self, state: &mut H) hash() functions
2101 fn hash<H>(&self, state: &mut H) hash() functions
2113 fn hash<H>(&self, state: &mut H) hash() functions
2125 fn hash<H>(&self, state: &mut H) hash() functions
2142 fn hash<H>(&self, state: &mut H) hash() functions
2156 fn hash<H>(&self, state: &mut H) hash() functions
2174 fn hash<H>(&self, state: &mut H) hash() functions
2192 fn hash<H>(&self, state: &mut H) hash() functions
2209 fn hash<H>(&self, state: &mut H) hash() functions
2237 fn hash<H>(&self, state: &mut H) hash() functions
2249 fn hash<H>(&self, state: &mut H) hash() functions
2262 fn hash<H>(&self, state: &mut H) hash() functions
2279 fn hash<H>(&self, state: &mut H) hash() functions
2310 fn hash<H>(&self, state: &mut H) hash() functions
2324 fn hash<H>(&self, state: &mut H) hash() functions
2337 fn hash<H>(&self, state: &mut H) hash() functions
2349 fn hash<H>(&self, state: &mut H) hash() functions
2364 fn hash<H>(&self, state: &mut H) hash() functions
2435 fn hash<H>(&self, state: &mut H) hash() functions
2446 fn hash<H>(&self, state: &mut H) hash() functions
2461 fn hash<H>(&self, state: &mut H) hash() functions
2471 fn hash<H>(&self, state: &mut H) hash() functions
2481 fn hash<H>(&self, _state: &mut H) hash() functions
2489 fn hash<H>(&self, state: &mut H) hash() functions
2499 fn hash<H>(&self, _state: &mut H) hash() functions
2507 fn hash<H>(&self, state: &mut H) hash() functions
2522 fn hash<H>(&self, state: &mut H) hash() functions
2545 fn hash<H>(&self, state: &mut H) hash() functions
2555 fn hash<H>(&self, state: &mut H) hash() functions
2566 fn hash<H>(&self, state: &mut H) hash() functions
2578 fn hash<H>(&self, state: &mut H) hash() functions
2590 fn hash<H>(&self, state: &mut H) hash() functions
2600 fn hash<H>(&self, state: &mut H) hash() functions
2611 fn hash<H>(&self, state: &mut H) hash() functions
2621 fn hash<H>(&self, state: &mut H) hash() functions
2641 fn hash<H>(&self, _state: &mut H) hash() functions
2649 fn hash<H>(&self, state: &mut H) hash() functions
2659 fn hash<H>(&self, state: &mut H) hash() functions
2669 fn hash<H>(&self, state: &mut H) hash() functions
2680 fn hash<H>(&self, state: &mut H) hash() functions
2691 fn hash<H>(&self, state: &mut H) hash() functions
2722 fn hash<H>(&self, state: &mut H) hash() functions
2734 fn hash<H>(&self, state: &mut H) hash() functions
2747 fn hash<H>(&self, state: &mut H) hash() functions
2758 fn hash<H>(&self, state: &mut H) hash() functions
2779 fn hash<H>(&self, state: &mut H) hash() functions
2789 fn hash<H>(&self, state: &mut H) hash() functions
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h244 u8 hash[2]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c1645 dpp_build_attr_r_bootstrap_key_hash(struct wpabuf *msg, const u8 *hash) dpp_build_attr_r_bootstrap_key_hash() argument
1657 dpp_build_attr_i_bootstrap_key_hash(struct wpabuf *msg, const u8 *hash) dpp_build_attr_i_bootstrap_key_hash() argument
5485 u8 hash[SHA256_MAC_LEN]; dpp_check_pubkey_match() local
6411 u8 hash[SHA256_MAC_LEN]; dpp_derive_pmkid() local
6665 u8 hash[DPP_MAX_HASH_LEN]; dpp_pkex_derive_Qi() local
6749 u8 hash[DPP_MAX_HASH_LEN]; dpp_pkex_derive_Qr() local
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs423 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() functions

Completed in 148 milliseconds

1...<<4142434445