Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.c73 #define TLS_MIN 3 macro
673 xhdr->proto_min = TLS_MIN; in xwrite_encrypted_and_hmac_signed()
847 aad[10] = TLS_MIN; in xwrite_encrypted_aesgcm()
886 xhdr->proto_min = TLS_MIN; in xwrite_encrypted_aesgcm()
912 xhdr->proto_min = TLS_MIN; in xwrite_handshake_record()
1032 || xhdr->proto_min != TLS_MIN in tls_xread_record()
1605 record->proto_min = TLS_MIN; /* can be higher than one in record headers */ in send_client_hello_and_alloc_hsd()
1681 || hp->proto_min != TLS_MIN in get_server_hello()
1954 premaster[1] = TLS_MIN; in send_client_key_exchange()
2102 RECORD_TYPE_CHANGE_CIPHER_SPEC, TLS_MAJ, TLS_MIN, 00, 01,