Searched refs:TEEC_SharedMemory (Results 1 – 9 of 9) sorted by relevance
| /optee_client/libckteec/src/ |
| A D | invoke_ta.h | 37 TEEC_SharedMemory *ckteec_register_shm(void *buffer, size_t size, 45 void ckteec_free_shm(TEEC_SharedMemory *shm); 60 CK_RV ckteec_invoke_ta(unsigned long cmd, TEEC_SharedMemory *ctrl, 61 TEEC_SharedMemory *io1, 62 TEEC_SharedMemory *io2, size_t *out2_size, 63 TEEC_SharedMemory *io3, size_t *out3_size); 66 TEEC_SharedMemory *ctrl) in ckteec_invoke_ctrl() 72 TEEC_SharedMemory *ctrl, in ckteec_invoke_ctrl_in() 73 TEEC_SharedMemory *io1) in ckteec_invoke_ctrl_in() 79 TEEC_SharedMemory *ctrl, in ckteec_invoke_ctrl_out() [all …]
|
| A D | pkcs11_processing.c | 24 TEEC_SharedMemory *ctrl = NULL; in ck_create_object() 25 TEEC_SharedMemory *out_shm = NULL; in ck_create_object() 83 TEEC_SharedMemory *ctrl = NULL; in ck_destroy_object() 116 TEEC_SharedMemory *ctrl = NULL; in ck_encdecrypt_init() 171 TEEC_SharedMemory *ctrl = NULL; in ck_encdecrypt_update() 245 TEEC_SharedMemory *ctrl = NULL; in ck_encdecrypt_oneshot() 452 TEEC_SharedMemory *io1 = NULL; in ck_digest_update() 501 TEEC_SharedMemory *io1 = NULL; in ck_digest_oneshot() 502 TEEC_SharedMemory *io2 = NULL; in ck_digest_oneshot() 573 TEEC_SharedMemory *io2 = NULL; in ck_digest_final() [all …]
|
| A D | invoke_ta.c | 45 TEEC_SharedMemory *shm = NULL; in ckteec_alloc_shm() 56 shm = calloc(1, sizeof(TEEC_SharedMemory)); in ckteec_alloc_shm() 75 TEEC_SharedMemory *ckteec_register_shm(void *buffer, size_t size, in ckteec_register_shm() 78 TEEC_SharedMemory *shm = NULL; in ckteec_register_shm() 89 shm = calloc(1, sizeof(TEEC_SharedMemory)); in ckteec_register_shm() 109 void ckteec_free_shm(TEEC_SharedMemory *shm) in ckteec_free_shm() 115 static bool is_output_shm(TEEC_SharedMemory *shm) in is_output_shm() 120 CK_RV ckteec_invoke_ta(unsigned long cmd, TEEC_SharedMemory *ctrl, in ckteec_invoke_ta() 121 TEEC_SharedMemory *io1, in ckteec_invoke_ta() 122 TEEC_SharedMemory *io2, size_t *out2_size, in ckteec_invoke_ta() [all …]
|
| A D | pkcs11_token.c | 84 TEEC_SharedMemory *shm = NULL; in ck_slot_get_list() 136 TEEC_SharedMemory *ctrl = NULL; in ck_slot_get_info() 137 TEEC_SharedMemory *out = NULL; in ck_slot_get_info() 202 TEEC_SharedMemory *ctrl = NULL; in ck_token_get_info() 296 TEEC_SharedMemory *ctrl = NULL; in ck_token_mechanism_ids() 297 TEEC_SharedMemory *out = NULL; in ck_token_mechanism_ids() 355 TEEC_SharedMemory *ctrl = NULL; in ck_token_mechanism_info() 356 TEEC_SharedMemory *out = NULL; in ck_token_mechanism_info() 419 TEEC_SharedMemory *ctrl = NULL; in ck_open_session() 420 TEEC_SharedMemory *out = NULL; in ck_open_session() [all …]
|
| /optee_client/libteec/include/ |
| A D | tee_client_api.h | 328 } TEEC_SharedMemory; typedef 363 TEEC_SharedMemory *parent; 547 TEEC_SharedMemory *sharedMem); 561 TEEC_SharedMemory *sharedMem); 568 void TEEC_ReleaseSharedMemory(TEEC_SharedMemory *sharedMemory);
|
| A D | tee_client_api_extensions.h | 50 TEEC_SharedMemory *sharedMem,
|
| /optee_client/libteec/src/ |
| A D | tee_client_api.c | 195 TEEC_SharedMemory *shm) in teec_pre_process_tmpref() 255 TEEC_SharedMemory *shm = NULL; in teec_pre_process_whole() 286 TEEC_SharedMemory *shm = NULL; in teec_pre_process_partial() 333 TEEC_SharedMemory *shms) in teec_pre_process_operation() 338 memset(shms, 0, sizeof(TEEC_SharedMemory) * in teec_pre_process_operation() 400 TEEC_SharedMemory *shm) in teec_post_process_tmpref() 414 TEEC_SharedMemory *shm = memref->parent; in teec_post_process_whole() 436 TEEC_SharedMemory *shm = memref->parent; in teec_post_process_partial() 454 TEEC_SharedMemory *shms) in teec_post_process_operation() 496 TEEC_SharedMemory *shms) in teec_free_temp_refs() [all …]
|
| /optee_client/ |
| A D | typedefs.checkpatch | 6 TEEC_SharedMemory
|
| /optee_client/tee-supplicant/src/ |
| A D | tee_supplicant.c | 226 const uint32_t idx, TEEC_SharedMemory *shm) in get_param() 292 TEEC_SharedMemory shm_ta; in load_ta() 512 TEEC_SharedMemory req; in process_rpmb() 513 TEEC_SharedMemory rsp; in process_rpmb()
|
Completed in 37 milliseconds