Searched refs:ltc_ecc_is_point (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H 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()
|
| H 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/core/lib/libtomcrypt/ |
| H 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()
|
| H A D | sm2-pke.c | 45 ltc_res = ltc_ecc_is_point(dp, p->x, p->y); in sm2_uncompressed_bytes_to_point()
|
| H A D | sub.mk | 333 srcs-$(_CFG_CORE_LTC_ECC) += src/pk/ecc/ltc_ecc_is_point.c
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 322 int ltc_ecc_is_point(const ltc_ecc_dp *dp, void *x, void *y);
|