Searched refs:alpn_client_proto_list (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_lib.c400 if (s->ctx->alpn_client_proto_list) {
401 s->alpn_client_proto_list =
403 if (s->alpn_client_proto_list == NULL)
405 memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list,
642 if (s->alpn_client_proto_list)
643 OPENSSL_free(s->alpn_client_proto_list);
1757 if (ctx->alpn_client_proto_list)
1758 OPENSSL_free(ctx->alpn_client_proto_list);
1760 ctx->alpn_client_proto_list
[all...]
H A Dssl.h1173 unsigned char *alpn_client_proto_list; member in struct:ssl_ctx_st
1685 unsigned char *alpn_client_proto_list; member in struct:ssl_st
H A Dt1_lib.c1534 if (s->alpn_client_proto_list && !s->s3->tmp.finish_md_len) {
1540 memcpy(ret, s->alpn_client_proto_list, s->alpn_client_proto_list_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_lib.c400 if (s->ctx->alpn_client_proto_list) {
401 s->alpn_client_proto_list =
403 if (s->alpn_client_proto_list == NULL)
405 memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list,
642 if (s->alpn_client_proto_list)
643 OPENSSL_free(s->alpn_client_proto_list);
1757 if (ctx->alpn_client_proto_list)
1758 OPENSSL_free(ctx->alpn_client_proto_list);
1760 ctx->alpn_client_proto_list
[all...]
H A Dssl.h1173 unsigned char *alpn_client_proto_list; member in struct:ssl_ctx_st
1685 unsigned char *alpn_client_proto_list; member in struct:ssl_st
H A Dt1_lib.c1534 if (s->alpn_client_proto_list && !s->s3->tmp.finish_md_len) {
1540 memcpy(ret, s->alpn_client_proto_list, s->alpn_client_proto_list_len);

Completed in 96 milliseconds