Searched refs:hash_only (Results 1 – 4 of 4) sorted by relevance
188 const VbPublicKey *key, int hash_only) in KeyBlockVerify() argument209 if (!hash_only && !key) { in KeyBlockVerify()220 if (hash_only) { in KeyBlockVerify()
122 const VbPublicKey *key, int hash_only);
240 const VbPublicKey *key, int hash_only) { in KeyBlockVerify() argument242 if (hash_only && key_block_verify_fail >= 2) in KeyBlockVerify()244 else if (!hash_only && key_block_verify_fail >= 1) in KeyBlockVerify()
107 const VbPublicKey *key, int hash_only) { in KeyBlockVerify() argument109 TEST_EQ(hash_only, 0, " Don't verify firmware with hash"); in KeyBlockVerify()