Searched refs:vb2_packed_key_data (Results 1 – 4 of 4) sorted by relevance
12 const uint8_t *vb2_packed_key_data(const struct vb2_packed_key *key) in vb2_packed_key_data() function61 buf32 = (const uint32_t *)vb2_packed_key_data(packed_key); in vb2_unpack_key()
65 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()
120 ((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()
22 const uint8_t *vb2_packed_key_data(const struct vb2_packed_key *key);