Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_mulmod.c83 if ((err = ltc_ecc_copy_point(G, tG)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
146 if ((err = ltc_ecc_copy_point(M[bitbuf-8], R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
178 if ((err = ltc_ecc_copy_point(tG, R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
A Dltc_ecc_mulmod_timing.c90 if ((err = ltc_ecc_copy_point(tG, M[0])) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
136 if ((err = ltc_ecc_copy_point(M[0], R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
A Dltc_ecc_points.c60 int ltc_ecc_copy_point(const ecc_point *src, ecc_point *dst) in ltc_ecc_copy_point() function
A Decc_verify_hash.c164 …if ((err = ltc_ecc_copy_point(&key->dp.base, mG)) != CRYPT_OK) … in ecc_verify_hash_ex()
165 …if ((err = ltc_ecc_copy_point(&key->pubkey, mQ)) != CRYPT_OK) … in ecc_verify_hash_ex()
A Dltc_ecc_projective_add_point.c48 err = ltc_ecc_copy_point(Q, R); in ltc_ecc_projective_add_point()
55 err = ltc_ecc_copy_point(P, R); in ltc_ecc_projective_add_point()
A Decc_recover_key.c216 …if ((err = ltc_ecc_copy_point(&key->dp.base, mG)) != CRYPT_OK) … in ecc_recover_key()
241 …if ((err = ltc_ecc_copy_point(mQ, &key->pubkey)) != CRYPT_OK) … in ecc_recover_key()
A Dltc_ecc_mul2add.c167 … if ((err = ltc_ecc_copy_point(precomp[nA + (nB<<2)], C)) != CRYPT_OK) { goto ERR_MU; } in ltc_ecc_mul2add()
A Decc_set_curve_internal.c66 if ((err = ltc_ecc_copy_point(&srckey->dp.base, &key->dp.base)) != CRYPT_OK) { goto error; } in ecc_copy_curve()
A Dltc_ecc_projective_dbl_point.c62 if ((err = ltc_ecc_copy_point(P, R)) != CRYPT_OK) { goto done; } in ltc_ecc_projective_dbl_point()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h268 int ltc_ecc_copy_point(const ecc_point *src, ecc_point *dst);
/optee_os/out/arm/core/
A Dtee.symb_sizes791 000000000e13f800 0000000000000078 T ltc_ecc_copy_point
A Dtee.dmp94689 e13e370: 94000524 bl e13f800 <ltc_ecc_copy_point>
94695 e13e384: 9400051f bl e13f800 <ltc_ecc_copy_point>
95642 e13ef38: 94000232 bl e13f800 <ltc_ecc_copy_point>
95791 e13f114: 940001bb bl e13f800 <ltc_ecc_copy_point>
96221 e13f650: 9400006c bl e13f800 <ltc_ecc_copy_point>
96386 000000000e13f800 <ltc_ecc_copy_point>:
96387 ltc_ecc_copy_point():
96404 e13f830: 350001c0 cbnz w0, e13f868 <ltc_ecc_copy_point+0x68>
96483 e13f910: 97ffffbc bl e13f800 <ltc_ecc_copy_point>
97205 e1402bc: 97fffd51 bl e13f800 <ltc_ecc_copy_point>
[all …]
A Dtee.map24154 .text.ltc_ecc_copy_point
24156 0x000000000e13f800 ltc_ecc_copy_point

Completed in 260 milliseconds