Searched defs:curve (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dh.c | 69 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d() 102 int uECC_make_key(uint8_t *public_key, uint8_t *private_key, uECC_Curve curve) in uECC_make_key() 145 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() 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() 663 uECC_Curve curve) in XYcZ_add() [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()
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dh.c | 83 const struct uECC_Curve_t * curve = uECC_secp256r1(); in ecdh_vectors() local 317 const struct uECC_Curve_t * curve = uECC_secp256r1(); in pkv_vectors() local 425 const struct uECC_Curve_t * curve = uECC_secp256r1(); in montecarlo_ecdh() local
|
D | test_ecc_dsa.c | 347 const struct uECC_Curve_t * curve = uECC_secp256r1(); in vrfy_vectors() local 601 const struct uECC_Curve_t * curve = uECC_secp256r1(); in montecarlo_signverify() local
|