Searched defs:ValidatePublicKeyBlob (Results 1 – 3 of 3) sorted by relevance
301 bool ValidatePublicKeyBlob(const uint8_t* key, size_t length, in ValidatePublicKeyBlob() function315 bool ValidatePublicKeyBlob(const std::string& key_blob_to_validate, in ValidatePublicKeyBlob() function
244 bool ValidatePublicKeyBlob(const std::string &key_blob_to_validate) { in ValidatePublicKeyBlob() function
424 TEST_F(AvbUtilTest, ValidatePublicKeyBlob) { in TEST_F() argument