Searched refs:tp_ocsp_options (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dx509_certificate_mac.cc321 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);

Completed in 27 milliseconds