Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_clnt.c383 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()
1586 if (s->ctx->ext.npn_select_cb == NULL) { in tls_parse_stoc_npn()
1598 if (s->ctx->ext.npn_select_cb(s, &selected, &selected_len, in tls_parse_stoc_npn()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h996 SSL_CTX_npn_select_cb_func npn_select_cb; member
H A Dssl_lib.c2849 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h1114 SSL_CTX_npn_select_cb_func npn_select_cb; member
H A Dssl_lib.c3021 ctx->ext.npn_select_cb = cb; in SSL_CTX_set_npn_select_cb()