Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.c1076 if (tls->min_encrypted_len_on_read != 0) { in tls_xread_record()
1077 if (sz < (int)tls->min_encrypted_len_on_read) in tls_xread_record()
1088 if (tls->min_encrypted_len_on_read > TLS_MAC_SIZE(tls)) { in tls_xread_record()
1111 sz -= tls->min_encrypted_len_on_read; in tls_xread_record()
2281 tls->min_encrypted_len_on_read = tls->MAC_size; in tls_handshake()
2288 tls->min_encrypted_len_on_read = AES_BLOCK_SIZE + (mac_blocks * AES_BLOCK_SIZE); in tls_handshake()
2290 tls->min_encrypted_len_on_read = 8 + AES_BLOCK_SIZE; in tls_handshake()
2292 dbg("min_encrypted_len_on_read: %u\n", tls->min_encrypted_len_on_read); in tls_handshake()
/busybox-1.35.0/include/
Dlibbb.h849 unsigned min_encrypted_len_on_read; member