Home
last modified time | relevance | path

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

/net-tools-3.5.0/tinydtls-0.8.2/
Ddtls.c85 #define DTLS_CKXEC_LENGTH (1 + 1 + DTLS_EC_KEY_SIZE + DTLS_EC_KEY_SIZE) macro
1012 if (length < DTLS_HS_LENGTH + DTLS_CKXEC_LENGTH) { in check_client_keyexchange()
2166 uint8 buf[DTLS_CKXEC_LENGTH]; in dtls_send_client_key_exchange()
2187 if (len + sizeof(uint16) > DTLS_CKXEC_LENGTH) { in dtls_send_client_key_exchange()