Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls.h108 #define EC_CURVE_KEYSIZE 32 macro
Dtls.c1937 uint8_t premaster[RSA_PREMASTER_SIZE > EC_CURVE_KEYSIZE ? RSA_PREMASTER_SIZE : EC_CURVE_KEYSIZE]; in send_client_key_exchange()