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

  /system/core/libmincrypt/
dsa_sig.c 122 p256_from_bin(r_bytes, r_int);
123 p256_from_bin(s_bytes, s_int);
p256.c 361 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst) { function
  /system/core/include/mincrypt/
p256.h 150 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst);
  /system/core/libmincrypt/test/
ecdsa_test.c 268 p256_from_bin(hash_buf, &hash); \

Completed in 138 milliseconds