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

  /system/core/libmincrypt/
p256_ecdsa.c 43 if (p256_is_zero(&u) || p256_is_zero(&v)) return 0;
p256.c 63 int p256_is_zero(const p256_int* a) { function
320 if (p256_is_zero(&V)) break; // done.
345 p256_is_zero(x) ||
346 p256_is_zero(y)) return 0;
p256_ec.c     [all...]
  /system/core/include/mincrypt/
p256.h 103 int p256_is_zero(const p256_int* a);

Completed in 2392 milliseconds