Home
last modified time | relevance | path

Searched defs:LIMB (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/arch_32/
H A Df_impl.h17 # define LIMB(x) ((x) & ((1 << 28) - 1)), ((x) >> 28) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/
H A Df_impl.h17 # define LIMB(x) ((x) & ((1 << 28) - 1)), ((x) >> 28) macro