/optee_test-3.20.0/host/xtest/ |
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 | sdp_basic.c | 298 op.params[1].memref.offset = offset; in inject_sdp_data() 309 size_t offset, size_t len, void *shm_ref, int ind) in transform_sdp_data() argument 338 op.params[0].memref.offset = offset; in transform_sdp_data() 379 op.params[0].memref.offset = offset; in dump_sdp_data() 476 size_t offset = 0; in sdp_basic_test() local 522 offset = (unsigned int)*ref_buf; in sdp_basic_test() 559 size_t offset, size_t size, in invoke_out_of_bounds() argument 571 op.params[0].memref.offset = 0; in invoke_out_of_bounds() 575 op.params[1].memref.offset = offset; in invoke_out_of_bounds() 595 out->size, offset, size, in invoke_out_of_bounds() [all …]
|
A D | hash_perf.c | 169 static void alloc_shm(size_t sz, uint32_t algo, int offset) in alloc_shm() argument 174 in_shm.size = sz + offset; in alloc_shm() 308 unsigned int l, int random_in, int offset, in hash_perf_run_test() argument 329 alloc_shm(size, algo, offset); in hash_perf_run_test() 332 memset((uint8_t *)in_shm.buffer + offset, 0, size); in hash_perf_run_test() 338 op.params[0].memref.offset = 0; in hash_perf_run_test() 339 op.params[0].memref.size = size + offset; in hash_perf_run_test() 341 op.params[1].memref.offset = 0; in hash_perf_run_test() 344 op.params[2].value.b = offset; in hash_perf_run_test() 349 verbose("unaligned=%s, ", yesno(offset)); in hash_perf_run_test() [all …]
|
A D | crypto_common.h | 47 unsigned int l, int random_in, int offset,
|
A D | regression_1000.c | 1081 op.params[0].memref.offset = 0; in test_1013_thread() 1379 op.params[0].memref.offset = 0; in xtest_tee_test_1017() 1383 op.params[1].memref.offset = page_size; in xtest_tee_test_1017() 1387 op.params[2].memref.offset = 4 * page_size; in xtest_tee_test_1017() 1391 op.params[3].memref.offset = 6 * page_size; in xtest_tee_test_1017() 1416 op.params[0].memref.offset = shm->size - (shm->size / 2) + 1; in invoke_1byte_out_of_bounds() 1467 op.params[0].memref.offset = 0; in xtest_tee_test_1018() 1471 op.params[1].memref.offset = page_size; in xtest_tee_test_1018() 1475 op.params[2].memref.offset = 4 * page_size; in xtest_tee_test_1018() 1479 op.params[3].memref.offset = 6 * page_size; in xtest_tee_test_1018()
|
A D | regression_6000.c | 209 static TEEC_Result fs_seek(TEEC_Session *sess, uint32_t obj, int32_t offset, in fs_seek() argument 216 op.params[0].value.b = *(uint32_t *)&offset; in fs_seek()
|
/optee_test-3.20.0/ta/hash_perf/ |
A D | ta_hash_perf.c | 48 uint32_t offset = 0; in cmd_process() local 57 offset = params[2].value.b; in cmd_process() 58 in = (uint8_t *)params[0].memref.buffer + offset; in cmd_process() 59 insz = params[0].memref.size - offset; in cmd_process()
|
/optee_test-3.20.0/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 | 679 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-3.20.0/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);
|