OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rsa_pub_key
(Results
1 - 1
of
1
) sorted by null
/external/chromium/crypto/
rsa_private_key_win.cc
76
RSAPUBKEY*
rsa_pub_key
= reinterpret_cast<RSAPUBKEY*>(dest);
local
77
rsa_pub_key
->magic = 0x32415352;
78
rsa_pub_key
->bitlen = pki.modulus()->size() * 8;
84
rsa_pub_key
->pubexp = public_exponent_int;
153
RSAPUBKEY *
rsa_pub_key
= reinterpret_cast<RSAPUBKEY*>(pos);
local
156
int mod_size =
rsa_pub_key
->bitlen / 8;
157
int primes_size =
rsa_pub_key
->bitlen / 16;
180
pki.public_exponent()->assign(reinterpret_cast<uint8*>(&
rsa_pub_key
->pubexp),
181
reinterpret_cast<uint8*>(&
rsa_pub_key
->pubexp) + 4);
Completed in 365 milliseconds