/third_party/openssl/test/ssl-tests/ |
D | 06-sni-ticket.cnf | 5 test-0 = 0-sni-session-ticket 6 test-1 = 1-sni-session-ticket 7 test-2 = 2-sni-session-ticket 8 test-3 = 3-sni-session-ticket 9 test-4 = 4-sni-session-ticket 10 test-5 = 5-sni-session-ticket 11 test-6 = 6-sni-session-ticket 12 test-7 = 7-sni-session-ticket 13 test-8 = 8-sni-session-ticket 14 test-9 = 9-sni-session-ticket [all …]
|
D | 27-ticket-appdata.cnf | 5 test-0 = 0-session-ticket-app-data12 6 test-1 = 1-session-ticket-app-data12 7 test-2 = 2-session-ticket-app-data13 8 test-3 = 3-session-ticket-app-data13 11 [0-session-ticket-app-data12] 12 ssl_conf = 0-session-ticket-app-data12-ssl 14 [0-session-ticket-app-data12-ssl] 15 server = 0-session-ticket-app-data12-server 16 client = 0-session-ticket-app-data12-client 17 resume-server = 0-session-ticket-app-data12-server [all …]
|
D | 27-ticket-appdata.cnf.in | 10 ## Test session ticket app data 20 "name" => "session-ticket-app-data12", 40 "name" => "session-ticket-app-data12", 59 "name" => "session-ticket-app-data13", 79 "name" => "session-ticket-app-data13",
|
D | protocol_version.pm | 265 foreach my $ticket ("SessionTicket", "-SessionTicket") { 276 "Options" => $ticket, 281 "Options" => $ticket, 301 "Options" => $ticket,
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_session_ticket_cb.pod | 9 SSL_CTX_decrypt_session_ticket_fn - manage session ticket application data 32 with a session, and placed into a session ticket. Either callback function may 35 B<gen_cb> is the application defined callback invoked when a session ticket is 37 at this time to add application data to the session ticket. The value of B<arg> 41 B<dec_cb> is the application defined callback invoked after session ticket 42 decryption has been attempted and any session ticket application data is 43 available. If ticket decryption was successful then the B<ss> argument contains 45 used to decrypt the session ticket. The B<status> argument is the result of the 46 ticket decryption. See the L</NOTES> section below for further details. The value 52 tickets. It can be called at any time before a session ticket is created to [all …]
|
D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 7 - set a callback for session ticket processing 36 session when session ticket extension is presented in the TLS hello 41 ticket construction state according to RFC5077 Section 4 such that per session 45 In order to reuse a session, a TLS client must send the a session ticket 46 extension to the server. The client can only send exactly one session ticket. 48 ticket information or it starts a full TLS handshake to create a new session 49 ticket. 55 For new sessions tickets, when the client doesn't present a session ticket, or 56 an attempted retrieval of the ticket failed, or a renew option was indicated, 72 When the client presents a session ticket, the callback function with be called [all …]
|
D | SSL_SESSION_has_ticket.pod | 7 - get details about the ticket associated with a session 24 associated with the session ticket. 26 SSL_SESSION_get0_ticket obtains a pointer to the ticket associated with a 27 session. The length of the ticket is written to B<*len>. If B<tick> is non 28 NULL then a pointer to the ticket is written to B<*tick>. The pointer is only 29 valid while the connection is in use. The session (and hence the ticket pointer) 34 SSL_SESSION_has_ticket() returns 1 if session ticket exists or 0 otherwise.
|
D | SSL_CTX_set_num_tickets.pod | 47 ticket be sent when it is safe to do so. New tickets are only allowed to be 49 TLS 1.3 connections. By default, the ticket generation and transmission are 53 SSL_new_session_ticket() was called, the ticket can be sent immediately 59 SSL_new_session_ticket() indicates only that the request to send a ticket was 60 processed, not that the ticket itself was sent. To be notified when the 61 ticket itself is sent, a new-session callback can be registered with 62 L<SSL_CTX_sess_set_new_cb(3)> that will be invoked as the ticket or tickets
|
/third_party/openssl/util/perl/TLSProxy/ |
D | NewSessionTicket.pm | 33 $self->{ticket} = ""; 44 my $ticket = substr($self->data, 6, $ticket_len); 47 $self->ticket($ticket); 58 $data .= pack('n', length($self->ticket)); 59 $data .= $self->ticket; 73 sub ticket subroutine 77 $self->{ticket} = shift; 79 return $self->{ticket};
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
D | NewSessionTicket.pm | 33 $self->{ticket} = ""; 44 my $ticket = substr($self->data, 6, $ticket_len); 47 $self->ticket($ticket); 58 $data .= pack('n', length($self->ticket)); 59 $data .= $self->ticket; 73 sub ticket subroutine 77 $self->{ticket} = shift; 79 return $self->{ticket};
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi… 615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 636 std::string ticket(ticketStr); in mapTicketId() local 639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId() 641 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId() 642 } else if(::isdigit(ticket[0])) { in mapTicketId() 644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId() 646 return ticket; in mapTicketId() 651 const std::string ticket = mapTicketId(ticketStr); in add() local 652 if(fTable.find(ticket) == fTable.end()) { in add() [all …]
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | udbgutil.cpp | 617 …void add(const char *ticket, const char *where, const char16_t *msg, UBool *firstForTicket, UBool … 618 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 639 std::string ticket(ticketStr); in mapTicketId() local 642 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId() 644 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId() 645 } else if(::isdigit(ticket[0])) { in mapTicketId() 647 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId() 649 return ticket; in mapTicketId() 654 const std::string ticket = mapTicketId(ticketStr); in add() local 655 if(fTable.find(ticket) == fTable.end()) { in add() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | udbgutil.cpp | 614 …void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *fi… 615 …void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *fir… 636 std::string ticket(ticketStr); in mapTicketId() local 639 if(ticket.rfind(OLD_CLDR_PREFIX) == 0) { in mapTicketId() 641 ticket.replace(0, uprv_strlen(OLD_CLDR_PREFIX), CLDR_BUG_PREFIX); in mapTicketId() 642 } else if(::isdigit(ticket[0])) { in mapTicketId() 644 ticket.insert(0, ICU_BUG_PREFIX); in mapTicketId() 646 return ticket; in mapTicketId() 651 const std::string ticket = mapTicketId(ticketStr); in add() local 652 if(fTable.find(ticket) == fTable.end()) { in add() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | ticket_bench.cpp | 29 auto ticket = queue.take(); in BENCHMARK_DEFINE_F() local 30 marl::schedule([ticket] { in BENCHMARK_DEFINE_F() 31 ticket.wait(); in BENCHMARK_DEFINE_F() 32 ticket.done(); in BENCHMARK_DEFINE_F()
|
D | ticket_test.cpp | 27 auto ticket = queue.take(); in TEST_P() local 28 marl::schedule([ticket, i, &result, &next] { in TEST_P() 29 ticket.wait(); in TEST_P() 31 ticket.done(); in TEST_P()
|
/third_party/node/src/quic/ |
D | sessionticket.cc | 36 SessionTicket::SessionTicket(Store&& ticket, Store&& transport_params) in SessionTicket() argument 37 : ticket_(std::move(ticket)), in SessionTicket() 57 Local<Value> ticket; in FromV8Value() local 62 if (!des.ReadValue(env->context()).ToLocal(&ticket) || in FromV8Value() 64 !ticket->IsArrayBufferView() || !transport_params->IsArrayBufferView()) { in FromV8Value() 79 return Just(SessionTicket(Store(ticket.As<ArrayBufferView>()), in FromV8Value() 99 const uv_buf_t SessionTicket::ticket() const { in ticket() function in node::quic::SessionTicket
|
/third_party/libwebsockets/plugins/raw-proxy/ |
D | protocol_lws_raw_proxy.c | 44 uint32_t ticket; member 308 pkt.ticket = conn->ticket_next++; in callback_raw_proxy() 341 if (ppkt->ticket != conn->ticket_retired + 1) { in callback_raw_proxy() 343 ppkt->ticket, conn->ticket_retired + 1); in callback_raw_proxy() 355 conn->ticket_retired = ppkt->ticket; in callback_raw_proxy() 368 __func__, ppkt, ppkt ? ppkt->ticket : 0, in callback_raw_proxy() 371 if (ppkt && ppkt->ticket == conn->ticket_retired + 1) in callback_raw_proxy() 465 pkt.ticket = conn->ticket_next++; in callback_raw_proxy() 498 if (ppkt->ticket != conn->ticket_retired + 1) { in callback_raw_proxy() 500 ppkt->ticket, conn->ticket_retired + 1); in callback_raw_proxy() [all …]
|
/third_party/nghttp2/doc/bash_completion/ |
D | nghttpx | 11 …ticket-key-file --tls-ticket-key-memcached --tls-ticket-key-memcached-address-family --tls-ticket-…
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | UnicodeKnownIssues.java | 79 public void logKnownIssue(String path, String ticket, String comment) { in logKnownIssue() argument 89 if (ticket != null && ticket.length() > 0) { in logKnownIssue() 90 Matcher matcher = ICU_TICKET_PATTERN.matcher(ticket); in logKnownIssue() 94 matcher = CLDR_TICKET_PATTERN.matcher(ticket); in logKnownIssue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | primes.cpp | 59 auto ticket = queue.take(); in main() local 75 ticket.wait(); in main() 83 ticket.done(); in main()
|
/third_party/mbedtls/library/ |
D | ssl_ticket.c | 428 unsigned char *ticket = enc_len_p + TICKET_CRYPT_LEN_BYTES; in mbedtls_ssl_ticket_parse() local 472 ticket, enc_len + TICKET_AUTH_TAG_BYTES, in mbedtls_ssl_ticket_parse() 473 ticket, enc_len, &clear_len)) != PSA_SUCCESS) { in mbedtls_ssl_ticket_parse() 482 ticket, enc_len + TICKET_AUTH_TAG_BYTES, in mbedtls_ssl_ticket_parse() 483 ticket, enc_len, &clear_len, in mbedtls_ssl_ticket_parse() 499 if ((ret = mbedtls_ssl_session_load(session, ticket, clear_len)) != 0) { in mbedtls_ssl_ticket_parse()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
D | TestFmwk.java | 189 protected static boolean logKnownIssue(String ticket, String comment) { in logKnownIssue() argument 206 if (ticket != null && ticket.length() > 0) { in logKnownIssue() 208 ticket = ticket.toLowerCase(Locale.ENGLISH); in logKnownIssue() 209 if (ticket.startsWith(CLDR_TICKET_PREFIX)) { in logKnownIssue() 211 ticket = ticket.substring(CLDR_TICKET_PREFIX.length()); in logKnownIssue() 213 ticketLink = (isCldr ? CLDR_TRAC_URL : ICU_TRAC_URL) + ticket; in logKnownIssue()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 508 ** test: secondary tailoring gaps, ICU ticket 9362 535 ** test: tertiary tailoring gaps, ICU ticket 9362 712 ** test: contraction inside extension, ICU ticket 9378 719 ** test: no duplicate tailored CEs for different reset positions with same CEs, ICU ticket 10104 735 ** test: later rule does not affect earlier reset position, ICU ticket 10105 746 ** test: later rule does not affect earlier extension (1), ICU ticket 10105 762 ** test: later rule does not affect earlier extension (2), ICU ticket 10105 773 ** test: later rule does not affect earlier extension (3), ICU ticket 10105 783 ** test: extension contains tailored character, ICU ticket 10105 857 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | collationtest.txt | 508 ** test: secondary tailoring gaps, ICU ticket 9362 535 ** test: tertiary tailoring gaps, ICU ticket 9362 712 ** test: contraction inside extension, ICU ticket 9378 719 ** test: no duplicate tailored CEs for different reset positions with same CEs, ICU ticket 10104 735 ** test: later rule does not affect earlier reset position, ICU ticket 10105 746 ** test: later rule does not affect earlier extension (1), ICU ticket 10105 762 ** test: later rule does not affect earlier extension (2), ICU ticket 10105 773 ** test: later rule does not affect earlier extension (3), ICU ticket 10105 783 ** test: extension contains tailored character, ICU ticket 10105 857 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | collationtest.txt | 508 ** test: secondary tailoring gaps, ICU ticket 9362 535 ** test: tertiary tailoring gaps, ICU ticket 9362 712 ** test: contraction inside extension, ICU ticket 9378 719 ** test: no duplicate tailored CEs for different reset positions with same CEs, ICU ticket 10104 735 ** test: later rule does not affect earlier reset position, ICU ticket 10105 746 ** test: later rule does not affect earlier extension (1), ICU ticket 10105 762 ** test: later rule does not affect earlier extension (2), ICU ticket 10105 773 ** test: later rule does not affect earlier extension (3), ICU ticket 10105 783 ** test: extension contains tailored character, ICU ticket 10105 857 ** test: tailor contraction together with nearly equivalent prefix, ICU ticket 10101 [all …]
|