Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 16 of 16) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dbenchmark_2000.c34 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 Dsdp_basic.c298 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 Dhash_perf.c169 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 Dcrypto_common.h47 unsigned int l, int random_in, int offset,
A Dregression_1000.c1081 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 Dregression_6000.c209 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 Dta_hash_perf.c48 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 Dxml_client_api.h269 #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 Dxml_datastorage_api.h1926 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 Dxml_common_api.h48 op.params[parameterNumber].memref.offset = sharedMemoryOffset; \
A Dxml_internal_api.h679 op.params[1].memref.offset = 0; in Invoke_OpenTASession()
A Dxml_crypto_api.h3457 op.params[1].memref.offset = 0; in cipher_do_final()
/optee_test-3.20.0/host/openssl/include/openssl/
A Drsa.h383 int RSA_print_fp(FILE *fp, const RSA *r, int offset);
387 int RSA_print(BIO *bp, const RSA *r, int offset);
A Dssl3.h444 int offset; member
A Dasn1t.h446 unsigned long offset; /* Offset of this field in structure */ member
463 unsigned long offset; /* Offset of selector field */ member
A Dasn1_mac.h574 void asn1_add_error(const unsigned char *address, int offset);

Completed in 69 milliseconds