Home
last modified time | relevance | path

Searched refs:TEEC_ERROR_BAD_PARAMETERS (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c148 teecresult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_InitializeContext()
216 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_AllocateSharedMemory()
221 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_AllocateSharedMemory()
285 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_RegisterSharedMemory()
290 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_RegisterSharedMemory()
338 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_OpenSession()
406 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in TEEC_InvokeCommand()
H A Dtee_mmc_rpmb.c58 ret = TEEC_ERROR_BAD_PARAMETERS; in rpmb_data_req()
104 result = TEEC_ERROR_BAD_PARAMETERS; in emmc_rpmb_process()
135 result = TEEC_ERROR_BAD_PARAMETERS; in emmc_rpmb_process()
H A Dtee_ufs_rpmb.c90 ret = TEEC_ERROR_BAD_PARAMETERS; in rpmb_data_req()
171 result = TEEC_ERROR_BAD_PARAMETERS; in ufs_rpmb_process()
202 result = TEEC_ERROR_BAD_PARAMETERS; in ufs_rpmb_process()
H A DOpteeClientRkNewFs_v1.c973 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_open()
977 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_open()
1013 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_create()
1017 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_create()
1094 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_read()
1106 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_read()
1149 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_write()
1157 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_write()
1304 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_remove()
1362 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_rename()
[all …]
H A DOpteeClientRkNewFs_v2.c975 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_open()
979 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_open()
1009 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_create()
1013 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_create()
1084 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_read()
1097 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_read()
1135 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_write()
1144 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_write()
1267 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_remove()
1311 return TEEC_ERROR_BAD_PARAMETERS; in ree_fs_new_rename()
[all …]
H A DOpteeClientInterface.c1136 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1139 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1142 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1145 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1149 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1154 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1157 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1161 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1166 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
1169 return TEEC_ERROR_BAD_PARAMETERS; in trusty_oem_otp_key_cipher()
[all …]
H A DOpteeClientRPC.c69 TeecResult = TEEC_ERROR_BAD_PARAMETERS; in OpteeRpcCmdLoadV2Ta()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h143 #define TEEC_ERROR_BAD_PARAMETERS 0xFFFF0006 macro