Home
last modified time | relevance | path

Searched refs:LIMB_PLACE_VALUE (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/crypto/ec/curve448/
Df_generic.c36 fill += LIMB_PLACE_VALUE(LIMBPERM(j)); in gf_serialize()
77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { in gf_deserialize()
89 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
90 buffer >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
117 scarry >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_strong_reduce()
135 carry >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_strong_reduce()
Dfield.h72 # define LIMB_MASK(i) (((1)<<LIMB_PLACE_VALUE(i))-1)
/third_party/openssl/crypto/ec/curve448/arch_32/
Df_impl.h21 # define LIMB_PLACE_VALUE(i) 28 macro