HomeSort by relevance Sort by last modified time
    Searched refs:NIST_INT64 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 324 # define NIST_INT64 long
326 # define NIST_INT64 long long
343 # define NIST_INT64 __int64
345 # define NIST_INT64 long long
401 #if defined(NIST_INT64)
403 NIST_INT64 acc; /* accumulator */
529 #if defined(NIST_INT64) && BN_BITS2!=64
531 NIST_INT64 acc; /* accumulator */
676 #if defined(NIST_INT64)
678 NIST_INT64 acc; /* accumulator *
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 323 # define NIST_INT64 long
325 # define NIST_INT64 long long
342 # define NIST_INT64 __int64
344 # define NIST_INT64 long long
400 #if defined(NIST_INT64)
402 NIST_INT64 acc; /* accumulator */
532 #if defined(NIST_INT64) && BN_BITS2!=64
534 NIST_INT64 acc; /* accumulator */
680 #if defined(NIST_INT64)
682 NIST_INT64 acc; /* accumulator *
    [all...]

Completed in 44 milliseconds