Searched refs:DTLS_CKXEC_LENGTH (Results 1 – 1 of 1) sorted by relevance
85 #define DTLS_CKXEC_LENGTH (1 + 1 + DTLS_EC_KEY_SIZE + DTLS_EC_KEY_SIZE) macro1012 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()