| /optee_test/host/xtest/ |
| A D | sdp_basic.c | 263 op.params[1].memref.offset = offset; in inject_sdp_data() 274 size_t offset, size_t len, void *shm_ref, int ind) in transform_sdp_data() argument 303 op.params[0].memref.offset = offset; in transform_sdp_data() 344 op.params[0].memref.offset = offset; in dump_sdp_data() 441 size_t offset = 0; in sdp_basic_test() local 487 offset = (unsigned int)*ref_buf; in sdp_basic_test() 524 size_t offset, size_t size, in invoke_out_of_bounds() argument 536 op.params[0].memref.offset = 0; in invoke_out_of_bounds() 540 op.params[1].memref.offset = offset; in invoke_out_of_bounds() 560 out->size, offset, size, in invoke_out_of_bounds() [all …]
|
| A D | sha_perf.c | 148 static void alloc_shm(size_t sz, uint32_t algo, int offset) in alloc_shm() argument 153 in_shm.size = sz + offset; in alloc_shm() 287 unsigned int l, int random_in, int offset, in sha_perf_run_test() argument 308 alloc_shm(size, algo, offset); in sha_perf_run_test() 311 memset((uint8_t *)in_shm.buffer + offset, 0, size); in sha_perf_run_test() 317 op.params[0].memref.offset = 0; in sha_perf_run_test() 318 op.params[0].memref.size = size + offset; in sha_perf_run_test() 320 op.params[1].memref.offset = 0; in sha_perf_run_test() 323 op.params[2].value.b = offset; in sha_perf_run_test() 328 verbose("unaligned=%s, ", yesno(offset)); in sha_perf_run_test() [all …]
|
| A D | benchmark_2000.c | 34 int offset = 0; /* Buffer offset wrt. alloc'ed address */ in xtest_tee_benchmark_2001() local 37 CRYPTO_DEF_LOOPS, CRYPTO_USE_RANDOM, offset, in xtest_tee_benchmark_2001() 48 int offset = 0; /* Buffer offset wrt. alloc'ed address */ in xtest_tee_benchmark_2002() local 51 CRYPTO_DEF_LOOPS, CRYPTO_USE_RANDOM, offset, in xtest_tee_benchmark_2002()
|
| A D | crypto_common.h | 49 unsigned int l, int random_in, int offset,
|
| A D | regression_1000.c | 1060 op.params[0].memref.offset = 0; in test_1013_thread() 1358 op.params[0].memref.offset = 0; in xtest_tee_test_1017() 1362 op.params[1].memref.offset = page_size; in xtest_tee_test_1017() 1366 op.params[2].memref.offset = 4 * page_size; in xtest_tee_test_1017() 1370 op.params[3].memref.offset = 6 * page_size; in xtest_tee_test_1017() 1395 op.params[0].memref.offset = shm->size - (shm->size / 2) + 1; in invoke_1byte_out_of_bounds() 1446 op.params[0].memref.offset = 0; in xtest_tee_test_1018() 1450 op.params[1].memref.offset = page_size; in xtest_tee_test_1018() 1454 op.params[2].memref.offset = 4 * page_size; in xtest_tee_test_1018() 1458 op.params[3].memref.offset = 6 * page_size; in xtest_tee_test_1018()
|
| A D | regression_6000.c | 231 static TEEC_Result fs_seek(TEEC_Session *sess, uint32_t obj, int32_t offset, in fs_seek() argument 238 op.params[0].value.b = *(uint32_t *)&offset; in fs_seek()
|
| /optee_test/ta/sha_perf/ |
| A D | ta_sha_perf.c | 32 uint32_t offset = 0; in cmd_process() local 41 offset = params[2].value.b; in cmd_process() 42 in = (uint8_t *)params[0].memref.buffer + offset; in cmd_process() 43 insz = params[0].memref.size - offset; in cmd_process()
|
| /optee_test/host/xtest/gp/include/ |
| A D | xml_client_api.h | 269 #define TEEC_initialize_memory(shm, tmpMem, offset, _size, value_beginning, \ argument 274 init_mem(__shm->buffer, __shm->size, offset, _size, \ 282 init_mem((void *)(long)tmpMem, offset + _size, offset, \ 297 .parent = shm, .size = sz, .offset = offs, in TEEC_prepare_OperationEachParameter_memref()
|
| A D | xml_datastorage_api.h | 1926 ssize_t offset, int whence) in Invoke_SeekObjectData() argument 1931 if (offset >= 0) { in Invoke_SeekObjectData() 1932 offs = offset; in Invoke_SeekObjectData() 1935 offs = -offset; in Invoke_SeekObjectData()
|
| A D | xml_common_api.h | 48 op.params[parameterNumber].memref.offset = sharedMemoryOffset; \
|
| A D | xml_internal_api.h | 667 op.params[1].memref.offset = 0; in Invoke_OpenTASession()
|
| A D | xml_crypto_api.h | 3457 op.params[1].memref.offset = 0; in cipher_do_final()
|
| /optee_test/host/openssl/include/openssl/ |
| A D | rsa.h | 383 int RSA_print_fp(FILE *fp, const RSA *r, int offset); 387 int RSA_print(BIO *bp, const RSA *r, int offset);
|
| A D | ssl3.h | 444 int offset; member
|
| A D | asn1t.h | 446 unsigned long offset; /* Offset of this field in structure */ member 463 unsigned long offset; /* Offset of selector field */ member
|
| A D | asn1_mac.h | 574 void asn1_add_error(const unsigned char *address, int offset);
|