Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/ssl/statem/
HDextensions_clnt.c1615 s->ext.npn_len = 0; in tls_parse_stoc_npn()
1622 s->ext.npn_len = selected_len; in tls_parse_stoc_npn()
HDstatem_srvr.c4251 s->ext.npn_len = 0; in tls_process_next_proto()
4257 s->ext.npn_len = (unsigned char)next_proto_len; in tls_process_next_proto()
HDstatem_clnt.c3645 len = s->ext.npn_len; in tls_construct_next_proto()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_local.h1333 size_t npn_len; member
HDs3_lib.c3375 s->ext.npn_len = 0; in ssl3_clear()
HDssl_lib.c2903 *len = (unsigned int)s->ext.npn_len; in SSL_get0_next_proto_negotiated()