Lines Matching refs:NIST_INT64
297 # 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
333 static ossl_inline void store_lo32(void *ptr, NIST_INT64 val) in store_lo32()
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()
704 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_256()
939 #if defined(NIST_INT64) in BN_nist_mod_384()
941 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_384()