Searched refs:ltc_ecc_copy_point (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_mulmod.c | 76 if ((err = ltc_ecc_copy_point(G, tG)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod() 139 if ((err = ltc_ecc_copy_point(M[bitbuf-8], R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod() 171 if ((err = ltc_ecc_copy_point(tG, R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
|
| H A D | ltc_ecc_mulmod_timing.c | 83 if ((err = ltc_ecc_copy_point(tG, M[0])) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod() 129 if ((err = ltc_ecc_copy_point(M[0], R)) != CRYPT_OK) { goto done; } in ltc_ecc_mulmod()
|
| H A D | ltc_ecc_points.c | 53 int ltc_ecc_copy_point(const ecc_point *src, ecc_point *dst) in ltc_ecc_copy_point() function
|
| H A D | ecc_verify_hash.c | 158 …if ((err = ltc_ecc_copy_point(&key->dp.base, mG)) != CRYPT_OK) … in ecc_verify_hash_ex() 159 …if ((err = ltc_ecc_copy_point(&key->pubkey, mQ)) != CRYPT_OK) … in ecc_verify_hash_ex()
|
| H A D | ltc_ecc_projective_add_point.c | 41 err = ltc_ecc_copy_point(Q, R); in ltc_ecc_projective_add_point() 48 err = ltc_ecc_copy_point(P, R); in ltc_ecc_projective_add_point()
|
| H A D | ecc_recover_key.c | 210 …if ((err = ltc_ecc_copy_point(&key->dp.base, mG)) != CRYPT_OK) … in ecc_recover_key() 235 …if ((err = ltc_ecc_copy_point(mQ, &key->pubkey)) != CRYPT_OK) … in ecc_recover_key()
|
| H A D | ltc_ecc_mul2add.c | 160 … if ((err = ltc_ecc_copy_point(precomp[nA + (nB<<2)], C)) != CRYPT_OK) { goto ERR_MU; } in ltc_ecc_mul2add()
|
| H A D | ecc_set_curve_internal.c | 59 if ((err = ltc_ecc_copy_point(&srckey->dp.base, &key->dp.base)) != CRYPT_OK) { goto error; } in ecc_copy_curve()
|
| H A D | ltc_ecc_projective_dbl_point.c | 55 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/ |
| H A D | tomcrypt_private.h | 321 int ltc_ecc_copy_point(const ecc_point *src, ecc_point *dst);
|