Searched refs:ctrl (Results 1 – 4 of 4) sorted by relevance
| /optee_client/libckteec/src/ |
| A D | pkcs11_token.c | 146 if (!ctrl) { in ck_slot_get_info() 212 if (!ctrl) { in ck_token_get_info() 314 if (!ctrl) { in ck_token_mechanism_ids() 368 if (!ctrl) { in ck_token_mechanism_info() 599 if (!ctrl) in ck_init_token() 643 if (!ctrl) in ck_init_pin() 690 if (!ctrl) in ck_set_pin() 739 if (!ctrl) in ck_login() 773 if (!ctrl) in ck_logout() 803 if (!ctrl) in ck_seed_random() [all …]
|
| A D | pkcs11_processing.c | 41 if (!ctrl) { in ck_create_object() 93 if (!ctrl) in ck_destroy_object() 138 if (!ctrl) { in ck_encdecrypt_init() 184 if (!ctrl) { in ck_encdecrypt_update() 258 if (!ctrl) { in ck_encdecrypt_oneshot() 328 if (!ctrl) { in ck_encdecrypt_final() 393 if (!ctrl) { in ck_digest_init() 430 if (!ctrl) in ck_digest_key() 465 if (!ctrl) { in ck_digest_update() 1061 if (!ctrl) in ck_find_objects_final() [all …]
|
| A D | invoke_ta.h | 60 CK_RV ckteec_invoke_ta(unsigned long cmd, TEEC_SharedMemory *ctrl, 66 TEEC_SharedMemory *ctrl) in ckteec_invoke_ctrl() argument 68 return ckteec_invoke_ta(cmd, ctrl, NULL, NULL, NULL, NULL, NULL); in ckteec_invoke_ctrl() 72 TEEC_SharedMemory *ctrl, in ckteec_invoke_ctrl_in() argument 75 return ckteec_invoke_ta(cmd, ctrl, io1, NULL, NULL, NULL, NULL); in ckteec_invoke_ctrl_in() 79 TEEC_SharedMemory *ctrl, in ckteec_invoke_ctrl_out() argument 83 return ckteec_invoke_ta(cmd, ctrl, NULL, io2, out_sz, NULL, NULL); in ckteec_invoke_ctrl_out()
|
| A D | invoke_ta.c | 120 CK_RV ckteec_invoke_ta(unsigned long cmd, TEEC_SharedMemory *ctrl, in ckteec_invoke_ta() argument 137 if (ctrl && !(ctrl->flags & TEEC_MEM_INPUT && in ckteec_invoke_ta() 138 ctrl->flags & TEEC_MEM_OUTPUT)) in ckteec_invoke_ta() 141 if (ctrl) { in ckteec_invoke_ta() 143 op.params[0].memref.parent = ctrl; in ckteec_invoke_ta() 171 if (ctrl) { in ckteec_invoke_ta() 173 memcpy(&ta_rc, ctrl->buffer, sizeof(ta_rc)); in ckteec_invoke_ta()
|
Completed in 20 milliseconds