Searched refs:rsa (Results 1 – 11 of 11) sorted by relevance
/packages/modules/adb/crypto/ |
D | rsa_2048_key.cpp | 55 bssl::UniquePtr<RSA> rsa(RSA_new()); in CreateRSA2048Key() local 56 if (!pkey || !exponent || !rsa) { in CreateRSA2048Key() 62 RSA_generate_key_ex(rsa.get(), 2048, exponent.get(), nullptr); in CreateRSA2048Key() 63 EVP_PKEY_set1_RSA(pkey.get(), rsa.get()); in CreateRSA2048Key()
|
/packages/modules/adb/crypto/tests/ |
D | key_test.cpp | 40 auto* rsa = EVP_PKEY_get0_RSA(rsa_2048->GetEvpPkey()); in TEST() local 41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST() 49 std::vector<uint8_t> sig(RSA_size(rsa)); in TEST() 52 &sig_len, rsa), in TEST()
|
D | rsa_2048_key_test.cpp | 40 auto* rsa = EVP_PKEY_get0_RSA(rsa_2048->GetEvpPkey()); in TEST() local 41 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST() 52 std::vector<uint8_t> sig(RSA_size(rsa)); in TEST() 55 &sig_len, rsa), in TEST()
|
D | x509_generator_test.cpp | 31 auto* rsa = EVP_PKEY_get0_RSA(rsa_2048->GetEvpPkey()); in TEST() local 32 ASSERT_TRUE(CalculatePublicKey(&pub_key_plus_name, rsa)); in TEST()
|
/packages/modules/adb/client/ |
D | auth.cpp | 73 RSA* rsa = EVP_PKEY_get0_RSA(rsa_2048->GetEvpPkey()); in generate_key() local 74 CHECK(rsa); in generate_key() 76 if (!CalculatePublicKey(&pubkey, rsa)) { in generate_key()
|
/packages/apps/Car/DebuggingRestrictionController/server/ |
D | genkey.sh | 56 openssl req -nodes -newkey rsa:2048 -sha256 -keyout "${key}" -out "${req}"
|
/packages/modules/Virtualization/libs/apkverify/src/ |
D | algorithms.rs | 26 use openssl::rsa::Padding;
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | nb_wordlist.combined.gz |
|
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |