Home
last modified time | relevance | path

Searched refs:ltc_ecc_del_point (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod_timing.c62 ltc_ecc_del_point(M[j]); in ltc_ecc_mulmod()
138 ltc_ecc_del_point(tG); in ltc_ecc_mulmod()
140 ltc_ecc_del_point(M[i]); in ltc_ecc_mulmod()
H A Dltc_ecc_mulmod.c63 ltc_ecc_del_point(M[j]); in ltc_ecc_mulmod()
188 ltc_ecc_del_point(tG); in ltc_ecc_mulmod()
190 ltc_ecc_del_point(M[i]); in ltc_ecc_mulmod()
H A Decc_shared_secret.c62 ltc_ecc_del_point(result); in ecc_shared_secret()
H A Dltc_ecc_verify_key.c54 ltc_ecc_del_point(point); in ltc_ecc_verify_key()
H A Dltc_ecc_points.c35 void ltc_ecc_del_point(ecc_point *p) in ltc_ecc_del_point() function
H A Dltc_ecc_mul2add.c79 ltc_ecc_del_point(precomp[y]); in ltc_ecc_mul2add()
178 ltc_ecc_del_point(precomp[x]); in ltc_ecc_mul2add()
H A Decc_recover_key.c252 if (mR != NULL) ltc_ecc_del_point(mR); in ecc_recover_key()
253 if (mQ != NULL) ltc_ecc_del_point(mQ); in ecc_recover_key()
254 if (mG != NULL) ltc_ecc_del_point(mG); in ecc_recover_key()
H A Decc_verify_hash.c197 if (mG != NULL) ltc_ecc_del_point(mG); in ecc_verify_hash_ex()
198 if (mQ != NULL) ltc_ecc_del_point(mQ); in ecc_verify_hash_ex()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-pke.c294 ltc_ecc_del_point(x2y2p); in sm2_ltc_pke_decrypt()
295 ltc_ecc_del_point(S); in sm2_ltc_pke_decrypt()
296 ltc_ecc_del_point(C1); in sm2_ltc_pke_decrypt()
509 ltc_ecc_del_point(x2y2p); in sm2_ltc_pke_encrypt()
510 ltc_ecc_del_point(S); in sm2_ltc_pke_encrypt()
511 ltc_ecc_del_point(C1); in sm2_ltc_pke_encrypt()
H A Dsm2-dsa.c131 ltc_ecc_del_point(x1y1p); in sm2_ltc_dsa_sign()
245 ltc_ecc_del_point(x1y1p); in sm2_ltc_dsa_verify()
H A Dsm2-kep.c398 ltc_ecc_del_point(U); in sm2_kep_derive()
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c593 ltc_ecc_del_point(fp_cache[z].g); in s_find_hole()
596 ltc_ecc_del_point(fp_cache[z].LUT[x]); in s_find_hole()
637 ltc_ecc_del_point(fp_cache[idx].g); in s_add_entry()
646 ltc_ecc_del_point(fp_cache[idx].LUT[y]); in s_add_entry()
649 ltc_ecc_del_point(fp_cache[idx].g); in s_add_entry()
755 ltc_ecc_del_point(fp_cache[idx].LUT[y]); in s_build_lut()
758 ltc_ecc_del_point(fp_cache[idx].g); in s_build_lut()
1296 ltc_ecc_del_point(fp_cache[x].LUT[y]); in s_ltc_ecc_fp_free_cache()
1299 ltc_ecc_del_point(fp_cache[x].g); in s_ltc_ecc_fp_free_cache()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h319 void ltc_ecc_del_point(ecc_point *p);