HomeSort by relevance Sort by last modified time
    Searched full:p256_from_bin (Results 1 - 6 of 6) 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_ecdsa.h 43 // Convert from a binary string using p256_from_bin().
p256.h 150 void p256_from_bin(const uint8_t src[P256_NBYTES], p256_int* dst);
  /bootable/recovery/
verifier.cpp 277 p256_from_bin(hash, &p256_hash);
429 p256_from_bin(x_bytes, &key->x);
430 p256_from_bin(y_bytes, &key->y);
  /system/core/libmincrypt/test/
ecdsa_test.c 268 p256_from_bin(hash_buf, &hash); \

Completed in 75 milliseconds