Searched refs:C448_SCALAR_BITS (Results 1 – 2 of 2) sorted by relevance
250 if (bit < C448_SCALAR_BITS) in ossl_curve448_precomputed_scalarmul()550 unsigned int table_size = C448_SCALAR_BITS / (table_bits + 1) + 3; in recode_wnaf()569 for (w = 1; w < (C448_SCALAR_BITS - 1) / 16 + 3; w++) { in recode_wnaf()570 if (w < (C448_SCALAR_BITS - 1) / 16 + 1) { in recode_wnaf()644 struct smvt_control control_var[C448_SCALAR_BITS / (C448_WNAF_VAR_TABLE_BITS + 1) + 3]; in ossl_curve448_base_double_scalarmul_non_secret()645 struct smvt_control control_pre[C448_SCALAR_BITS / (C448_WNAF_FIXED_TABLE_BITS + 1) + 3]; in ossl_curve448_base_double_scalarmul_non_secret()
41 #define C448_SCALAR_BITS 446 macro