Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Ds_server.c651 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, in alpn_cb() function
2026 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx); in s_server_main()