Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.c1667 uint8_t cipherid1; in get_server_hello() local
1735 cipherid1 = cipherid[1]; in get_server_hello()
1736 tls->cipher_id = 0x100 * cipherid[0] + cipherid1; in get_server_hello()
1743 if (cipherid1 & 1) { in get_server_hello()
1747 if (ENABLE_FEATURE_TLS_SHA1 && cipherid1 <= 0x19) { in get_server_hello()
1750 if (cipherid1 >= 0x2B && cipherid1 <= 0x30) { in get_server_hello()
1758 if ((ENABLE_FEATURE_TLS_SHA1 && cipherid1 == 0x2F) in get_server_hello()
1759 || cipherid1 == 0x3C in get_server_hello()
1760 || cipherid1 == 0x9C in get_server_hello()
1764 if (ENABLE_FEATURE_TLS_SHA1 && cipherid1 <= 0x35) { in get_server_hello()
[all …]