Home
last modified time | relevance | path

Searched refs:ticket (Results 1 - 25 of 61) sorted by relevance

123

/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm33 $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/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm33 $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/
H A Dudbgutil.cpp614 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
615 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
636 std::string ticket(ticketStr); in mapTicketId()
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) in add()
675 const std::string ticket = mapTicketId(ticketStr); add() local
729 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
741 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dudbgutil.cpp617 void add(const char *ticket, const char *where, const char16_t *msg, UBool *firstForTicket, UBool *firstForWhere);
618 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
639 std::string ticket(ticketStr); in mapTicketId()
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) in add()
678 const std::string ticket = mapTicketId(ticketStr); add() local
732 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const char16_t *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
744 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dudbgutil.cpp614 void add(const char *ticket, const char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere);
615 void add(const char *ticket, const char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere);
636 std::string ticket(ticketStr); in mapTicketId()
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) in add()
675 const std::string ticket = mapTicketId(ticketStr); add() local
729 udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_openU() argument
741 udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket, UBool *firstForWhere) udbg_knownIssue_open() argument
[all...]
H A Dudbgutil.h121 U_CAPI void *udbg_knownIssue_openU(void *ptr, const char *ticket, char *where, const UChar *msg, UBool *firstForTicket,
130 U_CAPI void *udbg_knownIssue_open(void *ptr, const char *ticket, char *where, const char *msg, UBool *firstForTicket,
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dticket_bench.cpp20 #include "marl/ticket.h"
29 auto ticket = queue.take(); in BENCHMARK_DEFINE_F()
30 marl::schedule([ticket] { in BENCHMARK_DEFINE_F()
31 ticket.wait(); in BENCHMARK_DEFINE_F()
32 ticket.done(); in BENCHMARK_DEFINE_F()
H A Dticket_test.cpp17 #include "marl/ticket.h"
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/libwebsockets/plugins/raw-proxy/
H A Dprotocol_lws_raw_proxy.c44 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, con in callback_raw_proxy()
[all...]
/third_party/node/src/quic/
H A Dsessionticket.cc36 SessionTicket::SessionTicket(Store&& ticket, Store&& transport_params) in SessionTicket() argument
37 : ticket_(std::move(ticket)), in SessionTicket()
43 THROW_ERR_INVALID_ARG_TYPE(env, "The ticket must be an ArrayBufferView."); in FromV8Value()
53 THROW_ERR_INVALID_ARG_VALUE(env, "The ticket format is invalid."); in FromV8Value()
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()
67 // error we want to expose to the user is that the ticket format in FromV8Value()
70 THROW_ERR_INVALID_ARG_VALUE(env, "The ticket format is invalid."); in FromV8Value()
75 THROW_ERR_INVALID_ARG_VALUE(env, "The ticket forma in FromV8Value()
99 const uv_buf_t SessionTicket::ticket() const { ticket() function in node::quic::SessionTicket
[all...]
H A Dtlscontext.cc440 // If there is nothing listening for the session ticket, don't both emitting. in OnNewSession()
443 // Pre-fight to see how much space we need to allocate for the session ticket. in OnNewSession()
447 // Generate the actual ticket. If this fails, we'll simply carry on without in OnNewSession()
448 // emitting the ticket. in OnNewSession()
449 std::shared_ptr<BackingStore> ticket = in OnNewSession() local
451 unsigned char* data = reinterpret_cast<unsigned char*>(ticket->Data()); in OnNewSession()
453 session_->EmitSessionTicket(Store(std::move(ticket), size)); in OnNewSession()
455 // If size == 0, there's no session ticket data to emit. Let's ignore it in OnNewSession()
480 uv_buf_t buf = sessionTicket.ticket(); in MaybeSetEarlySession()
481 crypto::SSLSessionPointer ticket in MaybeSetEarlySession() local
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DUnicodeKnownIssues.java60 * Match all linkable ticket patterns
73 * @param ticket A ticket number string. For an ICU ticket, use "ICU-10245".
74 * For a CLDR ticket, use "CLDR-12345".
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()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dprimes.cpp21 #include "marl/ticket.h"
51 // Create a ticket queue. This will be used to ensure that the primes are in main()
58 // Take a ticket from the ticket queue for this task. in main()
59 auto ticket = queue.take(); in main() local
72 // Wait until the ticket is called. This ensures that the primes are in main()
74 // other tasks to be executed while waiting for this ticket to be called. in main()
75 ticket.wait(); in main()
82 // Call the next ticket so that those primes can be printed. in main()
83 ticket in main()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java174 static final String ICU_TRAC_URL = "http://bugs.icu-project.org/trac/ticket/";
175 static final String CLDR_TRAC_URL = "http://unicode.org/cldr/trac/ticket/";
183 * @param ticket A ticket number string. For an ICU ticket, use numeric characters only,
184 * such as "10245". For a CLDR ticket, use prefix "cldrbug:" followed by ticket number,
189 protected static boolean logKnownIssue(String ticket, String comment) { in logKnownIssue() argument
195 // See http://bugs.icu-project.org/trac/ticket/12589 in logKnownIssue()
206 if (ticket ! in logKnownIssue()
[all...]
/third_party/openssl/test/ssl-tests/
H A Dprotocol_version.pm265 foreach my $ticket ("SessionTicket", "-SessionTicket") {
276 "Options" => $ticket,
281 "Options" => $ticket,
301 "Options" => $ticket,
/third_party/mbedtls/library/
H A Dssl_ticket.c152 * Rotate active session ticket encryption key
286 * Create session ticket, with the following structure:
293 * } ticket;
416 * Load session ticket (see mbedtls_ssl_ticket_write for structure)
429 unsigned char *ticket = enc_len_p + TICKET_CRYPT_LEN_BYTES; in mbedtls_ssl_ticket_parse() local
473 ticket, enc_len + TICKET_AUTH_TAG_BYTES, in mbedtls_ssl_ticket_parse()
474 ticket, enc_len, &clear_len)) != PSA_SUCCESS) { in mbedtls_ssl_ticket_parse()
483 ticket, enc_len + TICKET_AUTH_TAG_BYTES, in mbedtls_ssl_ticket_parse()
484 ticket, enc_len, &clear_len, in mbedtls_ssl_ticket_parse()
500 if ((ret = mbedtls_ssl_session_load(session, ticket, clear_le in mbedtls_ssl_ticket_parse()
[all...]
H A Dssl_tls13_client.c686 session != NULL && session->ticket != NULL && in ssl_tls13_has_configured_ticket()
716 *identity = session->ticket; in ssl_tls13_ticket_get_identity()
934 /* The ticket age has been checked to be smaller than the in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext()
937 * cast to `uint32_t` of the ticket age is safe. */ in mbedtls_ssl_tls13_write_identities_of_pre_shared_key_ext()
2249 * In case the client has proposed a PSK associated with a ticket, in ssl_tls13_process_encrypted_extensions()
2251 * identifier of the ciphersuite associated with the ticket. This is that in ssl_tls13_process_encrypted_extensions()
2254 * ticket ciphersuite (see above). This information is not needed in ssl_tls13_process_encrypted_extensions()
2827 * opaque ticket<1..2^16-1>;
2843 unsigned char *ticket; in ssl_tls13_parse_new_session_ticket() local
2883 MBEDTLS_SSL_DEBUG_BUF(3, "received ticket", in ssl_tls13_parse_new_session_ticket()
[all...]
H A Dssl_tls12_client.c372 ("client hello, adding session ticket extension")); in ssl_write_session_ticket_ext()
374 /* The addition is safe here since the ticket length is 16 bit. */ in ssl_write_session_ticket_ext()
385 if (ssl->session_negotiate->ticket == NULL || tlen == 0) { in ssl_write_session_ticket_ext()
390 ("sending session ticket of length %" MBEDTLS_PRINTF_SIZET, tlen)); in ssl_write_session_ticket_ext()
392 memcpy(p, ssl->session_negotiate->ticket, tlen); in ssl_write_session_ticket_ext()
793 ("non-matching session ticket extension")); in ssl_parse_session_ticket_ext()
3380 unsigned char *ticket; in ssl_parse_new_session_ticket() local
3383 MBEDTLS_SSL_DEBUG_MSG(2, ("=> parse new session ticket")); in ssl_parse_new_session_ticket()
3391 MBEDTLS_SSL_DEBUG_MSG(1, ("bad new session ticket message")); in ssl_parse_new_session_ticket()
3402 * opaque ticket< in ssl_parse_new_session_ticket()
[all...]
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c95 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap);
700 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap) in vlog_knownIssue() argument
710 knownList = udbg_knownIssue_open(knownList, ticket, gTestName, buf, in vlog_knownIssue()
714 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
716 log_verbose("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
811 log_knownIssue(const char *ticket, const char *pattern, ...) { in log_knownIssue() argument
814 return vlog_knownIssue(ticket, pattern, ap); in log_knownIssue()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c94 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap);
698 static UBool vlog_knownIssue(const char *ticket, const char *pattern, va_list ap) in vlog_knownIssue() argument
708 knownList = udbg_knownIssue_open(knownList, ticket, gTestName, buf, in vlog_knownIssue()
712 log_info("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
714 log_verbose("(Known issue %s) %s\n", ticket, buf); in vlog_knownIssue()
809 log_knownIssue(const char *ticket, const char *pattern, ...) { in log_knownIssue() argument
812 return vlog_knownIssue(ticket, pattern, ap); in log_knownIssue()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dticket.h32 // The first ticket to be taken from a queue will be in the 'called' state,
35 // Ticket::wait() will block until the ticket is called.
37 // Ticket::done() moves the ticket into the 'finished' state. If all preceeding
38 // tickets are finished, done() will call the next unfinished ticket.
40 // If the last remaining reference to an unfinished ticket is dropped then
41 // done() will be automatically called on that ticket.
50 // auto ticket = queue.take();
53 // ticket.wait(); // <- serialize tasks
55 // ticket.done(); // <- optional, as done() is called implicitly on
70 // take() returns a single ticket fro
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.h172 * @param ticket ticket string, "ICU-12345" or "CLDR-1234"
176 UBool logKnownIssue( const char *ticket, const UnicodeString &message );
181 * @param ticket ticket string, "ICU-12345" or "CLDR-1234"
184 UBool logKnownIssue( const char *ticket );
189 * @param ticket ticket string, "ICU-12345" or "CLDR-1234"
193 UBool logKnownIssue( const char *ticket, const char *fmt, ...);
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h238 * @param ticket ticket number such as "ICU-12345" for ICU tickets or "CLDR-6636" for CLDR tickets.
244 log_knownIssue(const char *ticket, const char *fmt, ...);

Completed in 32 milliseconds

123