Home
last modified time | relevance | path

Searched refs:C448_WORD_BITS (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/ec/curve448/
H A Dcurve448utils.h27 # ifndef C448_WORD_BITS
32 # define C448_WORD_BITS 64 /* The number of bits in a word */ macro
34 # define C448_WORD_BITS 32 /* The number of bits in a word */ macro
38 # if C448_WORD_BITS == 64
49 # elif C448_WORD_BITS == 32
H A Dword.h48 # if C448_WORD_BITS == 64
50 # elif C448_WORD_BITS == 32
H A Dscalar.c39 #define WBITS C448_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */
235 chain >>= C448_WORD_BITS; in ossl_curve448_scalar_halve()
H A Dpoint_448.h38 # define C448_SCALAR_LIMBS ((446-1)/C448_WORD_BITS+1)
H A Dcurve448.c39 #define WBITS C448_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */

Completed in 27 milliseconds