HomeSort by relevance Sort by last modified time
    Searched full:rsa_pub_key (Results 1 - 2 of 2) 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);
  /external/openssh/
start-ssh 10 RSA_PUB_KEY=/data/ssh/ssh_host_rsa_key.pub
23 chmod 644 $RSA_PUB_KEY

Completed in 106 milliseconds