HomeSort by relevance Sort by last modified time
    Searched defs:decode_para (Results 1 - 4 of 4) sorted by null

  /external/chromium/crypto/
signature_verifier_win.cc 48 CRYPT_DECODE_PARA decode_para; local
49 decode_para.cbSize = sizeof(decode_para);
50 decode_para.pfnAlloc = MyCryptAlloc;
51 decode_para.pfnFree = MyCryptFree;
60 &decode_para,
80 &decode_para,
  /external/chromium_org/net/cert/
x509_cert_types_win.cc 92 CRYPT_DECODE_PARA decode_para; local
93 decode_para.cbSize = sizeof(decode_para);
94 decode_para.pfnAlloc = crypto::CryptAlloc;
95 decode_para.pfnFree = crypto::CryptFree;
104 &decode_para,
cert_verify_proc_win.cc 187 CRYPT_DECODE_PARA decode_para; local
188 decode_para.cbSize = sizeof(decode_para);
189 decode_para.pfnAlloc = crypto::CryptAlloc;
190 decode_para.pfnFree = crypto::CryptFree;
199 &decode_para,
360 CRYPT_DECODE_PARA decode_para;
361 decode_para.cbSize = sizeof(decode_para);
362 decode_para.pfnAlloc = crypto::CryptAlloc
    [all...]
  /external/chromium/net/base/
x509_certificate_win.cc 185 CRYPT_DECODE_PARA decode_para;
186 decode_para.cbSize = sizeof(decode_para);
187 decode_para.pfnAlloc = MyCryptAlloc;
188 decode_para.pfnFree = MyCryptFree;
197 &decode_para,
207 CRYPT_DECODE_PARA decode_para; local
208 decode_para.cbSize = sizeof(decode_para);
209 decode_para.pfnAlloc = MyCryptAlloc
    [all...]

Completed in 162 milliseconds