Searched refs:npn_select_cb (Results 1 – 4 of 4) sorted by relevance
420 if (SSL_CONNECTION_GET_CTX(s)->ext.npn_select_cb == NULL in tls_construct_ctos_npn()1588 if (sctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn()1599 if (sctx->ext.npn_select_cb(SSL_CONNECTION_GET_USER_SSL(s), in tls_parse_stoc_npn()
1063 SSL_CTX_npn_select_cb_func npn_select_cb; member
3665 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()
12204 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, in npn_select_cb() function12251 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx); in test_npn()
Completed in 107 milliseconds