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

  /external/chromium_org/net/cert/
x509_util_mac.cc 91 CSSM_APPLE_TP_CRL_OPTIONS tp_crl_options; local
92 memset(&tp_crl_options, 0, sizeof(tp_crl_options));
93 tp_crl_options.Version = CSSM_APPLE_TP_CRL_OPTS_VERSION;
99 tp_crl_options.CrlFlags = CSSM_TP_ACTION_FETCH_CRL_FROM_NET;
102 status = CreatePolicy(&CSSMOID_APPLE_TP_REVOCATION_CRL, &tp_crl_options,
103 sizeof(tp_crl_options), &crl_policy);
  /external/chromium/net/base/
x509_certificate_mac.cc 325 CSSM_APPLE_TP_CRL_OPTIONS tp_crl_options; local
326 memset(&tp_crl_options, 0, sizeof(tp_crl_options));
327 tp_crl_options.Version = CSSM_APPLE_TP_CRL_OPTS_VERSION;
335 tp_crl_options.CrlFlags |= CSSM_TP_ACTION_FETCH_CRL_FROM_NET;
352 status = CreatePolicy(&CSSMOID_APPLE_TP_REVOCATION_CRL, &tp_crl_options,
353 sizeof(tp_crl_options), &crl_policy);
    [all...]

Completed in 611 milliseconds