Home
last modified time | relevance | path

Searched refs:extractPubKey (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/hardware/interfaces/wifi/keystore/1.0/default/
H A Dwifikeystorehal_utils.h14 std::vector<uint8_t> extractPubKey(const std::vector<uint8_t>& cert_bytes) { in extractPubKey() function
H A Dkeystore.cpp197 std::optional<std::vector<uint8_t>> pub_key(extractPubKey(*response.metadata.certificate)); in keyStore2GetPubKey()
/aosp12/system/hardware/interfaces/wifi/keystore/1.0/default/test/
H A DWifiLegacyKeystoreIntegrationTest.cpp455 auto cert = extractPubKey(kDerTestCert); in TEST()
461 auto cert = extractPubKey(TESTBLOB); in TEST()
/aosp12/system/security/keystore-engine/
H A Dkeystore2_engine.cpp332 bssl::UniquePtr<EVP_PKEY> extractPubKey(const std::vector<uint8_t>& cert_bytes) { in extractPubKey() function
413 auto pkey = extractPubKey(*response.metadata.certificate); in EVP_PKEY_from_keystore2()