Searched refs:hash_data (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | sae_pk.c | 708 u8 *hash_data, *pos; in sae_pk_valid_fingerprint() local 724 hash_data = os_malloc(hash_data_len); in sae_pk_valid_fingerprint() 725 if (!hash_data) in sae_pk_valid_fingerprint() 727 pos = hash_data; in sae_pk_valid_fingerprint() 735 hash_data, hash_data_len); in sae_pk_valid_fingerprint() 736 res = sae_hash(hash_len, hash_data, hash_data_len, hash); in sae_pk_valid_fingerprint() 737 bin_clear_free(hash_data, hash_data_len); in sae_pk_valid_fingerprint()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_vectorize.c | 46 void *hash_data = nir_src_is_const(*src) ? NULL : src->ssa; in hash_src() local 48 return HASH(hash, hash_data); in hash_src()
|
/third_party/elfutils/src/ |
D | elflint.c | 2380 Elf_Data *hash_data = elf_getdata (hash_scn, NULL); in compare_hash_gnu_hash() local 2389 || hash_data == NULL || hash_data->d_buf == NULL in compare_hash_gnu_hash() 2484 const Elf32_Word *hasharr = (Elf32_Word *) hash_data->d_buf; in compare_hash_gnu_hash() 2485 if (hash_data->d_size < 2 * sizeof (Elf32_Word)) in compare_hash_gnu_hash() 2496 if (hash_used > hash_data->d_size) in compare_hash_gnu_hash() 2519 const Elf64_Xword *hasharr = (Elf64_Xword *) hash_data->d_buf; in compare_hash_gnu_hash() 2520 if (hash_data->d_size < 2 * sizeof (Elf32_Word)) in compare_hash_gnu_hash() 2530 uint64_t maxwords = hash_data->d_size / sizeof (Elf64_Xword); in compare_hash_gnu_hash()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto.function | 7056 int alg_arg, data_t *hash_data, 7076 hash_data->x, hash_data->len, 7110 int alg_arg, data_t *hash_data, 7150 hash_data->x, hash_data->len, 7192 if (hash_data->len != 0) { 7196 hash_data->x[0] ^= 1; 7200 hash_data->x, hash_data->len, 7220 int alg_arg, data_t *hash_data, 7241 hash_data->x, hash_data->len, 7276 int alg_arg, data_t *hash_data, [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors.c | 1619 void *hash_data = &ctx->di.ubos[shader][idx + k].range; in calc_descriptor_state_hash_ubo() local 1621 hash = XXH32(hash_data, data_size, hash); in calc_descriptor_state_hash_ubo()
|
D | zink_context.c | 65 void *hash_data = &sampler_state->sampler; in calc_descriptor_hash_sampler_state() local 67 sampler_state->hash = XXH32(hash_data, data_size, 0); in calc_descriptor_hash_sampler_state()
|