Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_nist.c286 # define NIST_INT64 long macro
288 # define NIST_INT64 long long macro
305 # define NIST_INT64 __int64 macro
307 # define NIST_INT64 long long macro
361 #if defined(NIST_INT64) in BN_nist_mod_192()
363 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192()
516 #if defined(NIST_INT64) && BN_BITS2!=64 in BN_nist_mod_224()
518 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_224()
687 #if defined(NIST_INT64) in BN_nist_mod_256()
689 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_256()
[all …]