Home
last modified time | relevance | path

Searched refs:vb2_public_key_pack (Results 1 – 6 of 6) sorted by relevance

/external/vboot_reference/tests/
Dvb21_host_key_tests.c220 TEST_SUCC(vb2_public_key_pack(&pkey, key), "Pack public key"); in public_key_tests()
257 TEST_EQ(vb2_public_key_pack(&pkey, key), in public_key_tests()
272 TEST_SUCC(vb2_public_key_pack(&pkey, &k2), "Pack public hash key"); in public_key_tests()
Dvb21_host_keyblock_tests.c77 TEST_SUCC(vb2_public_key_pack(&pakgood, pubk2048), "Test packed key"); in keyblock_tests()
Dvb21_common2_tests.c267 TEST_SUCC(vb2_public_key_pack(&key2, pubk), "Pack public key"); in test_algorithm()
/external/vboot_reference/host/lib21/include/
Dhost_key2.h203 int vb2_public_key_pack(struct vb2_packed_key **key_ptr,
/external/vboot_reference/host/lib21/
Dhost_keyblock.c49 if (vb2_public_key_pack(&key, data_key)) in vb2_keyblock_create()
Dhost_key.c457 int vb2_public_key_pack(struct vb2_packed_key **key_ptr, in vb2_public_key_pack() function
570 ret = vb2_public_key_pack(&pkey, key); in vb2_public_key_write()