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

  /system/core/libmincrypt/
p256.c 76 p256_ddigit carry = 0;
80 carry += (p256_ddigit)P256_DIGIT(a, i) * b;
132 p256_ddigit carry = 0;
206 top = (p256_digit)((((p256_ddigit)top) << n) >> P256_BITSPERDIGIT);
267 p256_ddigit carry = 0;
270 carry += (p256_ddigit)P256_DIGIT(a, i) + P256_DIGIT(b, i);
280 p256_ddigit carry = d;
283 carry += (p256_ddigit)P256_DIGIT(a, i);
  /system/core/include/mincrypt/
p256.h 46 typedef uint64_t p256_ddigit; typedef

Completed in 2681 milliseconds