Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/
Ddtls.c84 #define DTLS_CKXPSK_LENGTH_MIN 2 macro
1043 if (length < DTLS_HS_LENGTH + DTLS_CKXPSK_LENGTH_MIN) { in check_client_keyexchange()
1052 if (DTLS_HS_LENGTH + DTLS_CKXPSK_LENGTH_MIN + id_length != length) { in check_client_keyexchange()