Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h182 #define TEE_MODE_SIGN 0x00000002 macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c712 *tee_id = TEE_MODE_SIGN; in pkcs2tee_mode()
/optee_os/lib/libutee/
H A Dtee_api_operations.c199 if (mode == TEE_MODE_SIGN) { in TEE_AllocateOperation()
2196 if (operation->info.mode != TEE_MODE_SIGN) in TEE_AsymmetricSignDigest()
2233 if (operation->info.mode != TEE_MODE_SIGN) in __GP11_TEE_AsymmetricSignDigest()
/optee_os/core/tee/
H A Dtee_svc_cryp.c4587 if (cs->mode != TEE_MODE_SIGN) { in syscall_asymm_operate()