Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_nist.c323 # define NIST_INT64 long macro
325 # define NIST_INT64 long long macro
342 # define NIST_INT64 __int64 macro
344 # define NIST_INT64 long long macro
400 #if defined(NIST_INT64) in BN_nist_mod_192()
402 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_192()
532 #if defined(NIST_INT64) && BN_BITS2!=64 in BN_nist_mod_224()
534 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_224()
680 #if defined(NIST_INT64) in BN_nist_mod_256()
682 NIST_INT64 acc; /* accumulator */ in BN_nist_mod_256()
[all …]