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