Home
last modified time | relevance | path

Searched defs:POINT_LEN (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bearssl/src/ec/
H A Dec_pubkey.c27 static const unsigned char POINT_LEN[] = { variable
H A Decdsa_i31_vrfy_raw.c28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro
H A Decdsa_i15_vrfy_raw.c28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro
H A Decdsa_i15_sign_raw.c28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro
H A Decdsa_i31_sign_raw.c28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro