Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/include/
H A Dta_crypt.h259 #define TA_CRYPT_CMD_DERIVE_KEY 31 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dta_entry.c172 case TA_CRYPT_CMD_DERIVE_KEY: in TA_InvokeCommandEntryPoint()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_helpers.c310 res = TEEC_InvokeCommand(s, TA_CRYPT_CMD_DERIVE_KEY, &op, &ret_orig); in ta_crypt_cmd_derive_key()