Home
last modified time | relevance | path

Searched refs:job_status_to_tee_result (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_utils_status.h19 TEE_Result job_status_to_tee_result(uint32_t status);
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_status.c11 TEE_Result job_status_to_tee_result(uint32_t status) in job_status_to_tee_result() function
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_math.c96 ret = job_status_to_tee_result(jobctx.status); in do_xor_mod_n()
H A Dcaam_ecc.c362 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair()
599 ret = job_status_to_tee_result(jobctx.status); in do_sign()
757 ret = job_status_to_tee_result(jobctx.status); in do_verify()
879 ret = job_status_to_tee_result(jobctx.status); in do_shared_secret()
H A Dcaam_dh.c376 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair()
493 ret = job_status_to_tee_result(jobctx.status); in do_shared_secret()
H A Dcaam_dsa.c482 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair()
632 ret = job_status_to_tee_result(jobctx.status); in do_sign()
769 ret = job_status_to_tee_result(jobctx.status); in do_verify()
H A Dcaam_rsa.c752 ret = job_status_to_tee_result(jobctx.status); in do_gen_keypair()
1310 ret = job_status_to_tee_result(jobctx.status); in do_caam_encrypt()
1577 ret = job_status_to_tee_result(jobctx.status); in do_caam_decrypt()
/optee_os/core/drivers/crypto/caam/mp/
H A Dcaam_mp.c171 ret = job_status_to_tee_result(jobctx.status); in caam_mp_export_publickey()
306 ret = job_status_to_tee_result(jobctx.status); in caam_mp_sign()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_rng.c128 ret = job_status_to_tee_result(jobctx.status); in do_rng_read()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash_mac.c199 ret = job_status_to_tee_result(jobctx.status); in do_hmac_init()
H A Dcaam_hash.c459 return job_status_to_tee_result(jobctx.status); in do_update_hash()
663 ret = job_status_to_tee_result(jobctx.status); in caam_hash_hmac_final()
/optee_os/core/drivers/crypto/caam/cipher/
H A Dcaam_cipher_mac.c406 ret = job_status_to_tee_result(jobctx.status); in run_cmac_desc()