Home
last modified time | relevance | path

Searched refs:alpn_cb (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c194 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen,
1325 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); in s_server_main()
2449 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() function