Home
last modified time | relevance | path

Searched refs:uECC_make_key_with_d (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/
Decc_dh.h104 int uECC_make_key_with_d(uint8_t *p_public_key, uint8_t *p_private_key,
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc_dh.c68 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d() function
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_utils.c250 uECC_make_key_with_d(pub_bytes, prv_bytes, d, uECC_secp256r1()); in keygen_vectors()