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

/freebsd-12-stable/crypto/openssl/crypto/ec/curve448/
H A Dcurve448utils.h25 # ifndef C448_WORD_BITS
30 # define C448_WORD_BITS 64 /* The number of bits in a word */ macro
32 # define C448_WORD_BITS 32 /* The number of bits in a word */ macro
36 # if C448_WORD_BITS == 64
47 # elif C448_WORD_BITS == 32
59 # error "Only supporting C448_WORD_BITS = 32 or 64 for now"
H A Dword.h43 # if C448_WORD_BITS == 64
45 # elif C448_WORD_BITS == 32
H A Dpoint_448.h38 # define C448_SCALAR_LIMBS ((446-1)/C448_WORD_BITS+1)
H A Dscalar.c39 #define WBITS C448_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */
230 chain >>= C448_WORD_BITS; local
H A Dcurve448.c38 #define WBITS C448_WORD_BITS /* NB this may be different from ARCH_WORD_BITS */

Completed in 54 milliseconds