Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Dcurve448.c255 if (bit < C448_SCALAR_BITS) in ossl_curve448_precomputed_scalarmul()
558 unsigned int table_size = C448_SCALAR_BITS / (table_bits + 1) + 3; in recode_wnaf()
577 for (w = 1; w < (C448_SCALAR_BITS - 1) / 16 + 3; w++) { in recode_wnaf()
578 if (w < (C448_SCALAR_BITS - 1) / 16 + 1) { in recode_wnaf()
652 struct smvt_control control_var[C448_SCALAR_BITS / in ossl_curve448_base_double_scalarmul_non_secret()
654 struct smvt_control control_pre[C448_SCALAR_BITS / in ossl_curve448_base_double_scalarmul_non_secret()
H A Dpoint_448.h41 # define C448_SCALAR_BITS 446 macro

Completed in 20 milliseconds