HomeSort by: relevance | last modified time | path
    Searched refs:alpn_cb (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 645 /* This the context that we pass to alpn_cb */
651 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, function
2026 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 692 /* This the context that we pass to alpn_cb */
698 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, function
1969 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx);
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 670 /* This the context that we pass to alpn_cb */
676 static int alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, function
2215 SSL_CTX_set_alpn_select_cb(ctx, alpn_cb, &alpn_ctx);

Completed in 31 milliseconds