Searched defs:ValidatePublicKeyBlob (Results 1 – 2 of 2) sorted by relevance
300 bool ValidatePublicKeyBlob(const uint8_t* key, size_t length, in ValidatePublicKeyBlob() function314 bool ValidatePublicKeyBlob(const std::string& key_blob_to_validate, in ValidatePublicKeyBlob() function
423 TEST_F(AvbUtilTest, ValidatePublicKeyBlob) { in TEST_F() argument