Searched refs:CalculateSPKIHashFromKey (Results 1 – 4 of 4) sorted by relevance
163 TEST(CertUtilTest, CalculateSPKIHashFromKey) { in TEST() argument165 EXPECT_TRUE(CalculateSPKIHashFromKey(kPublicKeyPEM, &hash1)); in TEST()174 EXPECT_FALSE(CalculateSPKIHashFromKey(kInvalidPublicKeyPEM, &hash2)); in TEST()178 CalculateSPKIHashFromKey(kSelfSignedWithoutCommonNamePEM, &hash3)); in TEST()181 EXPECT_FALSE(CalculateSPKIHashFromKey(kUnknownPEMHeaders, &hash4)); in TEST()
39 bool CalculateSPKIHashFromKey(
146 bool CalculateSPKIHashFromKey(std::string_view pem_key, SPKIHash* out_hash) { in CalculateSPKIHashFromKey() function
281 if (!CalculateSPKIHashFromKey(buffer, &hash)) { in ParseCertificatesFile()