Searched refs:next_proto_negotiated (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_lib.c3162 if (s->next_proto_negotiated) {
3163 OPENSSL_free(s->next_proto_negotiated);
3164 s->next_proto_negotiated = NULL;
H A Ds3_srvr.c3601 s->next_proto_negotiated = OPENSSL_malloc(proto_len);
3602 if (!s->next_proto_negotiated) {
3607 memcpy(s->next_proto_negotiated, p + 1, proto_len);
H A Dssl_lib.c397 s->next_proto_negotiated = NULL;
661 if (s->next_proto_negotiated)
662 OPENSSL_free(s->next_proto_negotiated);
1698 *data = s->next_proto_negotiated;
H A Dt1_lib.c2715 s->next_proto_negotiated = OPENSSL_malloc(selected_len);
2716 if (!s->next_proto_negotiated) {
2720 memcpy(s->next_proto_negotiated, selected, selected_len);
H A Dssl.h1648 unsigned char *next_proto_negotiated; member in struct:ssl_st
H A Ds3_clnt.c3733 memcpy(d + 5, s->next_proto_negotiated, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_lib.c3162 if (s->next_proto_negotiated) {
3163 OPENSSL_free(s->next_proto_negotiated);
3164 s->next_proto_negotiated = NULL;
H A Ds3_srvr.c3601 s->next_proto_negotiated = OPENSSL_malloc(proto_len);
3602 if (!s->next_proto_negotiated) {
3607 memcpy(s->next_proto_negotiated, p + 1, proto_len);
H A Dssl_lib.c397 s->next_proto_negotiated = NULL;
661 if (s->next_proto_negotiated)
662 OPENSSL_free(s->next_proto_negotiated);
1698 *data = s->next_proto_negotiated;
H A Dt1_lib.c2715 s->next_proto_negotiated = OPENSSL_malloc(selected_len);
2716 if (!s->next_proto_negotiated) {
2720 memcpy(s->next_proto_negotiated, selected, selected_len);
H A Dssl.h1648 unsigned char *next_proto_negotiated; member in struct:ssl_st
H A Ds3_clnt.c3733 memcpy(d + 5, s->next_proto_negotiated, len);

Completed in 149 milliseconds