Searched refs:private_key (Results 1 – 5 of 5) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc_dh.c | 69 int uECC_make_key_with_d(uint8_t *public_key, uint8_t *private_key, in uECC_make_key_with_d() argument 85 uECC_vli_nativeToBytes(private_key, in uECC_make_key_with_d() 103 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() argument 126 uECC_vli_nativeToBytes(private_key, in uECC_make_key() 145 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret() argument 162 private_key, in uECC_shared_secret()
|
D | ecc_dsa.c | 99 int uECC_sign_with_k(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign_with_k() argument 144 uECC_vli_bytesToNative(tmp, private_key, BITS_TO_BYTES(curve->num_n_bits)); in uECC_sign_with_k() 161 int uECC_sign(const uint8_t *private_key, const uint8_t *message_hash, in uECC_sign() argument 179 if (uECC_sign_with_k(private_key, message_hash, hash_size, k, signature, in uECC_sign()
|
D | ecc.c | 792 uECC_word_t *private_key, in EccPoint_compute_public_key() argument 803 carry = regularize_k(private_key, tmp1, tmp2, curve); in EccPoint_compute_public_key() 908 int uECC_compute_public_key(const uint8_t *private_key, uint8_t *public_key, in uECC_compute_public_key() argument 917 private_key, in uECC_compute_public_key()
|
/tinycrypt-latest/lib/include/tinycrypt/ |
D | ecc_dsa.h | 113 int uECC_sign_with_k(const uint8_t *private_key, const uint8_t *message_hash,
|
D | ecc.h | 266 int uECC_compute_public_key(const uint8_t *private_key, 277 uECC_word_t *private_key, uECC_Curve curve);
|