Searched refs:tp_crl_options (Results 1 – 1 of 1) sorted by relevance
325 CSSM_APPLE_TP_CRL_OPTIONS tp_crl_options; in CreateTrustPolicies() local326 memset(&tp_crl_options, 0, sizeof(tp_crl_options)); in CreateTrustPolicies()327 tp_crl_options.Version = CSSM_APPLE_TP_CRL_OPTS_VERSION; in CreateTrustPolicies()335 tp_crl_options.CrlFlags |= CSSM_TP_ACTION_FETCH_CRL_FROM_NET; in CreateTrustPolicies()352 status = CreatePolicy(&CSSMOID_APPLE_TP_REVOCATION_CRL, &tp_crl_options, in CreateTrustPolicies()353 sizeof(tp_crl_options), &crl_policy); in CreateTrustPolicies()