Home
last modified time | relevance | path

Searched refs:count (Results 1 – 9 of 9) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Debcdic.h20 void *ebcdic2ascii(void *dest, const void *srce, size_t count);
21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
A Devp.h166 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
277 int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count);
597 int EVP_Digest(const void *data, size_t count,
613 int datal, int count, unsigned char *key,
A Dssl.h1768 size_t SSL_get_finished(const SSL *s, void *buf, size_t count);
1769 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count);
/optee_test-3.20.0/host/xtest/
A Dregression_6000.c186 *count = op.params[1].value.b; in fs_read()
545 uint32_t count = 0; in test_truncate_file_length() local
615 uint32_t count = 0; in test_extend_file_length() local
689 uint32_t count = 0; in test_file_hole() local
897 uint32_t count = 0; in xtest_tee_test_6003_single() local
941 uint32_t count = 0; in xtest_tee_test_6004_single() local
1000 uint32_t count = 0; in xtest_tee_test_6005_single() local
1096 uint32_t count = 0; in xtest_tee_test_6008_single() local
1713 uint32_t count = 0; in test_6016_thread() local
1930 uint32_t count = 0; in xtest_tee_test_6018_single() local
[all …]
A Dxtest_helpers.h111 void xtest_barrier_init(pthread_barrier_t *barrier, unsigned count);
A Dxtest_helpers.c466 void xtest_barrier_init(pthread_barrier_t *barrier, unsigned count) in xtest_barrier_init() argument
468 int e = pthread_barrier_init(barrier, NULL, count); in xtest_barrier_init()
A Dpkcs11_1000.c134 CK_ULONG count = 0; in init_lib_and_find_token_slot() local
140 rv = C_GetSlotList(CK_TRUE, NULL, &count); in init_lib_and_find_token_slot()
144 if (count < 1) { in init_lib_and_find_token_slot()
149 slots = malloc(count * sizeof(CK_SLOT_ID)); in init_lib_and_find_token_slot()
155 rv = C_GetSlotList(CK_TRUE, slots, &count); in init_lib_and_find_token_slot()
160 *slot = slots[count - 1]; in init_lib_and_find_token_slot()
2408 CK_ULONG count = 1; in destroy_persistent_objects() local
2433 rv = C_FindObjects(session, &obj_hdl, 1, &count); in destroy_persistent_objects()
2436 if (!count) in destroy_persistent_objects()
/optee_test-3.20.0/ta/os_test/
A Dos_test.c1403 int *count = data; in iterate_hdr_cb() local
1405 (*count)++; in iterate_hdr_cb()
1406 IMSG("ELF module index: %d", *count); in iterate_hdr_cb()
1422 size_t count = 0; in expect_dl_count_ge() local
1424 st = dl_iterate_phdr(iterate_hdr_cb, (void *)&count); in expect_dl_count_ge()
1433 if (count < exp_count) { in expect_dl_count_ge()
1438 EMSG("Expected count > %zu, got: %zu", exp_count, count); in expect_dl_count_ge()
/optee_test-3.20.0/host/xtest/gp/include/
A Dxml_datastorage_api.h1606 uint32_t count) in Invoke_GetNextPersistentObject_All() argument
1614 if (!ADBG_EXPECT_COMPARE_UNSIGNED(c, count, <, MAX_NUM_SAVED_OBJ_INFO)) in Invoke_GetNextPersistentObject_All()
1623 for (n = 0; n < count; n++) { in Invoke_GetNextPersistentObject_All()

Completed in 52 milliseconds