Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/lib/
Dvboot_common.c188 const VbPublicKey *key, int hash_only) in KeyBlockVerify() argument
209 if (!hash_only && !key) { in KeyBlockVerify()
220 if (hash_only) { in KeyBlockVerify()
/external/vboot_reference/firmware/lib/include/
Dvboot_common.h122 const VbPublicKey *key, int hash_only);
/external/vboot_reference/tests/
Dvboot_kernel_tests.c240 const VbPublicKey *key, int hash_only) { in KeyBlockVerify() argument
242 if (hash_only && key_block_verify_fail >= 2) in KeyBlockVerify()
244 else if (!hash_only && key_block_verify_fail >= 1) in KeyBlockVerify()
Dvboot_firmware_tests.c107 const VbPublicKey *key, int hash_only) { in KeyBlockVerify() argument
109 TEST_EQ(hash_only, 0, " Don't verify firmware with hash"); in KeyBlockVerify()