/optee_test-3.20.0/ta/crypt/ |
A D | arith_taf.c | 82 size_t len = TEE_BigIntSizeInU32(params[0].value.a); in ta_entry_arith_new_var() 173 params[0].value.b); in ta_entry_arith_from_octet_string() 202 params[1].value.a = -1; in ta_entry_arith_get_value() 204 params[1].value.a = 1; in ta_entry_arith_get_value() 224 params[1].value.a = v; in ta_entry_arith_get_value_s32() 239 params[1].value.a = TEE_BigIntGetBit(big_int, params[0].value.b); in ta_entry_arith_get_bit() 254 params[1].value.a = TEE_BigIntGetBitCount(big_int); in ta_entry_arith_get_bit_count() 270 TEE_BigIntShiftRight(dest, op, params[0].value.b); in ta_entry_arith_shift_right() 286 params[1].value.a = TEE_BigIntCmp(op1, op2); in ta_entry_arith_cmp() 301 params[1].value.a = TEE_BigIntCmpS32(op, params[0].value.b); in ta_entry_arith_cmp_s32() [all …]
|
A D | cryp_taf.c | 123 params[0].value.b, params[1].value.a, in ta_entry_allocate_operation() 124 params[1].value.b); in ta_entry_allocate_operation() 125 params[0].value.a = op_handle_get(op); in ta_entry_allocate_operation() 367 res = TEE_AllocateTransientObject(params[0].value.a, params[0].value.b, in ta_entry_allocate_transient_object() 370 params[1].value.a = obj_handle_get(o); in ta_entry_allocate_transient_object() 436 a[n].content.value.a = ap[n].a; in unpack_attrs() 437 a[n].content.value.b = ap[n].b; in unpack_attrs() 677 params[2].value.a, params[2].value.b); in ta_entry_ae_init() 796 ¶ms[1].value.a, ¶ms[1].value.b); in ta_entry_get_object_value_attribute() 807 params[1].value.a = TEE_IsAlgorithmSupported(params[0].value.a, in ta_entry_is_algo_supported() [all …]
|
/optee_test-3.20.0/host/xtest/gp/patches/ |
A D | 0014-Pass-upper-32-bits-of-TEE_PropSetHandle-in-value.b.patch | 4 Subject: [PATCH] Pass upper 32 bits of TEE_PropSetHandle in value.b 8 upper 32 bits in value.b 28 + param.value.a = u; 29 + param.value.b = u >> 32; 36 + unsigned long u = ((uint64_t)param->value.b << 32) | param->value.a; 56 - cmdResult = TEE_AllocatePropertyEnumerator((TEE_PropSetHandle*) &pParams[0].value.a); 66 …tartPropertyEnumerator((TEE_PropSetHandle) pParams[0].value.a, (TEE_PropSetHandle) pParams[1].valu… 76 - return TEE_GetNextProperty((TEE_PropSetHandle) pParams[0].value.a); 85 - TEE_ResetPropertyEnumerator((TEE_PropSetHandle) pParams[0].value.a); 94 - TEE_FreePropertyEnumerator((TEE_PropSetHandle) pParams[0].value.a); [all …]
|
A D | 0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch | 29 nPropSet = (TEE_PropSetHandle)pParams[0].value.a; 56 nPropSet = (TEE_PropSetHandle)pParams[0].value.a; 79 char nWrongResultString[11] = "wrong value"; 83 nPropSet = (TEE_PropSetHandle)pParams[0].value.a; 110 nPropSet = (TEE_PropSetHandle)pParams[0].value.a; 137 nPropSet = (TEE_PropSetHandle)pParams[0].value.a; 164 nPropSet = (TEE_PropSetHandle)pParams[0].value.a;
|
/optee_test-3.20.0/ta/storage/ |
A D | storage.c | 52 res = TEE_OpenPersistentObject(params[2].value.a, in ta_storage_cmd_open() 54 params[1].value.a, &o); in ta_storage_cmd_open() 56 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_open() 100 params[1].value.a, ref_handle, in ta_storage_cmd_create() 107 params[1].value.b = (uintptr_t)o; in ta_storage_cmd_create() 181 ¶ms[1].value.b); in ta_storage_cmd_read() 223 offs = *(int32_t *)¶ms[0].value.b; in ta_storage_cmd_seek() 229 params[1].value.b = info.dataPosition; in ta_storage_cmd_seek() 306 params[0].value.a = (uintptr_t)oe; in ta_storage_cmd_alloc_enum() 580 res = TEE_AllocateTransientObject(params[0].value.a, params[0].value.b, in ta_storage_cmd_alloc_obj() [all …]
|
/optee_test-3.20.0/host/xtest/gp/include/ |
A D | xml_common_api.h | 130 op.params[0].value.a = a; in Invoke_Simple_Function_v1() 131 op.params[0].value.b = b; in Invoke_Simple_Function_v1() 147 op.params[0].value.a = a0; in Invoke_Simple_Function_v2() 148 op.params[0].value.b = b0; in Invoke_Simple_Function_v2() 149 op.params[1].value.a = a1; in Invoke_Simple_Function_v2() 150 op.params[1].value.b = b1; in Invoke_Simple_Function_v2() 166 op.params[0].value.a = a0; in Invoke_Simple_Function_v3() 167 op.params[0].value.b = b0; in Invoke_Simple_Function_v3() 168 op.params[1].value.a = a1; in Invoke_Simple_Function_v3() 169 op.params[1].value.b = b1; in Invoke_Simple_Function_v3() [all …]
|
A D | xml_datastorage_api.h | 1222 op.params[0].value.b = buffer; in Invoke_ReadObjectData() 1310 op.params[0].value.b = obj_info; in Invoke_GetObjectInfo1() 1456 op.params[1].value.a = flags; in Invoke_CreatePersistentObject() 1497 op.params[1].value.a = flags; in Invoke_OpenPersistentObject() 1625 op.params[0].value.a = obj_enum; in Invoke_GetNextPersistentObject_All() 1725 op.params[0].value.b = key_size; in Invoke_GenerateKey() 1750 op.params[0].value.a = obj; in GetObjectValueAttribute_helper() 1751 op.params[0].value.b = attr_id; in GetObjectValueAttribute_helper() 1898 op.params[0].value.a = buffer; in Invoke_StoreBuffer() 1910 op.params[1].value.a = size; in Invoke_StoreBuffer() [all …]
|
A D | xml_internal_api.h | 337 op.params[0].value.a = memorySize; in Invoke_MemCompare() 338 op.params[1].value.a = Case; in Invoke_MemCompare() 339 op.params[2].value.a = outValue; in Invoke_MemCompare() 355 (int32_t)op.params[2].value.a, in Invoke_MemCompare() 444 op.params[0].value.a = TACmd; in Invoke_ProcessInvokeTAOpenSession() 677 op.params[0].value.a = ta_session; in Invoke_OpenTASession() 691 return op.params[2].value.a; in Invoke_OpenTASession() 704 op.params[0].value.a = ta_session; in Invoke_InvokeTACommand() 705 op.params[0].value.b = ta_cmd_id; in Invoke_InvokeTACommand() 714 return op.params[1].value.a; in Invoke_InvokeTACommand() [all …]
|
A D | xml_client_api.h | 181 op->params[n].value.a = a; in TEEC_prepare_OperationEachParameter_value() 184 op->params[n].value.b = b; in TEEC_prepare_OperationEachParameter_value() 205 OPERATION01->params[0].value.a = \ 219 op->params[0].value.a = param_num; in store_param_info() 220 op->params[0].value.b = pt; in store_param_info() 230 op->params[1].value.a = size_in; in store_param_info() 232 op->params[1].value.b = value_in; in store_param_info() 234 op->params[2].value.a = size_out; in store_param_info() 236 op->params[2].value.b = value_out; in store_param_info() 360 (op)->params[(param_num)].value.a); \ [all …]
|
A D | xml_timearithm_api.h | 689 v |= value[n]; in Invoke_StoreS32() 719 op.params[0].value.a = src; in Invoke_BigIntGetBit() 728 op.params[1].value.a)) in Invoke_BigIntGetBit() 742 op.params[0].value.a = src; in Invoke_BigIntGetBitCount() 750 op.params[1].value.a)) in Invoke_BigIntGetBitCount() 914 op.params[0].value.a = role; in Macro_StoreBigInt() 915 op.params[0].value.b = size; in Macro_StoreBigInt() 916 op.params[1].value.a = sign; in Macro_StoreBigInt() 945 op.params[0].value.a = bigint; in Invoke_BigIntConvertToOctetString() 991 op.params[0].value.a = dst; in Invoke_BigIntConvertFromOctetString() [all …]
|
A D | xml_crypto_api.h | 1069 op.params[0].value.a = algo; in Invoke_Crypto_AllocateOperation() 2005 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricSignDigest() 2086 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricVerifyDigest() 2129 op.params[0].value.a = oph; in Invoke_Crypto_AsymmetricEncrypt() 2276 op.params[0].value.a = oph; in Invoke_Crypto_MACInit() 2314 op.params[0].value.a = oph; in Invoke_Crypto_MACUpdate() 2363 op.params[0].value.a = oph; in Invoke_Crypto_MACCompareFinal() 2402 op.params[0].value.a = oph; in Invoke_Crypto_MACComputeFinal() 2464 op.params[0].value.a = oph; in Invoke_Crypto_CipherInit() 2512 op.params[0].value.a = oph; in Invoke_Crypto_CipherUpdate() [all …]
|
/optee_test-3.20.0/host/xtest/ |
A D | xtest_helpers.c | 51 op.params[0].value.a = 0; in ta_crypt_cmd_allocate_operation() 52 op.params[0].value.b = algo; in ta_crypt_cmd_allocate_operation() 53 op.params[1].value.a = mode; in ta_crypt_cmd_allocate_operation() 54 op.params[1].value.b = max_key_size; in ta_crypt_cmd_allocate_operation() 83 op.params[0].value.a = obj_type; in ta_crypt_cmd_allocate_transient_object() 84 op.params[0].value.b = max_obj_size; in ta_crypt_cmd_allocate_transient_object() 167 a[n].a = attrs[n].content.value.a; in pack_attrs() 333 op.params[0].value.b = attr_id; in ta_crypt_cmd_get_object_buffer_attribute() 387 op.params[0].value.a = algo; in ta_crypt_cmd_is_algo_supported() 388 op.params[0].value.b = element; in ta_crypt_cmd_is_algo_supported() [all …]
|
A D | benchmark_1000.c | 50 op.params[0].value.a = arg0; in run_test_with_args() 51 op.params[0].value.b = arg1; in run_test_with_args() 52 op.params[1].value.a = arg2; in run_test_with_args() 53 op.params[1].value.b = arg3; in run_test_with_args() 61 *out0 = op.params[2].value.a; in run_test_with_args() 63 *out1 = op.params[2].value.b; in run_test_with_args()
|
A D | regression_4100.c | 27 op.params[0].value.a = num_bits; in cmd_new_var() 106 op.params[0].value.a = h; in cmd_from_octet_string() 107 op.params[0].value.b = sign; in cmd_from_octet_string() 128 op.params[0].value.b = v; in cmd_from_s32() 152 *v = op.params[1].value.a; in cmd_get_bit() 171 *v = op.params[1].value.a; in cmd_get_bit_count() 201 op.params[0].value.a = hop; in cmd_unary_cmd() 221 op.params[1].value.a = hn; in cmd_ternary_cmd() 339 op.params[0].value.b = hn; in cmd_to_fmm() 486 op.params[0].value.a = h; in cmd_get_value() [all …]
|
A D | regression_6000.c | 89 op.params[1].value.b = 0; in fs_open() 116 op.params[1].value.b = 0; in fs_create() 117 op.params[2].value.a = attr; in fs_create() 159 op.params[0].value.a = obj; in fs_close() 176 op.params[1].value.a = obj; in fs_read() 177 op.params[1].value.b = 0; in fs_read() 200 op.params[1].value.b = 0; in fs_write() 295 op.params[0].value.a = e; in fs_reset_enum() 309 op.params[0].value.a = e; in fs_free_enum() 323 op.params[0].value.a = e; in fs_start_enum() [all …]
|
/optee_test-3.20.0/ta/socket/ |
A D | ta_entry.c | 67 setup.ipVersion = params[0].value.a; in ta_entry_tcp_open() 68 setup.server_port = params[0].value.b; in ta_entry_tcp_open() 75 res = h.socket->open(&h.ctx, &setup, ¶ms[3].value.a); in ta_entry_tcp_open() 106 setup.ipVersion = params[0].value.a; in ta_entry_udp_open() 107 setup.server_port = params[0].value.b; in ta_entry_udp_open() 114 res = h.socket->open(&h.ctx, &setup, ¶ms[3].value.a); in ta_entry_udp_open() 163 params[2].value.b = params[1].memref.size; in ta_entry_send() 165 ¶ms[2].value.b, params[2].value.a); in ta_entry_send() 188 ¶ms[1].memref.size, params[2].value.a); in ta_entry_recv() 210 params[1].value.a = h->socket->error(h->ctx); in ta_entry_error() [all …]
|
/optee_test-3.20.0/ta/supp_plugin/ |
A D | ta_entry.c | 57 values.a = params[0].value.a; in pass_values() 58 values.b = params[0].value.b; in pass_values() 61 params[1].value.a, (void *)&values, in pass_values() 63 params[0].value.a = values.a; in pass_values() 85 params[1].value.a = d[0]; in write_array() 107 params[1].value.a = (uint32_t)outlen; in get_array()
|
/optee_test-3.20.0/ta/concurrent/ |
A D | ta_entry.c | 65 params[1].value.b = inc_active_count(params[0].memref.buffer); in ta_entry_busy_loop() 67 num_rounds = params[1].value.a; in ta_entry_busy_loop() 105 params[1].value.b = inc_active_count(params[0].memref.buffer); in ta_entry_sha256() 119 num_rounds = params[1].value.a; in ta_entry_sha256()
|
/optee_test-3.20.0/ta/concurrent_large/ |
A D | ta_entry.c | 65 params[1].value.b = inc_active_count(params[0].memref.buffer); in ta_entry_busy_loop() 67 num_rounds = params[1].value.a; in ta_entry_busy_loop() 105 params[1].value.b = inc_active_count(params[0].memref.buffer); in ta_entry_sha256() 119 num_rounds = params[1].value.a; in ta_entry_sha256()
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | e_os2.h | 294 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ argument 296 { static type _hide_##name=value; return &_hide_##name; } 300 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
|
A D | x509v3.h | 127 char *(*get_string) (void *db, char *section, char *value); 169 ASN1_TYPE *value; member 382 ",name:", val->name, ",value:", val->value); 555 ASN1_OBJECT *oid, ASN1_TYPE *value); 613 char *value); 615 char *value); 627 char *value); 629 char *name, char *value); 639 int X509V3_get_value_bool(CONF_VALUE *value, int *asn1_bool); 640 int X509V3_get_value_int(CONF_VALUE *value, ASN1_INTEGER **aint); [all …]
|
A D | txt_db.h | 105 OPENSSL_STRING *value); 106 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
|
/optee_test-3.20.0/ta/rpc_test/ |
A D | ta_rpc.c | 44 params[n].value = pParams[n].value; in rpc_call_cryp() 83 pParams[n].value = params[n].value; in rpc_call_cryp()
|
/optee_test-3.20.0/ta/aes_perf/ |
A D | ta_aes_perf.c | 137 n = params[2].value.a; in cmd_process() 138 unit = params[2].value.b; in cmd_process() 205 mode = params[0].value.a ? TEE_MODE_DECRYPT : TEE_MODE_ENCRYPT; in cmd_prepare_key() 206 keysize = params[0].value.b; in cmd_prepare_key() 209 switch (params[1].value.a) { in cmd_prepare_key()
|
/optee_test-3.20.0/ta/bti_test/ |
A D | ta_entry.c | 60 params[0].value.a = 1; in check_bti_implemented() 63 params[0].value.a = 0; in check_bti_implemented()
|