Home
last modified time | relevance | path

Searched refs:TEE_MODE_MAC (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h184 #define TEE_MODE_MAC 0x00000004 macro
/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c249 mode = TEE_MODE_MAC; in allocate_tee_operation()
253 mode = TEE_MODE_MAC; in allocate_tee_operation()
/optee_os/lib/libutee/
H A Dtee_api_operations.c304 if (mode != TEE_MODE_MAC) in TEE_AllocateOperation()