OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateRSAKeyPair
(Results
1 - 5
of
5
) sorted by null
/system/tpm/trunks/
trunks_client_test.h
118
void
GenerateRSAKeyPair
(std::string* modulus,
123
// |public_key| is as produced by
GenerateRSAKeyPair
(). Returns true on
trunks_client_test.cc
177
GenerateRSAKeyPair
(&modulus, &prime_factor, nullptr);
[
all
...]
/system/webservd/webservd/
utils.h
37
std::unique_ptr<RSA, void(*)(RSA*)>
GenerateRSAKeyPair
(int key_length_bits);
server.cc
190
auto rsa_key_pair =
GenerateRSAKeyPair
(kKeyLengthBits);
utils.cc
84
std::unique_ptr<RSA, void(*)(RSA*)>
GenerateRSAKeyPair
(int key_length_bits) {
Completed in 171 milliseconds