Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c390 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()
1524 if (s->ctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn()
1535 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len, in tls_parse_stoc_npn()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1114 SSL_CTX_npn_select_cb_func npn_select_cb; member
H A Dssl_lib.c3057 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c10929 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, in npn_select_cb() function
10976 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx); in test_npn()