OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRsaDefaultExponent
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
sslidentity.h
124
static const int
kRsaDefaultExponent
= 0x10001; // = 2^16+1 = 65537
142
int pub_exp =
kRsaDefaultExponent
);
sslidentity.cc
45
params_.rsa.pub_exp =
kRsaDefaultExponent
;
Completed in 1011 milliseconds