Searched refs:sct_array_ref (Results 1 – 2 of 2) sorted by relevance
/external/cronet/stable/net/cert/ |
D | cert_verify_proc_ios.cc | 171 CFArrayRef sct_array_ref, in BuildAndEvaluateSecTrustRef() argument 194 if (sct_array_ref) { in BuildAndEvaluateSecTrustRef() 197 sct_array_ref); in BuildAndEvaluateSecTrustRef() 420 ScopedCFTypeRef<CFMutableArrayRef> sct_array_ref; in VerifyInternal() local 425 sct_array_ref.reset(CFArrayCreateMutable(kCFAllocatorDefault, in VerifyInternal() 428 if (!sct_array_ref) in VerifyInternal() 436 CFArrayAppendValue(sct_array_ref.get(), sct_ref.get()); in VerifyInternal() 449 sct_array_ref.get(), &trust_ref, &final_chain, &is_trusted, &trust_error); in VerifyInternal()
|
/external/cronet/tot/net/cert/ |
D | cert_verify_proc_ios.cc | 171 CFArrayRef sct_array_ref, in BuildAndEvaluateSecTrustRef() argument 194 if (sct_array_ref) { in BuildAndEvaluateSecTrustRef() 197 sct_array_ref); in BuildAndEvaluateSecTrustRef() 420 ScopedCFTypeRef<CFMutableArrayRef> sct_array_ref; in VerifyInternal() local 425 sct_array_ref.reset(CFArrayCreateMutable(kCFAllocatorDefault, in VerifyInternal() 428 if (!sct_array_ref) in VerifyInternal() 436 CFArrayAppendValue(sct_array_ref.get(), sct_ref.get()); in VerifyInternal() 449 sct_array_ref.get(), &trust_ref, &final_chain, &is_trusted, &trust_error); in VerifyInternal()
|