Lines Matching refs:trust_ref
389 SecTrustRef trust_ref = NULL;
390 result = SecTrustCreateWithCertificates(input_certs, ssl_policy, &trust_ref);
393 ScopedCFTypeRef<SecTrustRef> trust(trust_ref);
820 SecTrustRef trust_ref = NULL;
822 &trust_ref);
825 ScopedCFTypeRef<SecTrustRef> scoped_trust_ref(trust_ref);
828 status = TestRootCerts::GetInstance()->FixupSecTrustRef(trust_ref);
873 status = SecTrustSetParameters(trust_ref, CSSM_TP_ACTION_DEFAULT,
883 status = SecTrustEvaluate(trust_ref, &trust_result);
888 status = SecTrustGetResult(trust_ref, &trust_result, &completed_chain,
914 status = SecTrustGetCssmResultCode(trust_ref, &cssm_result);
968 status = SecTrustGetCssmResultCode(trust_ref, &cssm_result);
999 status = copy_extended_result(trust_ref, &ev_dict);