Home
last modified time | relevance | path

Searched defs:ValidatePublicKeyBlob (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp300 bool ValidatePublicKeyBlob(const uint8_t* key, size_t length, in ValidatePublicKeyBlob() function
314 bool ValidatePublicKeyBlob(const std::string& key_blob_to_validate, in ValidatePublicKeyBlob() function
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Davb_util_test.cpp423 TEST_F(AvbUtilTest, ValidatePublicKeyBlob) { in TEST_F() argument