Home
last modified time | relevance | path

Searched defs:pkey (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/binder/tests/
DRpcTlsUtilsTest.cpp23 std::string toDebugString(EVP_PKEY* pkey) { in toDebugString()
45 auto pkey = makeKeyPairForSelfSignedCert(); in TEST_P() local
67 auto pkey = makeKeyPairForSelfSignedCert(); in TEST_P() local
93 auto pkey = makeKeyPairForSelfSignedCert(); in TEST_P() local
DRpcTlsTestUtils.cpp34 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in makeKeyPairForSelfSignedCert() local
44 bssl::UniquePtr<X509> makeSelfSignedCert(EVP_PKEY* pkey, const uint32_t validSeconds) { in makeSelfSignedCert()
71 auto pkey = makeKeyPairForSelfSignedCert(); in configure() local
DbinderRpcBenchmark.cpp132 auto pkey = android::makeKeyPairForSelfSignedCert(); in makeFactoryTls() local
DbinderRpcTest.cpp2050 auto pkey = makeKeyPairForSelfSignedCert(); in TEST_P() local
/frameworks/native/libs/binder/
DRpcTlsUtils.cpp100 std::vector<uint8_t> serializeUnencryptedPrivatekey(EVP_PKEY* pkey, RpcKeyFormat format) { in serializeUnencryptedPrivatekey()
103 return serialize(pkey, [](BIO* bio, EVP_PKEY* pkey) { in serializeUnencryptedPrivatekey()
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp75 bssl::UniquePtr<EVP_PKEY> pkey; member
101 bssl::UniquePtr<EVP_PKEY> pkey(sAuth.pkey.get()); in createServerRpcAuth() local
/frameworks/native/libs/binder/tests/include_tls_test_utils/binder/
DRpcTlsTestUtils.h49 RpcAuthPreSigned(bssl::UniquePtr<EVP_PKEY> pkey, bssl::UniquePtr<X509> cert) in RpcAuthPreSigned()
/frameworks/base/keystore/tests/src/android/security/keystore2/
DAndroidKeyStoreEdECPublicKeyTest.java96 AndroidKeyStoreEdECPublicKey pkey = new AndroidKeyStoreEdECPublicKey(descriptor(), in testParsingOfValidKeys() local