Searched refs:ltc_ecc_is_point (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | sub.mk | 12 srcs-y += ltc_ecc_is_point.c
|
A D | ltc_ecc_verify_key.c | 39 …if ((err = ltc_ecc_is_point(&key->dp, key->pubkey.x, key->pubkey.y)) != CRYPT_OK) { goto done… in ltc_ecc_verify_key()
|
A D | ltc_ecc_is_point.c | 15 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y) in ltc_ecc_is_point() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | sm2-kep.c | 271 ltc_res = ltc_ecc_is_point(&peer_eph_key->dp, peer_eph_key->pubkey.x, in sm2_kep_derive()
|
A D | sm2-pke.c | 45 ltc_res = ltc_ecc_is_point(dp, p->x, p->y); in sm2_uncompressed_bytes_to_point()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 297 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y);
|
Completed in 7 milliseconds