Home
last modified time | relevance | path

Searched refs:ecc_populate_ltc_public_key (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/lib/libtomcrypt/
H A Decc.c218 TEE_Result ecc_populate_ltc_public_key(ecc_key *ltc_key, in ecc_populate_ltc_public_key() function
297 res = ecc_populate_ltc_public_key(&ltc_key, key, algo, &key_size_bytes); in _ltc_ecc_verify()
334 res = ecc_populate_ltc_public_key(&ltc_public_key, public_key, in _ltc_ecc_shared_secret()
H A Dacipher_helpers.h42 TEE_Result ecc_populate_ltc_public_key(ecc_key *ltc_key,
H A Dsm2-kep.c425 res = ecc_populate_ltc_public_key(&ltc_peer_key, peer_key, in crypto_acipher_sm2_kep_derive()
430 res = ecc_populate_ltc_public_key(&ltc_peer_eph_key, peer_eph_key, in crypto_acipher_sm2_kep_derive()
H A Dsm2-dsa.c167 res = ecc_populate_ltc_public_key(&ltc_key, key, algo, NULL); in sm2_ltc_dsa_verify()
H A Dsm2-pke.c354 res = ecc_populate_ltc_public_key(&ltc_key, key, TEE_ALG_SM2_PKE, NULL); in sm2_ltc_pke_encrypt()