Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c1552 s->ext.npn_len = 0; in tls_parse_stoc_npn()
1558 s->ext.npn_len = selected_len; in tls_parse_stoc_npn()
H A Dstatem_srvr.c4085 s->ext.npn_len = 0; in tls_process_next_proto()
4090 s->ext.npn_len = (unsigned char)next_proto_len; in tls_process_next_proto()
H A Dstatem_clnt.c3587 len = s->ext.npn_len; in tls_construct_next_proto()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1647 size_t npn_len; member
H A Ds3_lib.c3407 s->ext.npn_len = 0; in ssl3_clear()
H A Dssl_lib.c3021 *len = (unsigned int)s->ext.npn_len; in SSL_get0_next_proto_negotiated()