Searched refs:rootKey (Results 1 – 1 of 1) sorted by relevance
83 bssl::UniquePtr<EVP_PKEY> rootKey(EVP_PKEY_new()); in createFakeRemotelyProvisionedCertificateChain() local84 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()