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

  /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 53 milliseconds