Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_clnt.c420 if (SSL_CONNECTION_GET_CTX(s)->ext.npn_select_cb == NULL in tls_construct_ctos_npn()
1588 if (sctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn()
1599 if (sctx->ext.npn_select_cb(SSL_CONNECTION_GET_USER_SSL(s), in tls_parse_stoc_npn()
/openssl/ssl/
H A Dssl_local.h1063 SSL_CTX_npn_select_cb_func npn_select_cb; member
H A Dssl_lib.c3665 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()
/openssl/test/
H A Dsslapitest.c12204 static int npn_select_cb(SSL *s, unsigned char **out, unsigned char *outlen, in npn_select_cb() function
12251 SSL_CTX_set_next_proto_select_cb(cctx, npn_select_cb, &idx); in test_npn()

Completed in 107 milliseconds