HomeSort by relevance Sort by last modified time
    Searched full:cert_array (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/android/
network_library.cc 55 ScopedJavaLocalRef<jbyteArray> cert_array = ToJavaByteArray(env, cert, len); local
56 DCHECK(!cert_array.is_null());
57 Java_AndroidNetworkLibrary_addTestRootCertificate(env, cert_array.obj());
  /external/chromium_org/net/cert/
cert_verify_proc_mac.cc 351 // in |cert_array|, using the verification policies in |trust_policies|. On
356 // Note: An OK return does not mean that |cert_array| is trusted, merely that
361 int BuildAndEvaluateSecTrustRef(CFArrayRef cert_array,
369 OSStatus status = SecTrustCreateWithCertificates(cert_array, trust_policies,
480 // Attempts to re-verify |cert_array| after adjusting the inputs to work around
487 CFArrayRef cert_array,
514 CFArrayAppendArray(adjusted_cert_array, cert_array,
550 ScopedCFTypeRef<CFArrayRef> cert_array(cert->CreateOSCertChainForCert());
562 cert_array, trust_policies, flags, &trust_ref, &trust_result,
569 cert_array, trust_policies, flags, &trust_ref, &trust_result
    [all...]

Completed in 401 milliseconds