Searched refs:expected_public_key (Results 1 – 2 of 2) sorted by relevance
147 void set_expected_public_key(const std::string& expected_public_key) { in set_expected_public_key() argument148 expected_public_key_ = expected_public_key; in set_expected_public_key()
468 const uint8_t* expected_public_key, in load_and_verify_vbmeta() argument679 if (expected_public_key != NULL) { in load_and_verify_vbmeta()682 avb_safe_memcmp(expected_public_key, pk_data, pk_len) != 0) { in load_and_verify_vbmeta()