/optee_os/core/drivers/crypto/se050/core/ |
A D | ecc.c | 113 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_key_size() 120 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_key_size() 127 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_key_size() 134 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_key_size() 141 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_key_size() 171 return TEE_ERROR_BAD_PARAMETERS; in ecc_prepare_msg() 227 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_public_key() 375 ret = TEE_ERROR_BAD_PARAMETERS; in shared_secret() 382 ret = TEE_ERROR_BAD_PARAMETERS; in shared_secret() 388 ret = TEE_ERROR_BAD_PARAMETERS; in shared_secret() [all …]
|
A D | rsa.c | 95 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_public_key() 111 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_public_key() 122 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_public_key() 138 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_keypair() 158 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_keypair() 182 return TEE_ERROR_BAD_PARAMETERS; in se050_inject_keypair() 209 return TEE_ERROR_BAD_PARAMETERS; in decrypt_es() 221 res = TEE_ERROR_BAD_PARAMETERS; in decrypt_es() 270 res = TEE_ERROR_BAD_PARAMETERS; in encrypt_es() 315 res = TEE_ERROR_BAD_PARAMETERS; in decrypt_nopad() [all …]
|
/optee_os/core/pta/ |
A D | system.c | 46 return TEE_ERROR_BAD_PARAMETERS; in system_rng_reseed() 51 return TEE_ERROR_BAD_PARAMETERS; in system_rng_reseed() 72 return TEE_ERROR_BAD_PARAMETERS; in system_derive_ta_unique_key() 77 return TEE_ERROR_BAD_PARAMETERS; in system_derive_ta_unique_key() 136 return TEE_ERROR_BAD_PARAMETERS; in system_map_zi() 138 return TEE_ERROR_BAD_PARAMETERS; in system_map_zi() 178 return TEE_ERROR_BAD_PARAMETERS; in system_unmap() 181 return TEE_ERROR_BAD_PARAMETERS; in system_unmap() 193 return TEE_ERROR_BAD_PARAMETERS; in system_unmap() 218 return TEE_ERROR_BAD_PARAMETERS; in system_dlopen() [all …]
|
A D | scmi.c | 24 return TEE_ERROR_BAD_PARAMETERS; in cmd_capabilities() 45 return TEE_ERROR_BAD_PARAMETERS; in cmd_process_smt_channel() 52 return TEE_ERROR_BAD_PARAMETERS; in cmd_process_smt_channel() 73 return TEE_ERROR_BAD_PARAMETERS; in cmd_process_smt_message() 79 return TEE_ERROR_BAD_PARAMETERS; in cmd_process_smt_message() 83 return TEE_ERROR_BAD_PARAMETERS; in cmd_process_smt_message() 111 return TEE_ERROR_BAD_PARAMETERS; in cmd_get_channel_handle() 121 return TEE_ERROR_BAD_PARAMETERS; in cmd_get_channel_handle()
|
A D | stats.c | 45 return TEE_ERROR_BAD_PARAMETERS; in get_alloc_stats() 50 return TEE_ERROR_BAD_PARAMETERS; in get_alloc_stats() 113 return TEE_ERROR_BAD_PARAMETERS; in get_pager_stats() 133 return TEE_ERROR_BAD_PARAMETERS; in get_memleak_stats() 158 return TEE_ERROR_BAD_PARAMETERS; in invoke_command()
|
/optee_os/core/lib/libtomcrypt/ |
A D | ecc.c | 61 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 69 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 77 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 85 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 93 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 102 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_curve_info() 132 return TEE_ERROR_BAD_PARAMETERS; in _ltc_ecc_generate_keypair() 138 return TEE_ERROR_BAD_PARAMETERS; in _ltc_ecc_generate_keypair() 144 res = TEE_ERROR_BAD_PARAMETERS; in _ltc_ecc_generate_keypair() 150 res = TEE_ERROR_BAD_PARAMETERS; in _ltc_ecc_generate_keypair() [all …]
|
A D | dh.c | 46 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_dh_key() 58 res = TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_dh_key() 76 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dh_shared_secret() 79 return ((err == CRYPT_OK) ? TEE_SUCCESS : TEE_ERROR_BAD_PARAMETERS); in crypto_acipher_dh_shared_secret()
|
/optee_os/core/kernel/ |
A D | ldelf_syscalls.c | 41 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_map_zi() 76 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_unmap() 126 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_open_bin() 202 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_close_bin() 206 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_close_bin() 232 return TEE_ERROR_BAD_PARAMETERS; in binh_copy_to() 283 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_map_bin() 287 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_map_bin() 290 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_map_bin() 294 return TEE_ERROR_BAD_PARAMETERS; in ldelf_syscall_map_bin() [all …]
|
/optee_os/core/drivers/crypto/crypto_api/acipher/ |
A D | rsa.c | 25 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_alloc_rsa_keypair() 46 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_alloc_rsa_public_key() 92 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_rsa_key() 120 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsanopad_decrypt() 159 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsanopad_encrypt() 175 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsanopad_encrypt() 215 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsaes_decrypt() 276 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsaes_encrypt() 292 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsaes_encrypt() 370 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_rsassa_sign() [all …]
|
A D | dsa.c | 48 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_alloc_dsa_keypair() 76 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_alloc_dsa_public_key() 103 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_dsa_key() 125 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dsa_sign() 133 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dsa_sign() 154 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dsa_sign() 185 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dsa_verify() 193 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dsa_verify()
|
A D | dh.c | 21 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_alloc_dh_keypair() 41 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_dh_key() 45 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_gen_dh_key() 61 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dh_shared_secret() 68 return TEE_ERROR_BAD_PARAMETERS; in crypto_acipher_dh_shared_secret()
|
A D | ecc.c | 106 return TEE_ERROR_BAD_PARAMETERS; in ecc_generate_keypair() 135 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in ecc_sign() 151 return TEE_ERROR_BAD_PARAMETERS; in ecc_sign() 163 return TEE_ERROR_BAD_PARAMETERS; in ecc_sign() 207 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in ecc_verify() 223 return TEE_ERROR_BAD_PARAMETERS; in ecc_verify() 265 TEE_Result ret = TEE_ERROR_BAD_PARAMETERS; in ecc_shared_secret() 335 return TEE_ERROR_BAD_PARAMETERS; in drvcrypt_asym_alloc_ecc_keypair() 372 return TEE_ERROR_BAD_PARAMETERS; in drvcrypt_asym_alloc_ecc_public_key()
|
/optee_os/lib/libmbedtls/core/ |
A D | ecc.c | 64 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_keysize() 71 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_keysize() 78 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_keysize() 85 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_keysize() 92 return TEE_ERROR_BAD_PARAMETERS; in ecc_get_keysize() 134 return TEE_ERROR_BAD_PARAMETERS; in ecc_generate_keypair() 141 res = TEE_ERROR_BAD_PARAMETERS; in ecc_generate_keypair() 151 res = TEE_ERROR_BAD_PARAMETERS; in ecc_generate_keypair() 158 res = TEE_ERROR_BAD_PARAMETERS; in ecc_generate_keypair() 280 res = TEE_ERROR_BAD_PARAMETERS; in ecc_verify() [all …]
|
/optee_os/lib/libutee/ |
A D | tee_api_operations.c | 415 res = TEE_ERROR_BAD_PARAMETERS; in TEE_GetOperationInfoMultiple() 422 res = TEE_ERROR_BAD_PARAMETERS; in TEE_GetOperationInfoMultiple() 523 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 528 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 541 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 548 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 560 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 565 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey() 600 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey2() 605 res = TEE_ERROR_BAD_PARAMETERS; in TEE_SetOperationKey2() [all …]
|
/optee_os/core/tee/ |
A D | entry_std.c | 80 return TEE_ERROR_BAD_PARAMETERS; in set_fmem_param() 122 return TEE_ERROR_BAD_PARAMETERS; in set_tmem_param() 141 return TEE_ERROR_BAD_PARAMETERS; in set_tmem_param() 154 return TEE_ERROR_BAD_PARAMETERS; in set_rmem_param() 182 return TEE_ERROR_BAD_PARAMETERS; in copy_in_params() 192 return TEE_ERROR_BAD_PARAMETERS; in copy_in_params() 324 return TEE_ERROR_BAD_PARAMETERS; in get_open_session_meta() 406 res = TEE_ERROR_BAD_PARAMETERS; in entry_close_session() 436 res = TEE_ERROR_BAD_PARAMETERS; in entry_invoke_command() 463 res = TEE_ERROR_BAD_PARAMETERS; in entry_cancel() [all …]
|
/optee_os/core/pta/tests/ |
A D | aes_perf.c | 64 return TEE_ERROR_BAD_PARAMETERS; in init_ctx() 67 return TEE_ERROR_BAD_PARAMETERS; in init_ctx() 84 return TEE_ERROR_BAD_PARAMETERS; in init_ctx() 107 return TEE_ERROR_BAD_PARAMETERS; in init_ctx() 177 return TEE_ERROR_BAD_PARAMETERS; in core_aes_perf_tests() 196 return TEE_ERROR_BAD_PARAMETERS; in core_aes_perf_tests() 210 return TEE_ERROR_BAD_PARAMETERS; in core_aes_perf_tests()
|
/optee_os/core/pta/bcm/ |
A D | elog.c | 74 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_load_nitro_fw() 101 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_load_nitro_fw() 151 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_nitro_crash_dump() 170 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_nitro_crash_dump() 198 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_dump() 205 return TEE_ERROR_BAD_PARAMETERS; in pta_elog_dump()
|
A D | wdt.c | 45 return TEE_ERROR_BAD_PARAMETERS; in pta_wd_config() 69 return TEE_ERROR_BAD_PARAMETERS; in pta_wd_start() 87 return TEE_ERROR_BAD_PARAMETERS; in pta_wd_ping() 105 return TEE_ERROR_BAD_PARAMETERS; in pta_wd_stop() 124 return TEE_ERROR_BAD_PARAMETERS; in pta_wd_set_timeout()
|
A D | bnxt.c | 49 return TEE_ERROR_BAD_PARAMETERS; in get_bnxt_status() 63 return TEE_ERROR_BAD_PARAMETERS; in get_bnxt_handshake_status() 83 return TEE_ERROR_BAD_PARAMETERS; in copy_bnxt_crash_dump() 91 return TEE_ERROR_BAD_PARAMETERS; in copy_bnxt_crash_dump()
|
/optee_os/core/drivers/ |
A D | zynqmp_pm.c | 101 return TEE_ERROR_BAD_PARAMETERS; in efuse_op() 105 return TEE_ERROR_BAD_PARAMETERS; in efuse_op() 110 return TEE_ERROR_BAD_PARAMETERS; in efuse_op() 114 return TEE_ERROR_BAD_PARAMETERS; in efuse_op() 154 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_soc_version()
|
A D | imx_i2c.c | 354 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_read() 357 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_read() 360 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_read() 377 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_write() 380 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_write() 383 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_write() 398 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_probe() 401 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_probe() 404 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_probe() 419 return TEE_ERROR_BAD_PARAMETERS; in imx_i2c_init() [all …]
|
A D | zynqmp_csu_aes.c | 293 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_decrypt_data() 298 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_decrypt_data() 303 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_decrypt_data() 308 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_decrypt_data() 345 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_encrypt_data() 350 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_encrypt_data() 355 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_encrypt_data() 360 return TEE_ERROR_BAD_PARAMETERS; in zynqmp_csu_aes_encrypt_data()
|
/optee_os/core/drivers/crypto/crypto_api/authenc/ |
A D | authenc.c | 88 return TEE_ERROR_BAD_PARAMETERS; in authenc_init() 126 return TEE_ERROR_BAD_PARAMETERS; in authenc_update_aad() 161 return TEE_ERROR_BAD_PARAMETERS; in authenc_update_payload() 166 return TEE_ERROR_BAD_PARAMETERS; in authenc_update_payload() 207 return TEE_ERROR_BAD_PARAMETERS; in authenc_enc_final() 212 return TEE_ERROR_BAD_PARAMETERS; in authenc_enc_final() 255 return TEE_ERROR_BAD_PARAMETERS; in authenc_dec_final() 260 return TEE_ERROR_BAD_PARAMETERS; in authenc_dec_final()
|
/optee_os/core/drivers/imx/dcp/ |
A D | dcp.c | 238 return TEE_ERROR_BAD_PARAMETERS; in dcp_store_key() 243 return TEE_ERROR_BAD_PARAMETERS; in dcp_store_key() 285 return TEE_ERROR_BAD_PARAMETERS; in dcp_cmac() 288 return TEE_ERROR_BAD_PARAMETERS; in dcp_cmac() 349 return TEE_ERROR_BAD_PARAMETERS; in dcp_cipher_do_init() 410 return TEE_ERROR_BAD_PARAMETERS; in dcp_cipher_do_update() 420 return TEE_ERROR_BAD_PARAMETERS; in dcp_cipher_do_update() 487 return TEE_ERROR_BAD_PARAMETERS; in dcp_sha_do_init() 533 return TEE_ERROR_BAD_PARAMETERS; in dcp_sha_do_update() 542 return TEE_ERROR_BAD_PARAMETERS; in dcp_sha_do_update() [all …]
|
/optee_os/core/drivers/clk/sam/ |
A D | at91_programmable.c | 60 return TEE_ERROR_BAD_PARAMETERS; in clk_programmable_set_parent() 102 return TEE_ERROR_BAD_PARAMETERS; in clk_programmable_set_rate() 108 return TEE_ERROR_BAD_PARAMETERS; in clk_programmable_set_rate() 113 return TEE_ERROR_BAD_PARAMETERS; in clk_programmable_set_rate() 116 return TEE_ERROR_BAD_PARAMETERS; in clk_programmable_set_rate()
|