/aosp_15_r20/external/rust/crates/openssl/src/x509/ |
D | tests.rs | 485 let ca = include_bytes!("../../test/root-ca.pem"); in issued() localVariable 486 let ca = X509::from_pem(ca).unwrap(); in issued() localVariable 524 let ca = include_bytes!("../../test/root-ca.pem"); in test_verify_cert() localVariable 525 let ca = X509::from_pem(ca).unwrap(); in test_verify_cert() localVariable 545 let ca = include_bytes!("../../test/alt_name_cert.pem"); in test_verify_fails() localVariable 546 let ca = X509::from_pem(ca).unwrap(); in test_verify_fails() localVariable 564 let ca = include_bytes!("../../test/root-ca.pem"); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable 565 let ca = X509::from_pem(ca).unwrap(); in test_verify_fails_with_crl_flag_set_and_no_crl() localVariable 591 let ca = include_bytes!("../../test/root-ca.pem"); in test_verify_cert_with_purpose() localVariable 592 let ca = X509::from_pem(ca).unwrap(); in test_verify_cert_with_purpose() localVariable [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | SimpleCursorAdapterTest.java | 93 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testCreateLive() local 104 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); in testCreateNull() local 115 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorLive() local 134 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); in testChangeCursorNull() local 153 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, in testChangeCursorColumns() local 179 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, null, null); in testNullConstructor() local 189 … TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, null, null, null); in testChangeNullToMapped() local 212 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, in testChangeMapping() local
|
/aosp_15_r20/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/ |
H A D | any_cast_pointer.pass.cpp | 42 any const& ca = a; in test_cast_is_noexcept() local 52 any const& ca = a; in test_cast_return_type() local 63 any const* ca = nullptr; in test_cast_nullptr() local 75 any const& ca = a; in test_cast_empty() local 86 any const& ca = a; in test_cast_empty() local 98 any const& ca = a; in test_cast() local 153 std::any const& ca = a; in test_cast_non_copyable_type() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | v3_purp.c | 126 int X509_check_purpose(X509 *x, int id, int ca) { in X509_check_purpose() 404 static int check_purpose(const X509 *x, int ca, int required_xku, in check_purpose() 416 int ca) { in check_purpose_ssl_client() 433 int ca) { in check_purpose_ssl_server() 438 int ca) { in check_purpose_ns_ssl_server() 444 int ca) { in check_purpose_smime_sign() 450 int ca) { in check_purpose_smime_encrypt() 455 int ca) { in check_purpose_crl_sign() 460 int ca) { in check_purpose_timestamp_sign() 496 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) { return 1; } in no_check()
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | v3_purp.c | 126 int X509_check_purpose(X509 *x, int id, int ca) { in X509_check_purpose() 404 static int check_purpose(const X509 *x, int ca, int required_xku, in check_purpose() 416 int ca) { in check_purpose_ssl_client() 433 int ca) { in check_purpose_ssl_server() 438 int ca) { in check_purpose_ns_ssl_server() 444 int ca) { in check_purpose_smime_sign() 450 int ca) { in check_purpose_smime_encrypt() 455 int ca) { in check_purpose_crl_sign() 460 int ca) { in check_purpose_timestamp_sign() 496 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) { return 1; } in no_check()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/any/any.nonmembers/any.cast/ |
H A D | any_cast_pointer.pass.cpp | 31 const std::any& ca = a; in test_cast_is_noexcept() local 41 const std::any& ca = a; in test_cast_return_type() local 52 const std::any *ca = nullptr; in test_cast_nullptr() local 64 const std::any& ca = a; in test_cast_empty() local 75 const std::any& ca = a; in test_cast_empty() local 87 const std::any& ca = a; in test_cast() local 142 std::any const& ca = a; in test_cast_non_copyable_type() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 143 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 628 int ca) in check_purpose_ssl_client() 652 int ca) in check_purpose_ssl_server() 669 int ca) in check_purpose_ns_ssl_server() 683 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 703 int ca) in check_purpose_smime_sign() 715 int ca) in check_purpose_smime_encrypt() 727 int ca) in check_purpose_crl_sign() 742 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 751 int ca) in check_purpose_timestamp_sign() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_purp.c | 143 int X509_check_purpose(X509 *x, int id, int ca) in X509_check_purpose() 628 int ca) in check_purpose_ssl_client() 652 int ca) in check_purpose_ssl_server() 669 int ca) in check_purpose_ns_ssl_server() 683 static int purpose_smime(const X509 *x, int ca) in purpose_smime() 703 int ca) in check_purpose_smime_sign() 715 int ca) in check_purpose_smime_encrypt() 727 int ca) in check_purpose_crl_sign() 742 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) in ocsp_helper() 751 int ca) in check_purpose_timestamp_sign() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 94 static inline void bictcp_reset(struct bictcp *ca) in bictcp_reset() 164 struct bictcp *ca = inet_csk_ca(sk); in bictcp_hystart_reset() local 176 struct bictcp *ca = inet_csk_ca(sk); in BPF_PROG() local 192 struct bictcp *ca = inet_csk_ca(sk); in BPF_PROG() local 266 static __always_inline void bictcp_update(struct bictcp *ca, __u32 cwnd, in bictcp_update() 384 struct bictcp *ca = inet_csk_ca(sk); in BPF_STRUCT_OPS() local 403 struct bictcp *ca = inet_csk_ca(sk); in BPF_STRUCT_OPS() local 450 struct bictcp *ca = inet_csk_ca(sk); in hystart_update() local 497 struct bictcp *ca = inet_csk_ca(sk); in BPF_STRUCT_OPS() local
|
H A D | bpf_dctcp.c | 52 struct dctcp *ca) in dctcp_reset() 64 struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local 110 struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local 121 struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local 149 struct dctcp *ca = inet_csk_ca(sk); in dctcp_react_to_loss() local 207 struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local 226 const struct dctcp *ca = inet_csk_ca(sk); in BPF_PROG() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | pkcs12.rs | 56 let mut ca = ptr::null_mut(); in parse2() localVariable 68 let ca = Stack::from_ptr_opt(ca); in parse2() localVariable 121 pub ca: Option<Stack<X509>>, field 129 ca: Option<Stack<X509>>, field 164 pub fn ca(&mut self, ca: Stack<X509>) -> &mut Self { in ca() method 233 let ca = self in build2() localVariable 391 let ca = include_bytes!("../test/root-ca.pem"); in create_only_ca() localVariable 392 let ca = X509::from_pem(ca).unwrap(); in create_only_ca() localVariable
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtConstructor.java | 162 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local 264 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local 295 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 367 CodeAttribute ca = minfo.getCodeAttribute(); in toMethod() local 384 private static void removeConsCall(CodeAttribute ca) in removeConsCall()
|
H A D | CtBehavior.java | 493 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local 616 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local 676 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local 774 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBefore() local 845 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAfter() local 1108 CodeAttribute ca = methodInfo.getCodeAttribute(); in addCatch() local 1148 int getStartPosOfBody(CodeAttribute ca) throws CannotCompileException { in getStartPosOfBody() 1200 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertAt() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/tests/ |
D | integration.rs | 41 let ca = include_bytes!("netflix/ca.der"); in netflix() localVariable 59 let ca = include_bytes!("ed25519/ca.der"); in ed25519() localVariable 76 let ca = include_bytes!("misc/serial_zero.der"); in read_root_with_zero_serial() localVariable 83 let ca = include_bytes!("misc/serial_neg.der"); in read_root_with_neg_serial() localVariable
|
/aosp_15_r20/packages/apps/SecureElement/src/com/android/se/security/ |
D | AccessRuleCache.java | 163 ChannelAccess ca = mRuleCache.get(refDo); in putWithMerge() local 245 ChannelAccess ca = findAccessRuleInternal(aid, appCertHashes); in findAccessRule() local 304 ChannelAccess ca = new ChannelAccess(); in findAccessRuleInternal() local 347 ChannelAccess ca = new ChannelAccess(); in findAccessRuleInternal() local
|
D | ChannelAccess.java | 54 ChannelAccess ca = new ChannelAccess(); in clone() local 138 ChannelAccess ca = new ChannelAccess(); in getPrivilegeAccess() local 151 ChannelAccess ca = new ChannelAccess(); in getCarrierPrivilegeAccess() local
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/serialization/ |
H A D | WildcardClassNameMatcherTest.java | 33 final ClassNameMatcher ca = new WildcardClassNameMatcher("org.foo"); in noPattern() local 41 final ClassNameMatcher ca = new WildcardClassNameMatcher("org*"); in star() local 48 final ClassNameMatcher ca = new WildcardClassNameMatcher("org?apache?something*"); in starAndQuestionMark() local
|
H A D | RegexpClassNameMatcherTest.java | 46 final ClassNameMatcher ca = new RegexpClassNameMatcher("foo.*|bar.*"); in testOrPattern() local 54 final ClassNameMatcher ca = new RegexpClassNameMatcher(Pattern.compile("foo.*")); in testSimplePatternFromPattern() local 61 final ClassNameMatcher ca = new RegexpClassNameMatcher("foo.*"); in testSimplePatternFromString() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/ |
H A D | BasicConstraintsExtension.java | 68 private boolean ca = false; field in BasicConstraintsExtension 94 public BasicConstraintsExtension(boolean ca, int len) throws IOException { in BasicConstraintsExtension() 105 public BasicConstraintsExtension(Boolean critical, boolean ca, int len) in BasicConstraintsExtension()
|
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_pixarlog.c | 123 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulateF() local 194 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate12() local 270 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate16() local 330 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate11() local 392 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8() local 449 register unsigned int cr, cg, cb, ca, mask; in horizontalAccumulate8abgr() local
|
/aosp_15_r20/external/curl/lib/ |
H A D | curl_addrinfo.c | 81 struct Curl_addrinfo *ca; in Curl_freeaddrinfo() local 115 struct Curl_addrinfo *ca; in Curl_getaddrinfo_ex() local 565 struct Curl_addrinfo *ca; in Curl_addrinfo_set_port() local
|
/aosp_15_r20/external/libsrtp2/crypto/test/ |
H A D | cipher_driver.c | 439 srtp_err_status_t cipher_array_alloc_init(srtp_cipher_t ***ca, in cipher_array_alloc_init() 568 void cipher_array_test_throughput(srtp_cipher_t *ca[], int num_cipher) in cipher_array_test_throughput() 588 srtp_cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
|
/aosp_15_r20/external/skia/resources/skottie/ |
H A D | skottie-text-allcaps.json | 45 "ca": 0, number 66 "ca": 1, number 87 "ca": 0, number 108 "ca": 1, number
|
/aosp_15_r20/external/libcxx/test/std/utilities/utility/forward/ |
H A D | forward.fail.cpp | 36 const A ca = A(); in main() local 43 const A ca = A(); in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/utility/forward/ |
H A D | forward.verify.cpp | 29 const A ca = A(); in main() local 36 const A ca = A(); in main() local
|