HomeSort by: relevance | last modified time | path
    Searched refs:early_data (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/test/
ext_internal_test.c 73 EXT_ENTRY(early_data),
  /src/crypto/external/bsd/openssl/dist/test/
ext_internal_test.c 70 EXT_ENTRY(early_data),
  /src/external/gpl3/gdb/dist/gdb/
target-descriptions.h 104 Fixed register assignments are taken from EARLY_DATA, which is freed.
114 tdesc_arch_data_up &&early_data,
target-descriptions.c 1030 tdesc_arch_data_up &&early_data,
1043 data->arch_regs = std::move (early_data->arch_regs);
  /src/external/gpl3/gdb.old/dist/gdb/
target-descriptions.h 105 Fixed register assignments are taken from EARLY_DATA, which is freed.
115 tdesc_arch_data_up &&early_data,
target-descriptions.c 1032 tdesc_arch_data_up &&early_data,
1045 data->arch_regs = std::move (early_data->arch_regs);
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem.c 226 if (s->ext.early_data != SSL_EARLY_DATA_REJECTED)
1036 * have accepted early_data. It is present on the client as long
1037 * as we have sent early_data.
1039 return s->ext.early_data == SSL_EARLY_DATA_ACCEPTED
1040 || (!s->server && s->ext.early_data != SSL_EARLY_DATA_NOT_SENT);
extensions.c 1134 * we also have to do this before we decide whether to accept early_data.
1503 * that will be used for early_data so that it is in place for sending early
1504 * data. For client side external PSK not being used for early_data we
1645 * If we get here then the server accepted our early_data but we
1664 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1666 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
extensions_clnt.c 966 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1734 /* ALPN not consistent with the old session so cannot use early_data */
2107 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
2148 * If we used the external PSK for sending early_data then s->early_secret
statem_srvr.c 88 } else if (s->ext.early_data == SSL_EARLY_DATA_ACCEPTED
845 if (SSL_NO_EOED(s) && s->ext.early_data == SSL_EARLY_DATA_ACCEPTED
985 if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED
2263 /* Not consistent so can't be used for early_data */
2302 /* Not consistent so can't be used for early_data */
2398 * we must handle ALPN before we decide whether to accept early_data.
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem.c 196 if (s->ext.early_data != SSL_EARLY_DATA_REJECTED)
988 * have accepted early_data. It is present on the client as long
989 * as we have sent early_data.
991 return s->ext.early_data == SSL_EARLY_DATA_ACCEPTED
992 || (!s->server && s->ext.early_data != SSL_EARLY_DATA_NOT_SENT);
extensions.c 1131 * we also have to do this before we decide whether to accept early_data.
1510 * that will be used for early_data so that it is in place for sending early
1511 * data. For client side external PSK not being used for early_data we
1652 * If we get here then the server accepted our early_data but we
1671 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1673 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
extensions_clnt.c 885 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1628 /* ALPN not consistent with the old session so cannot use early_data */
1948 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
1988 * If we used the external PSK for sending early_data then s->early_secret
extensions_srvr.c 1894 if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED)
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem.c 181 if (s->ext.early_data != SSL_EARLY_DATA_REJECTED)
967 * have accepted early_data. It is present on the client as long
968 * as we have sent early_data.
970 return s->ext.early_data == SSL_EARLY_DATA_ACCEPTED
971 || (!s->server && s->ext.early_data != SSL_EARLY_DATA_NOT_SENT);
extensions.c 1139 * we also have to do this before we decide whether to accept early_data.
1518 * that will be used for early_data so that it is in place for sending early
1519 * data. For client side external PSK not being used for early_data we
1667 * If we get here then the server accepted our early_data but we
1687 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1689 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
extensions_clnt.c 907 s->ext.early_data = SSL_EARLY_DATA_REJECTED;
1672 /* ALPN not consistent with the old session so cannot use early_data */
1964 s->ext.early_data = SSL_EARLY_DATA_ACCEPTED;
2007 * If we used the external PSK for sending early_data then s->early_secret
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 115 static int early_data = 0; variable
911 {"early_data", OPT_EARLY_DATA, '-', "Attempt to read early data"},
1628 early_data = 1;
1692 if (early_data && (www > 0 || rev)) {
1694 "Can't use -early_data in combination with -www, -WWW, -HTTP, or -rev\n");
2476 if (early_data) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 120 static int early_data = 0; variable
972 {"early_data", OPT_EARLY_DATA, '-', "Attempt to read early data"},
1602 early_data = 1;
1641 if (early_data && (www > 0 || rev)) {
1643 "Can't use -early_data in combination with -www, -WWW, -HTTP, or -rev\n");
2396 if (early_data) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 121 static int early_data = 0; variable
1041 { "early_data", OPT_EARLY_DATA, '-', "Attempt to read early data" },
1776 early_data = 1;
1866 if (early_data && rev) {
1868 "Can't use -early_data in combination with -rev\n");
2683 if (early_data) {
3367 if (early_data) {
  /src/external/gpl3/gcc/dist/gcc/
reload.cc 2600 struct decomposition early_data;
2602 early_data = decompose (clobber);
2603 return immune_p (op, clobber, early_data);
3715 struct decomposition early_data;
3717 early_data = decompose (recog_data.operand[i]);
3743 early_data))
2588 struct decomposition early_data; local
3702 struct decomposition early_data; local
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 2599 struct decomposition early_data;
2601 early_data = decompose (clobber);
2602 return immune_p (op, clobber, early_data);
3720 struct decomposition early_data;
3722 early_data = decompose (recog_data.operand[i]);
3748 early_data))
2587 struct decomposition early_data; local
3707 struct decomposition early_data; local
  /src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c 140 else if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED)
1102 * This can happen after a client sends a CH followed by early_data,
  /src/crypto/external/bsd/openssl/dist/ssl/record/
ssl3_record.c 126 else if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED)
596 * Valid early_data that we cannot decrypt will fail here. We treat
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
ssl3_record.c 126 else if (s->ext.early_data != SSL_EARLY_DATA_ACCEPTED)
544 * Valid early_data that we cannot decrypt might fail here as
648 * We assume this is unreadable early_data - we treat it like an

Completed in 76 milliseconds

1 2