Home
last modified time | relevance | path

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

/openssl/crypto/ec/curve448/
H A Df_generic.c88 ((i < NLIMBS - 1) ? buffer & LIMB_MASK(LIMBPERM(i)) : buffer); in gf_deserialize()
116 a->limb[LIMBPERM(i)] = scarry & LIMB_MASK(LIMBPERM(i)); in gf_strong_reduce()
134 a->limb[LIMBPERM(i)] = carry & LIMB_MASK(LIMBPERM(i)); in gf_strong_reduce()
H A Dfield.h73 # define LIMB_MASK(i) (((1)<<LIMB_PLACE_VALUE(i))-1) macro
76 # define LIMB_MASK(i) (((1ULL)<<LIMB_PLACE_VALUE(i))-1) macro

Completed in 4 milliseconds