Searched refs:regularize_k (Results 1 – 4 of 4) sorted by relevance
/tinycrypt-latest/lib/source/ |
D | ecc_dh.c | 173 carry = regularize_k(_private, _private, tmp, curve); in uECC_shared_secret()
|
D | ecc_dsa.c | 119 carry = regularize_k(k, tmp, s, curve); in uECC_sign_with_k()
|
D | ecc.c | 774 uECC_word_t regularize_k(const uECC_word_t * const k, uECC_word_t *k0, in regularize_k() function 803 carry = regularize_k(private_key, tmp1, tmp2, curve); in EccPoint_compute_public_key()
|
/tinycrypt-latest/lib/include/tinycrypt/ |
D | ecc.h | 288 uECC_word_t regularize_k(const uECC_word_t * const k, uECC_word_t *k0,
|