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() 450 TEEC_SharedMemory *io1 = NULL; in ck_digest_update() 499 TEEC_SharedMemory *io1 = NULL; in ck_digest_oneshot() 500 TEEC_SharedMemory *io2 = NULL; in ck_digest_oneshot() 571 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 | 66 TEEC_SharedMemory *shm = NULL; in ck_slot_get_list() 118 TEEC_SharedMemory *ctrl = NULL; in ck_slot_get_info() 119 TEEC_SharedMemory *out = NULL; in ck_slot_get_info() 184 TEEC_SharedMemory *ctrl = NULL; in ck_token_get_info() 274 TEEC_SharedMemory *ctrl = NULL; in ck_token_mechanism_ids() 275 TEEC_SharedMemory *out = NULL; in ck_token_mechanism_ids() 333 TEEC_SharedMemory *ctrl = NULL; in ck_token_mechanism_info() 334 TEEC_SharedMemory *out = NULL; in ck_token_mechanism_info() 397 TEEC_SharedMemory *ctrl = NULL; in ck_open_session() 398 TEEC_SharedMemory *out = NULL; in ck_open_session() [all …]
|
/optee_client/public/ |
A D | tee_client_api.h | 305 } TEEC_SharedMemory; typedef 340 TEEC_SharedMemory *parent; 518 TEEC_SharedMemory *sharedMem); 532 TEEC_SharedMemory *sharedMem); 539 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 | 215 const uint32_t idx, TEEC_SharedMemory *shm) in get_param() 281 TEEC_SharedMemory shm_ta; in load_ta() 492 TEEC_SharedMemory req; in process_rpmb() 493 TEEC_SharedMemory rsp; in process_rpmb()
|
Completed in 18 milliseconds