platform_system_security/keystore-engine
David Benjamin 66d00307aa Use BoringSSL accessors to set up EVP_PKEY.
Constructing an RSA object is sadly a bit tedious, but that's the API
OpenSSL came up with. While I'm here, switch an EVP_PKEY_get1_RSA to
EVP_PKEY_get0_RSA; we can avoid an unnecessary refcount bump.

Test: mm
Change-Id: I8b368ea1efa71e3f8b3cd0c734c1cdd0f2c964e5
2023-01-30 16:02:49 -05:00
..
.clang-format Get rid of manually created IKeystoreService. 2017-11-16 18:35:51 -08:00
Android.bp Remove ndk_platform backend. Use the ndk backend. 2021-07-27 12:20:26 +09:00
android_engine.cpp Keystore 2.0: Remove Keystore 1.0 and remaining references 2021-03-22 14:34:45 -07:00
keystore2_engine.cpp Use BoringSSL accessors to set up EVP_PKEY. 2023-01-30 16:02:49 -05:00
keystore2_engine.h Keystore 2.0: Add keystore2 support to the keystore-engine. 2021-02-24 12:32:32 -08:00
methods.h Replace custom BoringSSL scopers with bssl::UniquePtr. 2019-08-08 13:13:54 -04:00