Searched refs:POINT_LEN (Results 1 – 5 of 5) sorted by relevance
27 static const unsigned char POINT_LEN[] = { variable70 if (curve < 0 || curve >= 32 || curve >= (int)(sizeof POINT_LEN) in br_ec_compute_pub()76 return POINT_LEN[curve]; in br_ec_compute_pub()
28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro46 unsigned char eU[POINT_LEN]; in br_ecdsa_i31_vrfy_raw()
28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro46 unsigned char eU[POINT_LEN]; in br_ecdsa_i15_vrfy_raw()
28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro48 unsigned char eU[POINT_LEN]; in br_ecdsa_i15_sign_raw()
28 #define POINT_LEN (1 + (((BR_MAX_EC_SIZE + 7) >> 3) << 1)) macro48 unsigned char eU[POINT_LEN]; in br_ecdsa_i31_sign_raw()