Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Ddtls.c2312 uint8_t cipher_size; in dtls_send_client_hello() local
2322 cipher_size = 2 + ((ecdsa) ? 2 : 0) + ((psk) ? 2 : 0); in dtls_send_client_hello()
2325 if (cipher_size == 0) { in dtls_send_client_hello()
2362 dtls_int_to_uint16(p, cipher_size - 2); in dtls_send_client_hello()