HomeSort by: relevance | last modified time | path
    Searched defs:next_proto (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_srvr.c 4373 * It sets the next_proto member in s if found
4377 PACKET next_proto, padding; local
4387 if (!PACKET_get_length_prefixed_1(pkt, &next_proto)
4394 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) {
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_srvr.c 4063 * It sets the next_proto member in s if found
4067 PACKET next_proto, padding; local
4077 if (!PACKET_get_length_prefixed_1(pkt, &next_proto)
4084 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_srvr.c 4228 * It sets the next_proto member in s if found
4232 PACKET next_proto, padding; local
4242 if (!PACKET_get_length_prefixed_1(pkt, &next_proto)
4250 if (!PACKET_memdup(&next_proto, &s->ext.npn, &next_proto_len)) {
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 661 tlsextnextprotoctx *next_proto = arg; local
663 *data = next_proto->data;
664 *len = next_proto->len;
1153 tlsextnextprotoctx next_proto = { NULL, 0 }; local
1946 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1947 if (next_proto.data == NULL)
2210 if (next_proto.data)
2212 &next_proto);
2470 OPENSSL_free(next_proto.data)
    [all...]
s_client.c 292 static tlsextnextprotoctx next_proto; variable
1803 next_proto.status = -1;
1805 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1806 if (next_proto.data == NULL) {
1811 next_proto.data = NULL;
2052 if (next_proto.data != NULL)
2053 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
3385 OPENSSL_free(next_proto.data);
3625 if (next_proto.status != -1)
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 246 static tlsextnextprotoctx next_proto; variable
1597 next_proto.status = -1;
1599 next_proto.data =
1600 next_protos_parse(&next_proto.len, next_proto_neg_in);
1601 if (next_proto.data == NULL) {
1606 next_proto.data = NULL;
1842 if (next_proto.data != NULL)
1843 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
3092 OPENSSL_free(next_proto.data);
3279 if (next_proto.status != -1)
    [all...]
s_server.c 636 tlsextnextprotoctx *next_proto = arg; local
638 *data = next_proto->data;
639 *len = next_proto->len;
1020 tlsextnextprotoctx next_proto = { NULL, 0 }; local
1762 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1763 if (next_proto.data == NULL)
2021 if (next_proto.data)
2023 &next_proto);
2262 OPENSSL_free(next_proto.data)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 380 static tlsextnextprotoctx next_proto; variable
1651 next_proto.status = -1;
1653 next_proto.data =
1654 next_protos_parse(&next_proto.len, next_proto_neg_in);
1655 if (next_proto.data == NULL) {
1660 next_proto.data = NULL;
1877 if (next_proto.data != NULL)
1878 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
3150 OPENSSL_free(next_proto.data);
3316 if (next_proto.status != -1)
    [all...]
s_server.c 683 tlsextnextprotoctx *next_proto = arg; local
685 *data = next_proto->data;
686 *len = next_proto->len;
1027 tlsextnextprotoctx next_proto = { NULL, 0 }; local
1712 next_proto.data = next_protos_parse(&next_proto.len, next_proto_neg_in);
1713 if (next_proto.data == NULL)
1964 if (next_proto.data)
1966 &next_proto);
2194 OPENSSL_free(next_proto.data)
    [all...]

Completed in 50 milliseconds