Home
last modified time | relevance | path

Searched refs:GenerateRSAKeyPair (Results 1 – 5 of 5) sorted by relevance

/system/webservd/webservd/
Dutils.h37 std::unique_ptr<RSA, void(*)(RSA*)> GenerateRSAKeyPair(int key_length_bits);
Dserver.cc190 auto rsa_key_pair = GenerateRSAKeyPair(kKeyLengthBits); in InitTlsData()
Dutils.cc84 std::unique_ptr<RSA, void(*)(RSA*)> GenerateRSAKeyPair(int key_length_bits) { in GenerateRSAKeyPair() function
/system/tpm/trunks/
Dtrunks_client_test.h118 void GenerateRSAKeyPair(std::string* modulus,
Dtrunks_client_test.cc177 GenerateRSAKeyPair(&modulus, &prime_factor, nullptr); in ImportTest()
988 void TrunksClientTest::GenerateRSAKeyPair(std::string* modulus, in GenerateRSAKeyPair() function in trunks::TrunksClientTest
1036 GenerateRSAKeyPair(&modulus, &prime_factor, public_key); in LoadSigningKey()