Home
last modified time | relevance | path

Searched refs:mp_clear_multi (Results 1 – 25 of 26) sorted by relevance

12

/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_encrypt_key.c66 mp_clear_multi(g_pub, g_priv, LTC_NULL); in dsa_encrypt_key()
114 mp_clear_multi(g_pub, g_priv, LTC_NULL); in dsa_encrypt_key()
H A Ddsa_verify_hash.c75 mp_clear_multi(w, v, u1, u2, LTC_NULL); in dsa_verify_hash_raw()
122 mp_clear_multi(r, s, LTC_NULL); in dsa_verify_hash()
H A Ddsa_sign_hash.c92 mp_clear_multi(k, kinv, tmp, LTC_NULL); in dsa_sign_hash_raw()
138 mp_clear_multi(r, s, LTC_NULL); in dsa_sign_hash()
H A Ddsa_verify_key.c87 mp_clear_multi(tmp2, tmp1, LTC_NULL); in dsa_int_validate_pqg()
H A Ddsa_generate_pqg.c190 mp_clear_multi(t2L1, t2N1, t2q, t2seedlen, U, W, X, c, h, e, seedinc, LTC_NULL); in s_dsa_make_params()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_is_point_at_infinity.c48 mp_clear_multi(x3, y2, LTC_NULL); in ltc_ecc_is_point_at_infinity()
H A Dltc_ecc_points.c39mp_clear_multi(p->x, p->y, p->z, LTC_NULL); /* note: p->z may be NULL but that's ok with this func… in ltc_ecc_del_point()
H A Dltc_ecc_map.c58 mp_clear_multi(t1, t2, LTC_NULL); in ltc_ecc_map()
H A Dltc_ecc_is_point.c58 mp_clear_multi(t1, t2, LTC_NULL); in ltc_ecc_is_point()
H A Dltc_ecc_import_point.c57 mp_clear_multi(t1, t2, LTC_NULL); in ltc_ecc_import_point()
H A Dltc_ecc_projective_add_point.c55 mp_clear_multi(t1, t2, x, y, z, LTC_NULL); in ltc_ecc_projective_add_point()
193 mp_clear_multi(t1, t2, x, y, z, LTC_NULL); in ltc_ecc_projective_add_point()
H A Decc_import_x509.c82 mp_clear_multi(prime, order, a, b, gx, gy, LTC_NULL); in s_ecc_import_x509_with_curve()
H A Decc_import_openssl.c98 mp_clear_multi(prime, order, a, b, gx, gy, LTC_NULL); in s_ecc_import_private_with_curve()
H A Decc_import_pkcs8.c180 mp_clear_multi(a, b, gx, gy, LTC_NULL); in ecc_import_pkcs8()
H A Decc_sign_hash.c177 mp_clear_multi(r, s, e, b, LTC_NULL); in ecc_sign_hash_ex()
H A Decc_verify_hash.c201 mp_clear_multi(r, s, v, w, u1, u2, e, a_plus3, LTC_NULL); in ecc_verify_hash_ex()
H A Dltc_ecc_projective_dbl_point.c179 mp_clear_multi(t2, t1, LTC_NULL); in ltc_ecc_projective_dbl_point()
H A Decc_recover_key.c255 mp_clear_multi(a_plus3, y, x, e, v2, v1, u2, u1, t2, t1, w, v, s, r, LTC_NULL); in ecc_recover_key()
/optee_os/core/lib/libtomcrypt/
H A Ddsa.c158 mp_clear_multi(r, s, NULL); in crypto_acipher_dsa_sign()
195 mp_clear_multi(r, s, NULL); in crypto_acipher_dsa_verify()
H A Dsm2-dsa.c132 mp_clear_multi(k, e, r, s, tmp, NULL); in sm2_ltc_dsa_sign()
247 mp_clear_multi(rprime, sprime, t, mu, ma, eprime, R, NULL); in sm2_ltc_dsa_verify()
H A Dsm2-pke.c297 mp_clear_multi(h, NULL); in sm2_ltc_pke_decrypt()
513 mp_clear_multi(k, h, NULL); in sm2_ltc_pke_encrypt()
H A Dsm2-kep.c399 mp_clear_multi(x1bar, x2bar, tA, h, htA, mu, ma, one, NULL); in sm2_kep_derive()
/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_make_key.c136 mp_clear_multi(key->x, key->y, NULL); in dh_make_key()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_exptmod.c164 mp_clear_multi( in rsa_exptmod()
H A Drsa_make_key.c79 mp_clear_multi(tmp2, tmp1, q, p, LTC_NULL); in s_rsa_make_key()

12