Searched refs:hash_count (Results 1 – 9 of 9) sorted by relevance
/external/vboot_reference/host/lib21/ |
D | host_fw_preamble.c | 22 uint32_t hash_count, in vb2_fw_preamble_create() argument 35 .hash_count = hash_count, in vb2_fw_preamble_create() 48 for (i = 0; i < hash_count; i++) in vb2_fw_preamble_create() 68 for (i = 0; i < hash_count; i++) { in vb2_fw_preamble_create()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_build.c | 447 const u8 *hash, u8 hash_count) in p2ps_wildcard_hash() argument 452 for (i = 0; i < hash_count; i++) { in p2ps_wildcard_hash() 595 u8 hash_count, const u8 *hash, in p2p_buf_add_service_instance() argument 604 if (!adv_list || !hash || !hash_count) in p2p_buf_add_service_instance() 608 hash, hash_count * P2PS_HASH_LEN); in p2p_buf_add_service_instance() 609 p2ps_wildcard = p2ps_wildcard_hash(p2p, hash, hash_count) && in p2p_buf_add_service_instance() 643 for (i = 0; i < hash_count; i++) { in p2p_buf_add_service_instance()
|
/external/vboot_reference/firmware/lib21/ |
D | api.c | 62 for (i = 0; i < pre->hash_count; i++) { in vb2api_init_hash2() 71 if (i >= pre->hash_count) in vb2api_init_hash2()
|
D | common.c | 408 for (i = 0; i < preamble->hash_count; i++, hash_offset = min_offset) { in vb2_verify_fw_preamble()
|
/external/vboot_reference/host/lib21/include/ |
D | host_fw_preamble2.h | 31 uint32_t hash_count,
|
/external/vboot_reference/firmware/lib21/include/ |
D | vb2_struct.h | 334 uint32_t hash_count; member
|
/external/vboot_reference/tests/ |
D | vb21_host_fw_preamble_tests.c | 88 TEST_EQ(fp->hash_count, 3, " hash_count"); in preamble_tests()
|
D | vb21_api_tests.c | 97 pre->hash_count = 3; in reset_common_data()
|
D | vb21_common_tests.c | 484 pre->hash_count++; in test_verify_fw_preamble()
|