Searched refs:ecc_populate_ltc_private_key (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | ecc.c | 193 TEE_Result ecc_populate_ltc_private_key(ecc_key *ltc_key, in ecc_populate_ltc_private_key() function 263 res = ecc_populate_ltc_private_key(<c_key, key, algo, in _ltc_ecc_sign() 335 res = ecc_populate_ltc_private_key(<c_private_key, private_key, in _ltc_ecc_shared_secret()
|
A D | acipher_helpers.h | 39 TEE_Result ecc_populate_ltc_private_key(ecc_key *ltc_key,
|
A D | sm2-kep.c | 415 res = ecc_populate_ltc_private_key(<c_my_key, my_key, in crypto_acipher_sm2_kep_derive() 420 res = ecc_populate_ltc_private_key(<c_my_eph_key, my_eph_key, in crypto_acipher_sm2_kep_derive()
|
A D | sm2-dsa.c | 50 res = ecc_populate_ltc_private_key(<c_key, key, algo, NULL); in sm2_ltc_dsa_sign()
|
A D | sm2-pke.c | 137 res = ecc_populate_ltc_private_key(<c_key, key, TEE_ALG_SM2_PKE, in sm2_ltc_pke_decrypt()
|
Completed in 6 milliseconds