Home
last modified time | relevance | path

Searched refs:TEE_MODE_VERIFY (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h183 #define TEE_MODE_VERIFY 0x00000003 macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c715 *tee_id = TEE_MODE_VERIFY; in pkcs2tee_mode()
/optee_os/core/tee/
H A Dtee_svc_cryp.c2682 if (mode == TEE_MODE_ENCRYPT || mode == TEE_MODE_VERIFY) in tee_svc_cryp_check_key_type()
2687 if (mode == TEE_MODE_ENCRYPT || mode == TEE_MODE_VERIFY) in tee_svc_cryp_check_key_type()
2695 if (mode == TEE_MODE_VERIFY) in tee_svc_cryp_check_key_type()
2703 if (mode == TEE_MODE_VERIFY) in tee_svc_cryp_check_key_type()
2713 if (mode == TEE_MODE_VERIFY) in tee_svc_cryp_check_key_type()
4665 if (cs->mode != TEE_MODE_VERIFY) in syscall_asymm_verify()
/optee_os/lib/libutee/
H A Dtee_api_operations.c202 } else if (mode == TEE_MODE_VERIFY) { in TEE_AllocateOperation()
2270 if (operation->info.mode != TEE_MODE_VERIFY) in TEE_AsymmetricVerifyDigest()
2305 if (operation->info.mode != TEE_MODE_VERIFY) in __GP11_TEE_AsymmetricVerifyDigest()