Home
last modified time | relevance | path

Searched refs:s (Results 1 – 7 of 7) sorted by relevance

/optee_client/tee-supplicant/src/
A Dplugin.c45 static void uuid_from_octets(TEEC_UUID *d, const uint8_t s[TEE_IOCTL_UUID_LEN]) in uuid_from_octets()
47 d->timeLow = ((uint32_t)s[0] << 24) | ((uint32_t)s[1] << 16) | in uuid_from_octets()
48 ((uint32_t)s[2] << 8) | s[3]; in uuid_from_octets()
49 d->timeMid = ((uint32_t)s[4] << 8) | s[5]; in uuid_from_octets()
50 d->timeHiAndVersion = ((uint32_t)s[6] << 8) | s[7]; in uuid_from_octets()
51 memcpy(d->clockSeqAndNode, s + 8, sizeof(d->clockSeqAndNode)); in uuid_from_octets()
A Dteec_ta_load.c87 size_t s = 0; in try_load_secure_module() local
148 s = l; in try_load_secure_module()
149 if (s > *ta_size || !ta) { in try_load_secure_module()
163 if (s != fread(ta, 1, s, file)) { in try_load_secure_module()
170 *ta_size = s; in try_load_secure_module()
A Dtee_supp_fs.c66 int s = 0; in tee_fs_get_absolute_filename() local
71 s = snprintf(out, out_size, "%s%s", tee_fs_root, file); in tee_fs_get_absolute_filename()
72 if (s < 0 || (size_t)s >= out_size) in tee_fs_get_absolute_filename()
76 return (size_t)s; in tee_fs_get_absolute_filename()
289 size_t s = 0; in ree_fs_new_read() local
306 s = 0; in ree_fs_new_read()
319 s += r; in ree_fs_new_read()
322 MEMREF_SIZE(params + 1) = s; in ree_fs_new_read()
A Dtee_supplicant.c267 static void uuid_from_octets(TEEC_UUID *d, const uint8_t s[TEE_IOCTL_UUID_LEN]) in uuid_from_octets()
269 d->timeLow = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in uuid_from_octets()
270 d->timeMid = (s[4] << 8) | s[5]; in uuid_from_octets()
271 d->timeHiAndVersion = (s[6] << 8) | s[7]; in uuid_from_octets()
272 memcpy(d->clockSeqAndNode, s + 8, sizeof(d->clockSeqAndNode)); in uuid_from_octets()
/optee_client/libteec/src/
A Dtee_client_api.c533 d[3] = s->timeLow; in uuid_to_octets()
535 d[5] = s->timeMid; in uuid_to_octets()
538 memcpy(d + 8, s->clockSeqAndNode, sizeof(s->clockSeqAndNode)); in uuid_to_octets()
780 size_t s = 0; in TEEC_RegisterSharedMemory() local
791 s = shm->size; in TEEC_RegisterSharedMemory()
792 if (!s) in TEEC_RegisterSharedMemory()
793 s = 8; in TEEC_RegisterSharedMemory()
882 size_t s = 0; in TEEC_AllocateSharedMemory() local
890 s = shm->size; in TEEC_AllocateSharedMemory()
891 if (!s) in TEEC_AllocateSharedMemory()
[all …]
/optee_client/
A D.travis.yml36 # - each commit in the development branch that's not in the target branch otherwise
/optee_client/tee-supplicant/
A DCMakeLists.txt18 set (CFG_TEE_PLUGIN_LOAD_PATH "/usr/lib/tee-supplicant/plugins/" CACHE STRING "tee-supplicant's plu…

Completed in 10 milliseconds