Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/
Ddtls.c86 #define DTLS_CV_LENGTH (1 + 1 + 2 + 1 + 1 + 1 + 1 + DTLS_EC_KEY_SIZE + 1 + 1 + DTLS_EC_KEY_SIZE) macro
1706 if (data_length < DTLS_HS_LENGTH + DTLS_CV_LENGTH) { in check_client_certificate_verify()
2246 uint8 buf[DTLS_CV_LENGTH + 2]; in dtls_send_certificate_verify_ecdh()