Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c35 # define TOBN(hi,lo) lo,hi macro
37 # define TOBN(hi,lo) ((BN_ULONG)hi<<32|lo) macro
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c35 # define TOBN(hi,lo) lo,hi macro
37 # define TOBN(hi,lo) ((BN_ULONG)hi<<32|lo) macro
[all...]

Completed in 4 milliseconds