Home
last modified time | relevance | path

Searched refs:dtls (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector.h195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() argument
196 dtls->ensureCurrentEpoch(current_epoch_); in ensureCurrentEpoch()
202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument
203 ensureCurrentEpoch(dtls); in onLockBefore()
205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() argument
209 return dtls->findLockContext(nodeToIndex(node)); in findLockContext()
213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) {
214 ensureCurrentEpoch(dtls);
216 dtls->addLock(cur_idx, current_epoch_, stk);
[all …]
Dsanitizer_tls_get_addr.cpp38 static __thread DTLS dtls; variable
69 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", &dtls, num_live_dtls); in DTLS_NextBlock()
74 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", &dtls, id); in DTLS_Find()
76 DTLS::DTVBlock *cur = DTLS_NextBlock(&dtls.dtv_block); in DTLS_Find()
85 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", &dtls); in DTLS_Destroy()
87 &dtls.dtv_block, kDestroyedThread, memory_order_release); in DTLS_Destroy()
124 if (dtls.last_memalign_ptr == tls_beg) { in DTLS_on_tls_get_addr()
125 tls_size = dtls.last_memalign_size; in DTLS_on_tls_get_addr()
153 dtls.last_memalign_ptr = reinterpret_cast<uptr>(ptr); in DTLS_on_libc_memalign()
154 dtls.last_memalign_size = size; in DTLS_on_libc_memalign()
[all …]
Dsanitizer_tls_get_addr.h57 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);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp33 DTLS *dtls; member
44 dtls_ = args->dtls; in OnStarted()
56 args.dtls = DTLS_Get(); in ThreadStart()
62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument
73 *dtls = context->dtls(); in GetThreadRangesLocked()
Dlsan_posix.h36 DTLS *dtls() { return dtls_; } in dtls() function
Dlsan_common.cpp285 DTLS *dtls; in ProcessThreads() local
288 &cache_begin, &cache_end, &dtls); in ProcessThreads()
370 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads()
371 ForEachDVT(dtls, [&](const DTLS::DTV &dtv, int id) { in ProcessThreads()
Dlsan_common.h229 uptr *cache_end, DTLS **dtls);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp38 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()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_thread.cpp41 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local
42 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS()
43 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp486 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument
496 *dtls = t->dtls(); in GetThreadRangesLocked()
Dasan_thread.h76 DTLS *dtls() { return dtls_; } in dtls() function
/freebsd-12-stable/crypto/openssl/
DConfigure337 my @dtls = qw(dtls1 dtls1_2);
438 foreach my $proto ((@tls, @dtls))
492 "dtls" => [ @dtls ],
493 sub { 0 == scalar grep { !$disabled{$_} } @dtls }
532 my @list = (reverse @dtls);
695 foreach my $proto ((@tls, @dtls))
705 foreach my $proto (@dtls)
2445 print OUT " dtls => [ ", join(", ", map { quotify("perl", $_) } @dtls), " ],\n";
DINSTALL570 tls1_3, dtls, dtls1 or dtls1_2). If "no-tls" is selected then
572 Similarly "no-dtls" will disable dtls1 and dtls1_2. The
DCHANGES4561 http://www.isg.rhul.ac.uk/~kp/dtls.pdf
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h76 DTLS *dtls() { return dtls_; } in dtls() function
/freebsd-12-stable/crypto/openssl/doc/man1/
Ds_server.pod169 [B<-dtls>]
676 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
679 With B<-dtls>, B<s_server> will negotiate any supported DTLS protocol version,
686 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
Ds_client.pod99 [B<-dtls>]
483 =item B<-dtls>, B<-dtls1>, B<-dtls1_2>
486 With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version,
493 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_parse.c4256 int dtls, in mk_utcinfo() argument
4270 if ( dtlsf != dtls ) in mk_utcinfo()
4291 dtls, dtlsf, ( dtls < dtlsf ) ? "insertion" : "deletion" ); in mk_utcinfo()
4302 snprintf( t, size, "UTC offset parameter: %is, no leap second announced.", dtls ); in mk_utcinfo()
5659 short dtls = (short) getshort((unsigned char *)&mb(12)); in trimbletsip_message() local
5666 mk_utcinfo(t, wnt, wnlsf, dn, dtls, dtlsf, BUFFER_SIZE(pbuffer, t)); in trimbletsip_message()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_lib.c1406 int dtls = SSL_IS_DTLS(s); in version_cmp() local
1410 if (!dtls) in version_cmp()
/freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/
Dfm_pcd_ext.h2436 bool dtls; /**< TRUE if continue to SEC DTLS encryption */ member
/freebsd-12-stable/crypto/openssl/crypto/err/
Dopenssl.txt2696 SSL_R_DTLS_MESSAGE_TOO_BIG:334:dtls message too big
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
Dfm_manip.c4397 tmpReg32 |= (p_Params->dtls) ? FM_PCD_MANIP_CAPWAP_DTLS : 0; in CapwapManip()