Home
last modified time | relevance | path

Searched refs:proto_len (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
HDs_client.c1802 unsigned int proto_len; in print_stuff() local
1803 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff()
1804 if (proto_len > 0) { in print_stuff()
1806 BIO_write(bio, proto, proto_len); in print_stuff()
/dragonfly/crypto/openssh/
HDchannels.c1309 u_int proto_len, data_len; in x11_open_helper() local
1326 proto_len = 256 * ucp[6] + ucp[7]; in x11_open_helper()
1329 proto_len = ucp[6] + 256 * ucp[7]; in x11_open_helper()
1339 12 + ((proto_len + 3) & ~3) + ((data_len + 3) & ~3)) in x11_open_helper()
1343 if (proto_len != strlen(sc->x11_saved_proto) || in x11_open_helper()
1344 memcmp(ucp + 12, sc->x11_saved_proto, proto_len) != 0) { in x11_open_helper()
1350 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
1366 memcpy(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()