HomeSort by relevance Sort by last modified time
    Searched full:public_key_struc (Results 1 - 1 of 1) sorted by null

  /external/chromium/crypto/
rsa_private_key_win.cc 69 PUBLICKEYSTRUC* public_key_struc = reinterpret_cast<PUBLICKEYSTRUC*>(dest); local
70 public_key_struc->bType = PRIVATEKEYBLOB;
71 public_key_struc->bVersion = 0x02;
72 public_key_struc->reserved = 0;
73 public_key_struc->aiKeyAlg = CALG_RSA_SIGN;
105 reinterpret_cast<uint8*>(public_key_struc), blob_size, 0,

Completed in 115 milliseconds