Home
last modified time | relevance | path

Searched refs:CalculatePublicKey (Results 1 – 6 of 6) sorted by relevance

/packages/modules/adb/crypto/include/adb/crypto/
Drsa_2048_key.h31 bool CalculatePublicKey(std::string* out, RSA* private_key);
/packages/modules/adb/crypto/tests/
Dx509_generator_test.cpp32 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
Dkey_test.cpp41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
Drsa_2048_key_test.cpp41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
/packages/modules/adb/crypto/
Drsa_2048_key.cpp28 bool CalculatePublicKey(std::string* out, RSA* private_key) { in CalculatePublicKey() function
/packages/modules/adb/client/
Dauth.cpp76 if (!CalculatePublicKey(&pubkey, rsa)) { in generate_key()
286 return CalculatePublicKey(out, privkey.get()); in pubkey_from_privkey()