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

/external/chromium_org/net/cert/
H A Dx509_util_mac.cc118 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/
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 76 milliseconds