Home
last modified time | relevance | path

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 Dsub.mk12 srcs-y += ltc_ecc_is_point.c
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()
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-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c271 ltc_res = ltc_ecc_is_point(&peer_eph_key->dp, peer_eph_key->pubkey.x, in sm2_kep_derive()
A Dsm2-pke.c45 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 Dtomcrypt_private.h297 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y);

Completed in 7 milliseconds