Home
last modified time | relevance | path

Searched refs:TEEC_ERROR_GENERIC (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientRkNewFs_v1.c551 return TEEC_ERROR_GENERIC; in rkss_verify_ptable()
579 return TEEC_ERROR_GENERIC; in rkss_verify_usedflags()
602 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_index()
611 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_index()
640 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_name()
646 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_name()
651 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_name()
699 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_name()
706 return TEEC_ERROR_GENERIC; in rkss_get_fileinfo_by_name()
723 return TEEC_ERROR_GENERIC; in rkss_get_dirs_by_name()
[all …]
H A DOpteeClientRkNewFs_v2.c1026 return TEEC_ERROR_GENERIC; in ree_fs_new_create()
1034 return TEEC_ERROR_GENERIC; in ree_fs_new_create()
1046 return TEEC_ERROR_GENERIC; in ree_fs_new_create()
1093 return TEEC_ERROR_GENERIC; in ree_fs_new_read()
1105 return TEEC_ERROR_GENERIC; in ree_fs_new_read()
1159 ret = TEEC_ERROR_GENERIC; in ree_fs_new_write()
1168 ret = TEEC_ERROR_GENERIC; in ree_fs_new_write()
1183 ret = TEEC_ERROR_GENERIC; in ree_fs_new_write()
1190 ret = TEEC_ERROR_GENERIC; in ree_fs_new_write()
1231 return TEEC_ERROR_GENERIC; in ree_fs_new_truncate()
[all …]
H A Dtee_mmc_rpmb.c122 result = TEEC_ERROR_GENERIC; in emmc_rpmb_process()
131 result = TEEC_ERROR_GENERIC; in emmc_rpmb_process()
H A Dtee_ufs_rpmb.c189 result = TEEC_ERROR_GENERIC; in ufs_rpmb_process()
198 result = TEEC_ERROR_GENERIC; in ufs_rpmb_process()
H A DOpteeClientRPC.c105 return TEEC_ERROR_GENERIC; in OpteeRpcCmdRpmb()
H A DOpteeClientInterface.c121 return -TEEC_ERROR_GENERIC; in trusty_base_write_security_data()
225 return -TEEC_ERROR_GENERIC; in trusty_base_read_security_data()
1893 return -TEEC_ERROR_GENERIC; in trusty_attest_dh()
1979 return -TEEC_ERROR_GENERIC; in trusty_attest_uuid()
2070 return -TEEC_ERROR_GENERIC; in trusty_attest_get_ca()
2171 return -TEEC_ERROR_GENERIC; in trusty_attest_set_ca()
/rk3399_rockchip-uboot/common/
H A Dkeymaster.c38 return -TEEC_ERROR_GENERIC; in read_from_keymaster()
138 return -TEEC_ERROR_GENERIC; in write_to_keymaster()
H A Dwrite_keybox.c142 return -TEEC_ERROR_GENERIC; in rk_send_keybox_to_ta()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h137 #define TEEC_ERROR_GENERIC 0xFFFF0000 macro