Home
last modified time | relevance | path

Searched defs:LIMB_MASK (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
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
/third_party/openssl/crypto/ec/curve448/
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 2 milliseconds