Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
H A Dword.h49 # define SC_LIMB(x) (x) macro
51 # define SC_LIMB(x) ((uint32_t)(x)),((x) >> 32) macro
/third_party/openssl/crypto/ec/curve448/
H A Dword.h49 # define SC_LIMB(x) (x) macro
51 # define SC_LIMB(x) ((uint32_t)(x)),((x) >> 32) macro

Completed in 1 milliseconds