| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| H A D | layout_eth_conf_1_0.rs | 129 fn hash<H: ::std::hash::Hasher>(&self, _state: &mut H) {} in fmt() functions [all...] |
| /base/account/os_account/frameworks/appaccount/native/src/ |
| H A D | app_account_info.cpp | 58 unsigned char hash[HASH_LENGTH] = {0}; in ComputeHash() local
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| H A D | service_controller.cpp | 992 uint64_t hash = GenerateHash(reinterpret_cast<char *>(&info), sizeof(PersistRecoveryInfo)); in RestorePersistJobs() local
|
| /base/request/request/frameworks/js/napi/src/ |
| H A D | napi_utils.cpp | 898 unsigned char hash[SHA256_DIGEST_LENGTH];
in SHA256() local
|
| /base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
| H A D | app_verify.c | 251 CalcCmpContHash(const Pkcs7 *pkcs7, const SignerInfo *signer, mbedtls_md_type_t algType, unsigned char *hash, size_t *hashLen) CalcCmpContHash() argument 288 CalcDigest(const Pkcs7 *pkcs7, const SignerInfo *signer, mbedtls_md_type_t algType, unsigned char *hash, size_t *hashLen) CalcDigest() argument [all...] |
| /base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
| H A D | group_operation_common.c | 1136 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen) in GetHashResult() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | multi_sim_controller.cpp | 933 unsigned char hash[SHA256_DIGEST_LENGTH]; in EncryptIccId() local
|
| /test/xts/device_attest/services/core/network/ |
| H A D | attest_network.c | 134 unsigned char hash[HTTPS_NETWORK_SHA256_LEN]; in Sha256Udid() local
|
| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs.c | 443 __u32 hash; in __f2fs_dentry_hash() local
|
| /third_party/exfatprogs/fsck/ |
| H A D | fsck.c | 643 __u16 hash; in check_name_dentry_set() local 770 __u16 hash; in handle_dot_dotdot_filename() local
|
| /third_party/curl/lib/ |
| H A D | hostip.c | 1080 void Curl_init_dnscache(struct Curl_hash *hash, int size) in Curl_init_dnscache() argument 1093 Curl_hostcache_clean(struct Curl_easy *data, struct Curl_hash *hash) Curl_hostcache_clean() argument
|
| /third_party/gn/src/gn/ |
| H A D | xcode_writer.cc | 353 std::string hash = base::SHA1HashString(buffer.str()); variable
|
| /third_party/icu/icu4c/source/common/ |
| H A D | messagepattern.cpp | 328 int32_t hash=(aposMode*37+msg.hashCode())*37+partsLength; in hashCode() local
|
| /third_party/mbedtls/3rdparty/p256-m/p256-m/ |
| H A D | p256-m.c | 1323 p256_ecdsa_sign(uint8_t sig[64], const uint8_t priv[32], const uint8_t *hash, size_t hlen) p256_ecdsa_sign() argument 1397 p256_ecdsa_verify(const uint8_t sig[64], const uint8_t pub[64], const uint8_t *hash, size_t hlen) p256_ecdsa_verify() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_driver_wrappers.c | 211 psa_driver_wrapper_sign_hash(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_driver_wrapper_sign_hash() argument 278 psa_driver_wrapper_verify_hash(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_driver_wrapper_verify_hash() argument 387 psa_driver_wrapper_sign_hash_start(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) psa_driver_wrapper_sign_hash_start() argument 467 psa_driver_wrapper_verify_hash_start(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) psa_driver_wrapper_verify_hash_start() argument 1296 psa_driver_wrapper_hash_compute(psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) psa_driver_wrapper_hash_compute() argument 1394 psa_driver_wrapper_hash_finish(psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) psa_driver_wrapper_hash_finish() argument [all...] |
| H A D | pk.c | 1042 mbedtls_pk_verify_restartable(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, const unsigned char *sig, size_t sig_len, mbedtls_pk_restart_ctx *rs_ctx) mbedtls_pk_verify_restartable() argument 1092 mbedtls_pk_verify(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, const unsigned char *sig, size_t sig_len) mbedtls_pk_verify() argument 1103 mbedtls_pk_verify_ext(mbedtls_pk_type_t type, const void *options, mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, const unsigned char *sig, size_t sig_len) mbedtls_pk_verify_ext() argument 1233 mbedtls_pk_sign_restartable(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, unsigned char *sig, size_t sig_size, size_t *sig_len, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, mbedtls_pk_restart_ctx *rs_ctx) mbedtls_pk_sign_restartable() argument 1287 mbedtls_pk_sign(mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, unsigned char *sig, size_t sig_size, size_t *sig_len, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_sign() argument 1300 mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type, mbedtls_pk_context *ctx, mbedtls_md_type_t md_alg, const unsigned char *hash, size_t hash_len, unsigned char *sig, size_t sig_size, size_t *sig_len, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_sign_ext() argument [all...] |
| H A D | ssl_tls12_client.c | 2294 unsigned char hash[MBEDTLS_MD_MAX_SIZE]; in ssl_parse_server_key_exchange() local 3244 unsigned char hash[4 in ssl_write_certificate_verify() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_spill.cpp | 41 template <> struct hash<aco::Temp> { struct
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 231 uint32_t hash = _mesa_hash_data(key, offsetof(struct zink_gfx_pipeline_state, hash)); in hash_gfx_pipeline_state() local 505 uint32_t hash = _mesa_hash_data(state, offsetof(struct zink_compute_pipeline_state, hash)); hash_compute_pipeline_state() local 840 uint32_t hash = 0; zink_get_gfx_pipeline() local [all...] |
| /third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 744 unsigned hash = res->res_handle & (sizeof(cbuf->is_handle_added)-1); in virgl_drm_lookup_res() local 766 unsigned hash = res->res_handle & (sizeof(cbuf->is_handle_added)-1); in virgl_drm_add_res() local
|
| /third_party/node/src/ |
| H A D | inspector_socket.cc | 149 char hash[SHA_DIGEST_LENGTH]; in generate_accept_string() local
|
| H A D | node_sockaddr.cc | 78 size_t hash = 0; in operator ()() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | compress.c | 104 u32 hash; in ntfs_hash() local 159 unsigned int hash; in ntfs_best_match() local 250 unsigned int hash; ntfs_skip_position() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 548 hd_map_find(nghttp2_hd_map *map, int *exact_match, const nghttp2_nv *nv, int32_t token, uint32_t hash, int name_only) hd_map_find() argument 1100 add_hd_table_incremental(nghttp2_hd_context *context, nghttp2_hd_nv *nv, nghttp2_hd_map *map, uint32_t hash) add_hd_table_incremental() argument 1196 search_hd_table(nghttp2_hd_context *context, const nghttp2_nv *nv, int32_t token, int indexing_mode, nghttp2_hd_map *map, uint32_t hash) search_hd_table() argument 1350 uint32_t hash = 0; deflate_nv() local [all...] |
| H A D | nghttp2_hd.h | 147 uint32_t hash; member 156 uint32_t hash; member
|