Home
last modified time | relevance | path

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

/packages/modules/adb/crypto/
Dkey.cpp28 std::string Key::ToPEMString(EVP_PKEY* pkey) { in ToPEMString()
Drsa_2048_key.cpp53 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in CreateRSA2048Key() local
Dx509_generator.cpp59 bssl::UniquePtr<X509> GenerateX509Certificate(EVP_PKEY* pkey) { in GenerateX509Certificate()
/packages/modules/adb/crypto/include/adb/crypto/
Dkey.h31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key()
/packages/modules/adb/client/
Dauth.cpp301 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in adb_auth_get_user_privkey() local