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

  /external/chromium_org/net/cert/
x509_util_mac.cc 118 CSSM_APPLE_TP_OCSP_OPTIONS tp_ocsp_options; local
119 memset(&tp_ocsp_options, 0, sizeof(tp_ocsp_options));
120 tp_ocsp_options.Version = CSSM_APPLE_TP_OCSP_OPTS_VERSION;
128 tp_ocsp_options.Flags = CSSM_TP_ACTION_OCSP_SUFFICIENT;
135 tp_ocsp_options.Flags = CSSM_TP_ACTION_OCSP_DISABLE_NET |
140 status = CreatePolicy(&CSSMOID_APPLE_TP_REVOCATION_OCSP, &tp_ocsp_options,
141 sizeof(tp_ocsp_options), &ocsp_policy);
  /external/chromium/net/base/
x509_certificate_mac.cc 321 CSSM_APPLE_TP_OCSP_OPTIONS tp_ocsp_options; local
322 memset(&tp_ocsp_options, 0, sizeof(tp_ocsp_options));
323 tp_ocsp_options.Version = CSSM_APPLE_TP_OCSP_OPTS_VERSION;
332 tp_ocsp_options.Flags = CSSM_TP_ACTION_OCSP_SUFFICIENT;
340 tp_ocsp_options.Flags = CSSM_TP_ACTION_OCSP_DISABLE_NET;
345 status = CreatePolicy(&CSSMOID_APPLE_TP_REVOCATION_OCSP, &tp_ocsp_options,
346 sizeof(tp_ocsp_options), &ocsp_policy);
    [all...]

Completed in 575 milliseconds