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

  /src/external/mpl/bind/dist/lib/isc/
tls.c 944 next_proto_cb(isc_tls_t *ssl, const unsigned char **data, unsigned int *len, function
980 SSL_CTX_set_next_protos_advertised_cb(tls, next_proto_cb, NULL);
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 239 /* This the context that we pass to next_proto_cb */
248 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, function
1843 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
s_server.c 627 /* This is the context that we pass to next_proto_cb */
633 static int next_proto_cb(SSL *s, const unsigned char **data, function
2022 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb,
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 373 /* This the context that we pass to next_proto_cb */
382 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, function
1878 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
s_server.c 674 /* This is the context that we pass to next_proto_cb */
680 static int next_proto_cb(SSL *s, const unsigned char **data, function
1965 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb,
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 285 /* This the context that we pass to next_proto_cb */
294 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, function
2053 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
s_server.c 652 /* This is the context that we pass to next_proto_cb */
658 static int next_proto_cb(SSL *s, const unsigned char **data, function
2211 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb,

Completed in 39 milliseconds