Home
last modified time | relevance | path

Searched refs:pub_key_plus_name (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/crypto/tests/
Dx509_generator_test.cpp30 std::string pub_key_plus_name; in TEST() local
32 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
33 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST()
36 LOG(INFO) << "pub_key=[" << pub_key_plus_name << "]"; in TEST()
Dkey_test.cpp39 std::string pub_key_plus_name; in TEST() local
41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST()
45 LOG(INFO) << "pub_key=[" << pub_key_plus_name << "]"; in TEST()
Drsa_2048_key_test.cpp39 std::string pub_key_plus_name; in TEST() local
41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
42 std::vector<std::string> split = android::base::Split(std::string(pub_key_plus_name), " \t"); in TEST()
45 LOG(INFO) << "pub_key=[" << pub_key_plus_name << "]"; in TEST()