Home
last modified time | relevance | path

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

/system/core/adb/crypto/include/adb/crypto/
Drsa_2048_key.h28 std::optional<Key> CreateRSA2048Key();
/system/core/adb/crypto/tests/
Dx509_generator_test.cpp28 auto rsa_2048 = CreateRSA2048Key(); in TEST()
Dkey_test.cpp33 auto rsa_2048 = CreateRSA2048Key(); in TEST()
Drsa_2048_key_test.cpp33 auto rsa_2048 = CreateRSA2048Key(); in TEST()
/system/core/adb/crypto/
Drsa_2048_key.cpp70 std::optional<Key> CreateRSA2048Key() { in CreateRSA2048Key() function
/system/core/adb/daemon/
Dauth.cpp342 auto rsa_2048 = CreateRSA2048Key(); in adbd_auth_tls_handshake()
/system/core/adb/pairing_connection/
Dpairing_server.cpp452 auto rsa_2048 = CreateRSA2048Key(); in pairing_server_new_no_cert()
/system/core/adb/client/
Dauth.cpp66 auto rsa_2048 = CreateRSA2048Key(); in generate_key()