Home
last modified time | relevance | path

Searched defs:ctx2 (Results 1 – 23 of 23) sorted by relevance

/external/libchrome/crypto/
Dsecure_hash_unittest.cc57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone()); in TEST() local
99 std::unique_ptr<crypto::SecureHash> ctx2( in TEST() local
/external/openscreen/util/crypto/
Dsecure_hash_unittest.cc53 SecureHash ctx2 = ctx1; in TEST() local
94 SecureHash ctx2(EVP_sha256()); in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-context-04.kt14 newSingleThreadContext("Ctx2").use { ctx2 -> in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DExecutorsTest.kt87 val ctx2 = newSingleThreadContext("Ctx2") in <lambda>() constant
/external/libepoxy/test/
Dwgl_per_context_funcptrs.c47 static HGLRC ctx1, ctx2, current_context; variable
/external/boringssl/src/crypto/digest_extra/
Ddigest_test.cc309 SHA256_CTX ctx2; in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/digest_extra/
Ddigest_test.cc304 SHA256_CTX ctx2; in TEST() local
/external/boringssl/src/crypto/cmac/
Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/cmac/
Dcmac_test.cc65 bssl::UniquePtr<CMAC_CTX> ctx2(CMAC_CTX_new()); in test() local
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c96 struct stw_context *ctx2; in DrvShareLists() local
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker_unittest.cc327 AllocationContext ctx2; in TEST_F() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc190 bssl::ScopedEVP_CIPHER_CTX ctx2; in TestOperation() local
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc190 bssl::ScopedEVP_CIPHER_CTX ctx2; in TestOperation() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c5363 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_m1()
5385 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_m3()
5565 void (*cb)(void *ctx1, void *ctx2), in wpa_auth_resend_group_m1()
/external/selinux/libsepol/src/
Dmls.c672 context_struct_t *ctx1 = NULL, *ctx2 = NULL; in sepol_mls_contains() local
Dkernel_to_conf.c2572 char *name, *ctx1, *ctx2; in write_selinux_netif_rules_to_conf() local
Dkernel_to_cil.c2700 char *name, *ctx1, *ctx2; in write_selinux_netif_rules_to_cil() local
/external/angle/src/tests/gl_tests/
DMultithreadingTest.cpp239 EGLContext ctx2 = window->createContext(EGL_NO_CONTEXT); in TEST_P() local
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java713 Context ctx2 = capturedContexts.poll(); in interceptors() local
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp34 bool mlirContextEqual(MlirContext ctx1, MlirContext ctx2) { in mlirContextEqual()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c2411 static void restore_tk(void *ctx1, void *ctx2) in restore_tk()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java516 …static native int X509_check_issued(long ctx, OpenSSLX509Certificate holder, long ctx2, OpenSSLX50… in X509_check_issued()
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java500 …static native int X509_check_issued(long ctx, OpenSSLX509Certificate holder, long ctx2, OpenSSLX50… in X509_check_issued()