Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/vts/
DUtil.cpp83 bssl::UniquePtr<EVP_PKEY> rootKey(EVP_PKEY_new()); in createFakeRemotelyProvisionedCertificateChain() local
84 if (ecRootKey.get() == nullptr || rootKey.get() == nullptr) { in createFakeRemotelyProvisionedCertificateChain()
101 if (EVP_PKEY_set1_EC_KEY(rootKey.get(), ecRootKey.get()) != 1) { in createFakeRemotelyProvisionedCertificateChain()
111 rootKey.get(), rootKey.get(), in createFakeRemotelyProvisionedCertificateChain()
125 publicKey.get(), rootKey.get(), in createFakeRemotelyProvisionedCertificateChain()