Searched refs:uECC_make_key_with_d (Results 1 – 3 of 3) sorted by relevance
104 int uECC_make_key_with_d(uint8_t *p_public_key, uint8_t *p_private_key,
68 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d() function
250 uECC_make_key_with_d(pub_bytes, prv_bytes, d, uECC_secp256r1()); in keygen_vectors()