Home | History | Annotate | Download | only in apps

Lines Matching refs:proto_len

2123 		unsigned int proto_len;
2124 SSL_get0_next_proto_negotiated(s, &proto, &proto_len);
2126 BIO_write(bio, proto, proto_len);
2131 unsigned int proto_len;
2132 SSL_get0_alpn_selected(s, &proto, &proto_len);
2133 if (proto_len > 0)
2136 BIO_write(bio, proto, proto_len);