/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_openssl.c | 410 HCRYPTHASH hash; in cryptoapi_rsa_priv_enc() local 428 wpa_printf(MSG_INFO, "%s - only MD5-SHA1 hash supported", in cryptoapi_rsa_priv_enc() 435 if (!CryptCreateHash(priv->crypt_prov, CALG_SSL3_SHAMD5, 0, 0, &hash)) in cryptoapi_rsa_priv_enc() 442 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len, in cryptoapi_rsa_priv_enc() 449 wpa_printf(MSG_INFO, "CryptoAPI: Invalid hash size (%u != %d)", in cryptoapi_rsa_priv_enc() 455 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) { in cryptoapi_rsa_priv_enc() 467 if (!CryptSignHash(hash, priv->key_spec, NULL, 0, buf, &len)) { in cryptoapi_rsa_priv_enc() 478 CryptDestroyHash(hash); in cryptoapi_rsa_priv_enc() 533 } else if (strncmp(name, "hash://", 7) == 0) { in cryptoapi_find_cert() 536 const char *hash in cryptoapi_find_cert() local 2254 u8 hash[32]; openssl_tls_cert_event() local 2447 u8 hash[32]; tls_verify_cb() local [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | CldrDataProcessorTest.java | 55 return Objects.hash(key, name, symbol); in hashCode()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
H A D | MacroProps.java | 85 return Objects.hash(notation, in hashCode()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_vs.h | 124 using unordered_map_alloc = std::unordered_map<Key, T, std::hash<Key>, std::equal_to<Key>,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_batch.h | 254 uint32_t hash; member
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.h | 86 uint32_t hash; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.h | 149 /** Pre-computed hash using _mesa_hash_pointer for cache tracking sets */ 150 uint32_t hash; member
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Utils.pm | 68 Returns an item from the %config hash in \$TOP/configdata.pm.
|
/third_party/openssl/util/perl/OpenSSL/Test/ |
H A D | Utils.pm | 68 Returns an item from the %config hash in \$TOP/configdata.pm.
|
/third_party/skia/src/core/ |
H A D | SkImageFilterCache.cpp | 49 return SkOpts::hash(reinterpret_cast<const uint32_t*>(&key), sizeof(Key)); in Hash()
|
H A D | SkDescriptor.cpp | 101 return SkOpts::hash(ptr, len); in ComputeChecksum()
|
/third_party/skia/src/gpu/ |
H A D | GrProxyProvider.h | 223 * (in which case we don't want it cluttering up the hash table) or the client has indicated 281 // processInvalidUniqueKey() with control over removing hash table entries, 306 static uint32_t Hash(const GrUniqueKey& key) { return key.hash(); } in Hash()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | conf.h | 70 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | ityp_bitset.h | 129 friend struct std::hash<bitset>;
|
/third_party/skia/include/core/ |
H A D | SkColorSpace.h | 156 * Returns a hash of the gamut transformation to XYZ D50. Allows for fast equality checking 225 uint64_t hash() const { return (uint64_t)fTransferFnHash << 32 | fToXYZD50Hash; } in hash() function in SkColorSpace
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | ocsp.rs | 9 use crate::hash::MessageDigest;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_i.h | 390 const u8 * eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_i.h | 392 const u8 * eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash);
|
/third_party/mbedtls/library/ |
H A D | ssl_tls.c | 1203 /* Heap allocate and translate sig_hashes from internal hash identifiers to in ssl_handshake_init() 1244 unsigned char hash = mbedtls_ssl_hash_from_md_alg(*md); in ssl_handshake_init() local 1245 if (hash == MBEDTLS_SSL_HASH_NONE) { in ssl_handshake_init() 1249 *p = ((hash << 8) | MBEDTLS_SSL_SIG_ECDSA); in ssl_handshake_init() 1253 *p = ((hash << 8) | MBEDTLS_SSL_SIG_RSA); in ssl_handshake_init() 6118 mbedtls_md_type_t mbedtls_ssl_md_alg_from_hash(unsigned char hash) in mbedtls_ssl_md_alg_from_hash() argument 6120 switch (hash) { in mbedtls_ssl_md_alg_from_hash() 6598 * HashAlgorithm hash; 6862 * Compute P_<hash>(secret, label + random)[0..dlen] in tls_prf_generic() 6959 * - hash associate 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...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/ |
H A D | drv_cipher_kapi.h | 173 /* hash result max size */ 177 /* hash result max size in word */ 180 /* hash result max size in word */ 212 /* the source of hash message */ 316 hash_chunk_src src; /* source of hash message */ 323 hi_u32 hash[HASH_RESULT_MAX_SIZE_IN_WORD]; /* buffer holding the hash data */ member 324 hi_u32 hashlen; /* length of the hash data */ 545 * param[in] src source of hash message 555 * param[out] hash buffe [all...] |
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_hash.h | 305 * hash entry 322 unsigned int hash = val * GOLDEN_RATIO_32; in hash_32() local 325 return hash >> (32 - bits); // (32 - bits) in hash_32()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_hash.h | 304 * hash entry 322 RK_U32 hash = val * GOLDEN_RATIO_32; in hash_32() local 325 return hash >> (32 - bits); // 32:32bits in hash_32()
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_hash.h | 309 * hash entry 327 RK_U32 hash = val * GOLDEN_RATIO_32; in hash_32() local 330 return hash >> (32 - bits); // (32 - bits) in hash_32()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_hash.h | 300 * hash entry 318 RK_U32 hash = val * GOLDEN_RATIO_32; in hash_32() local 321 return hash >> (32 - bits); in hash_32()
|
/third_party/f2fs-tools/tools/ |
H A D | sha512.c | 208 * of the length. We assume that you won't hash > 2^64 bits of data. */ in sha512_done() 266 unsigned char hash[64]; member 313 if (memcmp(tmp, tests[i].hash, 64) != 0) { in main()
|