/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cpp | 37 dtls.clear(); in ScopedDD() 49 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunBasicTest() local 75 dtls.clear(); in RunBasicTest() 140 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRemoveNodeTest() local 246 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunMultipleEpochsTest() local 291 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunCorrectEpochFlush() local 323 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunTryLockTest() local 350 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunOnFirstLockTest() local 388 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunRecusriveLockTest() local 418 DeadlockDetectorTLS<BV> &dtls = sdd.dtls; in RunLockContextTest() local [all …]
|
/openbsd/regress/lib/libssl/unit/ |
H A D | ssl_methods.c | 26 int dtls; member 34 .dtls = 0, 40 .dtls = 0, 46 .dtls = 0, 53 .dtls = 0, 59 .dtls = 0, 65 .dtls = 0, 72 .dtls = 0, 78 .dtls = 0, 84 .dtls = 0, [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 203 ensureCurrentEpoch(dtls); in onLockBefore() 214 ensureCurrentEpoch(dtls); 242 ensureCurrentEpoch(dtls); in addEdges() 276 ensureCurrentEpoch(dtls); 277 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node); 278 addEdges(dtls, cur_node, stk, 0); 279 onLockAfter(dtls, cur_node, stk); 289 ensureCurrentEpoch(dtls); 299 if (!dtls->empty()) return false; 300 if (dtls->getEpoch() && dtls->getEpoch() == nodeToEpoch(node)) { [all …]
|
H A D | sanitizer_tls_get_addr.cpp | 38 static __thread DTLS dtls; variable 77 DTLS::DTVBlock *cur = DTLS_NextBlock(&dtls.dtv_block); in DTLS_Find() 88 &dtls.dtv_block, kDestroyedThread, memory_order_release); in DTLS_Destroy() 126 if (dtls.last_memalign_ptr == tls_beg) { in DTLS_on_tls_get_addr() 127 tls_size = dtls.last_memalign_size; in DTLS_on_tls_get_addr() 155 dtls.last_memalign_ptr = reinterpret_cast<uptr>(ptr); in DTLS_on_libc_memalign() 156 dtls.last_memalign_size = size; in DTLS_on_libc_memalign() 159 DTLS *DTLS_Get() { return &dtls; } in DTLS_Get() 161 bool DTLSInDestruction(DTLS *dtls) { in DTLSInDestruction() argument 162 return atomic_load(&dtls->dtv_block, memory_order_relaxed) == in DTLSInDestruction() [all …]
|
H A D | sanitizer_tls_get_addr.h | 57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument 59 (DTLS::DTVBlock *)atomic_load(&dtls->dtv_block, memory_order_acquire); in ForEachDVT() 75 bool DTLSInDestruction(DTLS *dtls);
|
/openbsd/lib/libssl/ |
H A D | ssl_methods.c | 64 .dtls = 1, 84 .dtls = 1, 104 .dtls = 1, 124 .dtls = 1, 144 .dtls = 1, 164 .dtls = 1, 247 .dtls = 0, 267 .dtls = 0, 287 .dtls = 0, 307 .dtls = 0, [all …]
|
H A D | ssl_versions.c | 72 if (meth->dtls) { in ssl_version_set_min() 82 if (meth->dtls) { in ssl_version_set_min() 107 if (meth->dtls) { in ssl_version_set_max() 117 if (meth->dtls) { in ssl_version_set_max()
|
H A D | tls12_record_layer.c | 166 int dtls; member 285 rl->dtls = ((version >> 8) == DTLS1_VERSION_MAJOR); in tls12_record_layer_set_version() 378 if (rl->dtls) { in tls12_record_layer_inc_seq_num() 545 if (rl->dtls) in tls12_record_layer_change_read_cipher_state() 577 if (rl->dtls) in tls12_record_layer_change_write_cipher_state() 584 if (rl->dtls) { in tls12_record_layer_change_write_cipher_state() 609 if (rl->dtls) { in tls12_record_layer_build_seq_num() 1068 if (rl->dtls) { in tls12_record_layer_open_record() 1099 if (!rl->dtls) { in tls12_record_layer_open_record() 1275 if (rl->dtls) { in tls12_record_layer_seal_record()
|
H A D | ssl_lib.c | 1056 return s->method->dtls; in SSL_is_dtls() 2681 if (ctx->method->dtls) in SSL_CTX_set_quic_method() 2693 if (ssl->method->dtls) in SSL_set_quic_method()
|
H A D | ssl_ciph.c | 1144 if (ssl_method->dtls) in STACK_OF()
|
H A D | ssl_local.h | 355 int dtls; member
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_posix.cpp | 34 DTLS *dtls; member 45 dtls_ = args->dtls; in OnStarted() 57 args.dtls = DTLS_Get(); in ThreadStart() 63 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument 74 *dtls = context->dtls(); in GetThreadRangesLocked()
|
H A D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
H A D | lsan_common.cpp | 408 DTLS *dtls; in ProcessThreads() local 411 &tls_end, &cache_begin, &cache_end, &dtls); in ProcessThreads() 500 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads() 501 ForEachDVT(dtls, [&](const DTLS::DTV &dtv, int id) { in ProcessThreads()
|
H A D | lsan_common.h | 111 uptr *cache_end, DTLS **dtls);
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local 40 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS() 41 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local 39 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS() 40 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 180 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument 191 *dtls = t->dtls(); in GetThreadRangesLocked()
|
H A D | hwasan_thread.h | 49 DTLS *dtls() { return dtls_; } in dtls() function
|
/openbsd/regress/lib/libssl/record_layer/ |
H A D | record_layer_test.c | 198 do_seq_num_test_tls12(size_t test_no, int dtls, struct seq_num_test *snt) in do_seq_num_test_tls12() argument 208 if (dtls) in do_seq_num_test_tls12()
|
/openbsd/regress/lib/libssl/ |
H A D | Makefile | 9 SUBDIR += dtls
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 494 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument 504 *dtls = t->dtls(); in GetThreadRangesLocked()
|
H A D | asan_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
/openbsd/etc/ |
H A D | services | 235 gre-udp-dtls 4755/udp # GRE-in-UDP Encapsulation with DTLS
|