Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_nist.c297 # define NIST_INT64 long macro
299 # define NIST_INT64 long long macro
316 # define NIST_INT64 __int64 macro
318 # define NIST_INT64 long long macro
322 #ifdef NIST_INT64
393 #if defined(NIST_INT64) in BN_nist_mod_192()
395 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192()
540 #if defined(NIST_INT64) && BN_BITS2!=64 in BN_nist_mod_224()
542 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_224()
702 #if defined(NIST_INT64) in BN_nist_mod_256()
[all …]

Completed in 5 milliseconds