Home
last modified time | relevance | path

Searched refs:get_tee_result (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/core/
H A Drsa.c23 static TEE_Result get_tee_result(int lmd_res) in get_tee_result() function
148 return get_tee_result(lmd_res); in rsa_complete_from_key_pair()
308 res = get_tee_result(lmd_res); in sw_crypto_acipher_gen_rsa_key()
370 res = get_tee_result(lmd_res); in sw_crypto_acipher_rsanopad_encrypt()
431 res = get_tee_result(lmd_res); in sw_crypto_acipher_rsanopad_decrypt()
542 res = get_tee_result(lmd_res); in sw_crypto_acipher_rsaes_decrypt()
640 res = get_tee_result(lmd_res); in sw_crypto_acipher_rsaes_encrypt()
744 res = get_tee_result(lmd_res); in sw_crypto_acipher_rsassa_sign()
H A Decc.c24 static TEE_Result get_tee_result(int lmd_res) in get_tee_result() function
300 res = get_tee_result(lmd_res); in ecc_verify()
342 res = get_tee_result(lmd_res); in ecc_shared_secret()