Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvb21_common_tests.c256 struct vb2_public_key pubk, pubk2, pubk3; in test_verify_keyblock() local
270 TEST_SUCC(vb2_public_key_hash(&pubk3, VB2_HASH_SHA1), in test_verify_keyblock()
279 TEST_SUCC(vb2_keyblock_create(&kbuf, &pubk3, prik, 2, 0x4321, desc), in test_verify_keyblock()
300 TEST_EQ(vb2_verify_keyblock(kbuf, buf_size, &pubk3, &wb), in test_verify_keyblock()