Searched refs:next_proto_select_cb (Results 1 – 3 of 3) sorted by relevance
1265 ssl->ctx->next_proto_select_cb == NULL || in ext_npn_add_clienthello()1290 assert(ssl->ctx->next_proto_select_cb != NULL); in ext_npn_parse_serverhello()1313 if (ssl->ctx->next_proto_select_cb( in ext_npn_parse_serverhello()
1597 ctx->next_proto_select_cb = cb; in SSL_CTX_set_next_proto_select_cb()
3644 int (*next_proto_select_cb)(SSL *ssl, uint8_t **out, uint8_t *out_len, member