Searched refs:uECC_Curve (Results 1 – 6 of 6) sorted by relevance
/tinycrypt-3.7.0/lib/include/tinycrypt/ |
D | ecc.h | 111 typedef const struct uECC_Curve_t * uECC_Curve; typedef 121 uECC_Curve curve); 122 void (*x_side)(uECC_word_t *result, const uECC_word_t *x, uECC_Curve curve); 134 uECC_word_t * Z1, uECC_Curve curve); 143 uECC_Curve curve); 195 uECC_Curve uECC_secp256r1(void); 250 int uECC_curve_private_key_size(uECC_Curve curve); 257 int uECC_curve_public_key_size(uECC_Curve curve); 267 uint8_t *public_key, uECC_Curve curve); 277 uECC_word_t *private_key, uECC_Curve curve); [all …]
|
D | ecc_dh.h | 94 int uECC_make_key(uint8_t *p_public_key, uint8_t *p_private_key, uECC_Curve curve); 105 unsigned int *d, uECC_Curve curve); 125 uint8_t *p_secret, uECC_Curve curve);
|
D | ecc_dsa.h | 106 unsigned p_hash_size, uint8_t *p_signature, uECC_Curve curve); 115 uECC_Curve curve); 133 unsigned int p_hash_size, const uint8_t *p_signature, uECC_Curve curve);
|
/tinycrypt-3.7.0/lib/source/ |
D | ecc_dh.c | 70 unsigned int *d, uECC_Curve curve) 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() 146 uint8_t *secret, uECC_Curve curve) in uECC_shared_secret()
|
D | ecc.c | 77 int uECC_curve_private_key_size(uECC_Curve curve) in uECC_curve_private_key_size() 82 int uECC_curve_public_key_size(uECC_Curve curve) in uECC_curve_public_key_size() 374 const uECC_word_t *right, uECC_Curve curve) in uECC_vli_modMult_fast() 384 uECC_Curve curve) in uECC_vli_modSquare_fast() 456 uECC_word_t * Z1, uECC_Curve curve) in double_jacobian_default() 504 uECC_Curve curve) in x_side_default() 516 uECC_Curve uECC_secp256r1(void) in uECC_secp256r1() 622 uECC_word_t EccPoint_isZero(const uECC_word_t *point, uECC_Curve curve) in EccPoint_isZero() 628 uECC_Curve curve) in apply_z() 642 uECC_Curve curve) in XYcZ_initial_double() [all …]
|
D | ecc_dsa.c | 67 unsigned bits_size, uECC_Curve curve) in bits2int() 101 uECC_Curve curve) in uECC_sign_with_k() 162 unsigned hash_size, uint8_t *signature, uECC_Curve curve) in uECC_sign() 194 uECC_Curve curve) in uECC_verify()
|