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

  /external/libconstrainedcrypto/test/
ecdsa_test.c 242 int result = !memcmp(P256_DIGITS(&good_dsa_signature_##n##_r), P256_DIGITS(&r), \
246 result = !memcmp(P256_DIGITS(&good_dsa_signature_##n##_s), P256_DIGITS(&s), \
  /external/libconstrainedcrypto/include/constrainedcrypto/
p256.h 152 #define P256_DIGITS(x) ((x)->a)
  /external/libconstrainedcrypto/
p256.c 335 addM(MOD, 0, P256_DIGITS(out), subM(MOD, 0, P256_DIGITS(out), -1));

Completed in 234 milliseconds