Home
last modified time | relevance | path

Searched refs:ltc_ecc_is_point (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_verify_key.c39 …if ((err = ltc_ecc_is_point(&key->dp, key->pubkey.x, key->pubkey.y)) != CRYPT_OK) { goto done… in ltc_ecc_verify_key()
H A Dltc_ecc_is_point.c15 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y) in ltc_ecc_is_point() function
/optee_os/core/lib/libtomcrypt/
H A Dsm2-kep.c271 ltc_res = ltc_ecc_is_point(&peer_eph_key->dp, peer_eph_key->pubkey.x, in sm2_kep_derive()
H A Dsm2-pke.c45 ltc_res = ltc_ecc_is_point(dp, p->x, p->y); in sm2_uncompressed_bytes_to_point()
H A Dsub.mk333 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ltc_ecc_is_point.c
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h322 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y);