Searched refs:npn_select_cb (Results 1 – 4 of 4) sorted by relevance
390 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()1524 if (s->ctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn()1535 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len, in tls_parse_stoc_npn()
1114 SSL_CTX_npn_select_cb_func npn_select_cb; member
3057 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()
10930 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, in npn_select_cb() function10977 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx); in test_npn()