Searched refs:alpn_select_cb (Results 1 – 3 of 3) sorted by relevance
1325 if (s->ctx->alpn_select_cb == NULL) { in tls1_alpn_handle_client_hello()1344 r = s->ctx->alpn_select_cb( in tls1_alpn_handle_client_hello()1601 s->ctx->alpn_select_cb && !s->s3->initial_handshake_complete) { in ssl_scan_clienthello_tlsext()
1565 ctx->alpn_select_cb = cb; in SSL_CTX_set_alpn_select_cb()
1054 int (*alpn_select_cb)(SSL *s, const uint8_t **out, uint8_t *outlen, member