Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_api_defines.h186 #define TEE_MODE_DERIVE 0x00000006 macro
/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c718 *tee_id = TEE_MODE_DERIVE; in pkcs2tee_mode()
/optee_os/lib/libutee/
H A Dtee_api_operations.c259 if (mode != TEE_MODE_DERIVE) in TEE_AllocateOperation()
2341 if (operation->info.mode != TEE_MODE_DERIVE) in TEE_DeriveKey()
2383 if (operation->info.mode != TEE_MODE_DERIVE) in __GP11_TEE_DeriveKey()