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

  /external/libconstrainedcrypto/include/constrainedcrypto/
p256.h 104 int p256_is_odd(const p256_int* a);
  /external/libconstrainedcrypto/
p256.c 191 int p256_is_odd(const p256_int* a) { return P256_DIGIT(a, 0) & 1; } function

Completed in 587 milliseconds