HomeSort by relevance Sort by last modified time
    Searched refs:sdrResult (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/importer/
nss_decryptor_system_nss.cc 84 struct SDRResult
90 typedef struct SDRResult SDRResult;
93 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof (SDRResult) },
94 { SEC_ASN1_OCTET_STRING, offsetof(SDRResult, keyid) },
95 { SEC_ASN1_INLINE | SEC_ASN1_XTRN, offsetof(SDRResult, alg),
97 { SEC_ASN1_OCTET_STRING, offsetof(SDRResult, data) },
183 SDRResult sdrResult;
192 memset(&sdrResult, 0, sizeof sdrResult)
    [all...]
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_system_nss.cc 87 struct SDRResult
93 typedef struct SDRResult SDRResult;
96 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof (SDRResult) },
97 { SEC_ASN1_OCTET_STRING, offsetof(SDRResult, keyid) },
98 { SEC_ASN1_INLINE | SEC_ASN1_XTRN, offsetof(SDRResult, alg),
100 { SEC_ASN1_OCTET_STRING, offsetof(SDRResult, data) },
186 SDRResult sdrResult;
195 memset(&sdrResult, 0, sizeof sdrResult)
    [all...]

Completed in 2137 milliseconds