Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/curve448/
H A 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()
88 fill -= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
89 buffer >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_deserialize()
114 scarry >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_strong_reduce()
130 carry >>= LIMB_PLACE_VALUE(LIMBPERM(i)); in gf_strong_reduce()
H A Dfield.h72 #define LIMB_MASK(i) (((1) << LIMB_PLACE_VALUE(i)) - 1)
75 #define LIMB_MASK(i) (((1ULL) << LIMB_PLACE_VALUE(i)) - 1)
/freebsd/crypto/openssl/crypto/ec/curve448/arch_64/
H A Df_impl.h24 #define LIMB_PLACE_VALUE(i) 56 macro
/freebsd/crypto/openssl/crypto/ec/curve448/arch_32/
H A Df_impl.h25 #define LIMB_PLACE_VALUE(i) 28 macro