• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/crypto/openssl/ssl/statem/

Lines Matching refs:PACKET_remaining

105         || PACKET_remaining(&sni) == 0) {
135 if (PACKET_remaining(&hostname) > TLSEXT_MAXLEN_host_name) {
185 if (PACKET_remaining(pkt) != 1 || !PACKET_get_1(pkt, &value)) {
254 || PACKET_remaining(&ec_point_format_list) == 0) {
279 PACKET_remaining(pkt),
295 || PACKET_remaining(&supported_sig_algs) == 0) {
316 || PACKET_remaining(&supported_sig_algs) == 0) {
370 if (PACKET_remaining(&responder_id_list) > 0) {
381 while (PACKET_remaining(&responder_id_list) > 0) {
387 || PACKET_remaining(&responder_id) == 0) {
396 (int)PACKET_remaining(&responder_id));
427 if (PACKET_remaining(&exts) > 0) {
433 d2i_X509_EXTENSIONS(NULL, &ext_data, (int)PACKET_remaining(&exts));
473 || PACKET_remaining(&protocol_list) < 2) {
483 || PACKET_remaining(&protocol) == 0) {
488 } while (PACKET_remaining(&protocol_list) != 0);
529 while (PACKET_remaining(&subpkt)) {
562 || PACKET_remaining(pkt)) {
593 || PACKET_remaining(&psk_kex_modes) == 0) {
656 if (s->s3->group_id != 0 && PACKET_remaining(&key_share_list) == 0) {
667 while (PACKET_remaining(&key_share_list) > 0) {
670 || PACKET_remaining(&encoded_pt) == 0) {
689 || PACKET_remaining(&key_share_list) != 0)) {
718 PACKET_remaining(&encoded_pt))) {
759 rawlen = PACKET_remaining(&raw);
857 || PACKET_remaining(&cookie) != SHA256_DIGEST_LENGTH) {
872 PACKET_remaining(&appcookie)) == 0) {
939 PACKET_remaining(&chhash), hrr,
962 || PACKET_remaining(&supported_groups_list) == 0
963 || (PACKET_remaining(&supported_groups_list) % 2) != 0) {
991 if (PACKET_remaining(pkt) != 0) {
1006 if (PACKET_remaining(pkt) != 0) {
1028 switch (PACKET_remaining(tick)) {
1073 for (id = 0; PACKET_remaining(&identities) != 0; id++) {
1085 idlen = PACKET_remaining(&identity);
1184 PACKET_remaining(&identity), NULL, 0,
1270 if (PACKET_remaining(&binder) != hashsize) {
1295 if (PACKET_remaining(pkt) != 0) {