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

  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_clnt.c 433 if (SSL_CONNECTION_GET_CTX(s)->ext.npn_select_cb == NULL
1630 if (sctx->ext.npn_select_cb == NULL) {
1641 if (sctx->ext.npn_select_cb(SSL_CONNECTION_GET_USER_SSL(s),
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_clnt.c 390 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s))
1524 if (s->ctx->ext.npn_select_cb == NULL) {
1535 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len,
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_clnt.c 383 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s))
1586 if (s->ctx->ext.npn_select_cb == NULL) {
1598 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len,
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_local.h 1074 SSL_CTX_npn_select_cb_func npn_select_cb; member in struct:ssl_ctx_st::__anon625
ssl_lib.c 3692 ctx->ext.npn_select_cb = cb;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_local.h 1114 SSL_CTX_npn_select_cb_func npn_select_cb; member in struct:ssl_ctx_st::__anon1656
ssl_lib.c 3057 ctx->ext.npn_select_cb = cb;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_local.h 996 SSL_CTX_npn_select_cb_func npn_select_cb; member in struct:ssl_ctx_st::__anon2192
ssl_lib.c 2849 ctx->ext.npn_select_cb = cb;
  /src/crypto/external/apache2/openssl/dist/test/
sslapitest.c 12478 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, function
12525 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx);
  /src/crypto/external/bsd/openssl/dist/test/
sslapitest.c 10930 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, function
10977 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx);

Completed in 69 milliseconds