Home
last modified time | relevance | path

Searched refs:vb2_packed_key_data (Results 1 – 4 of 4) sorted by relevance

/external/vboot_reference/firmware/lib20/
Dpacked_key.c12 const uint8_t *vb2_packed_key_data(const struct vb2_packed_key *key) in vb2_packed_key_data() function
61 buf32 = (const uint32_t *)vb2_packed_key_data(packed_key); in vb2_unpack_key()
/external/vboot_reference/tests/
Dvb20_common_tests.c65 TEST_EQ((int)vb2_offset_of(&k, vb2_packed_key_data(&k)), in test_helper_functions()
71 TEST_EQ((int)vb2_offset_of(&k, vb2_packed_key_data(&k)), 123, in test_helper_functions()
Dvb20_common3_tests.c120 ((uint8_t *)vb2_packed_key_data(&h->data_key))[0] ^= 0x34; in test_verify_keyblock()
266 ((uint8_t *)vb2_packed_key_data(&h->kernel_subkey))[0] ^= 0x34; in test_verify_fw_preamble()
/external/vboot_reference/firmware/lib20/include/
Dvb2_common.h22 const uint8_t *vb2_packed_key_data(const struct vb2_packed_key *key);