Searched refs:next_proto_select_cb (Results 1 – 3 of 3) sorted by relevance
962 if (s->ctx->next_proto_select_cb && !s->s3->initial_handshake_complete && in ssl_add_clienthello_tlsext()1788 if (s->ctx->next_proto_select_cb == NULL) { in ssl_scan_serverhello_tlsext()1799 if (s->ctx->next_proto_select_cb( in ssl_scan_serverhello_tlsext()
1530 ctx->next_proto_select_cb = cb; in SSL_CTX_set_next_proto_select_cb()1729 ret->next_proto_select_cb = 0; in SSL_CTX_new()
1039 int (*next_proto_select_cb)(SSL *s, uint8_t **out, uint8_t *outlen, member