Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_nist.c434 # define NIST_INT64 long macro
436 # define NIST_INT64 long long macro
453 # define NIST_INT64 long long macro
498 #if defined(NIST_INT64) in BN_nist_mod_192()
500 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192()
659 #if defined(NIST_INT64) && BN_BITS2!=64 in BN_nist_mod_224()
661 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_224()
831 #if defined(NIST_INT64) in BN_nist_mod_256()
833 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_256()
1063 #if defined(NIST_INT64) in BN_nist_mod_384()
[all …]