/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/ |
D | root_darwin.go | 20 macOS.CFArrayAppendValue(certs, leaf) 31 macOS.CFArrayAppendValue(certs, sc) 41 macOS.CFArrayAppendValue(policies, sslPolicy)
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | x509_util_apple.cc | 80 CFArrayAppendValue(cert_list.get(), sec_cert.get()); in CreateSecCertificateArrayForX509Certificate() 90 CFArrayAppendValue(cert_list.get(), intermediate_cert.get()); in CreateSecCertificateArrayForX509Certificate() 161 CFArrayAppendValue(chain.get(), SecTrustGetCertificateAtIndex(trust, i)); in CertificateChainFromSecTrust()
|
H A D | cert_verify_proc_ios.cc | 152 CFArrayAppendValue(local_policies.get(), ssl_policy.get()); in CreateTrustPolicies() 154 CFArrayAppendValue(local_policies.get(), ssl_policy.get()); in CreateTrustPolicies() 440 CFArrayAppendValue(sct_array_ref.get(), sct_ref.get()); in VerifyInternal()
|
H A D | test_keychain_search_list_mac.cc | 52 CFArrayAppendValue(scoped_keychain_search_list.get(), keychain); in AddKeychain()
|
H A D | test_root_certs_ios.cc | 29 CFArrayAppendValue(temporary_roots_.get(), os_cert.get()); in AddImpl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | low_level.py | 94 CoreFoundation.CFArrayAppendValue(cf_arr, cf_str) 184 CoreFoundation.CFArrayAppendValue(cert_array, cert) 369 CoreFoundation.CFArrayAppendValue(trust_chain, item)
|
D | bindings.py | 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] 393 CoreFoundation.CFArrayAppendValue.restype = None
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | low_level.py | 94 CoreFoundation.CFArrayAppendValue(cf_arr, cf_str) 184 CoreFoundation.CFArrayAppendValue(cert_array, cert) 369 CoreFoundation.CFArrayAppendValue(trust_chain, item)
|
D | bindings.py | 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] 393 CoreFoundation.CFArrayAppendValue.restype = None
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | low_level.py | 94 CoreFoundation.CFArrayAppendValue(cf_arr, cf_str) 184 CoreFoundation.CFArrayAppendValue(cert_array, cert) 369 CoreFoundation.CFArrayAppendValue(trust_chain, item)
|
D | bindings.py | 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] 393 CoreFoundation.CFArrayAppendValue.restype = None
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/_securetransport/ |
D | low_level.py | 94 CoreFoundation.CFArrayAppendValue(cf_arr, cf_str) 184 CoreFoundation.CFArrayAppendValue(cert_array, cert) 369 CoreFoundation.CFArrayAppendValue(trust_chain, item)
|
D | bindings.py | 392 CoreFoundation.CFArrayAppendValue.argtypes = [CFMutableArrayRef, c_void_p] 393 CoreFoundation.CFArrayAppendValue.restype = None
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | fake_apple_keychain_v2.mm | 204 CFArrayAppendValue(items.get(), item_copy.get()); 287 CFArrayAppendValue(
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/internal/macos/ |
D | corefoundation.go | 168 func CFArrayAppendValue(array CFRef, val CFRef) { func
|
/aosp_15_r20/external/libchrome/components/policy/core/common/ |
H A D | policy_test_utils.cc | 128 CFArrayAppendValue(array, cf_value); in ValueToProperty()
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | network_change_notifier_apple_unittest.cc | 119 CFArrayAppendValue(array.get(), entry_key.get()); in SimulateDynamicStoreCallback()
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | objcmt-arc-cf-annotations.m | 92 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); function 465 CFArrayAppendValue(A, s1); 1044 // CFArrayAppendValue keeps a reference to value. 1045 CFArrayAppendValue(x, value);
|
H A D | objcmt-arc-cf-annotations.m.result | 98 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); 501 CFArrayAppendValue(A, s1); 1086 // CFArrayAppendValue keeps a reference to value. 1087 CFArrayAppendValue(x, value);
|
/aosp_15_r20/external/curl/lib/vtls/ |
H A D | sectransp.c | 1108 CFArrayAppendValue(alpnArr, cstr); 1514 CFArrayAppendValue(array, cacert);
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | retain-release-inline.m | 47 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); function
|
H A D | retain-release-gc-only.m | 37 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); function
|
H A D | retain-release.mm | 70 extern void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); function
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/mac/ |
H A D | screen_capturer_mac.mm | 83 CFArrayAppendValue(returned_array, reinterpret_cast<void*>(id));
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-coretext-shape.cc | 734 CFArrayAppendValue (features_array, dict); in _hb_coretext_shape()
|