Home
last modified time | relevance | path

Searched refs:ctrl (Results 1 – 4 of 4) sorted by relevance

/optee_client/libckteec/src/
A Dpkcs11_token.c128 if (!ctrl) { in ck_slot_get_info()
194 if (!ctrl) { in ck_token_get_info()
292 if (!ctrl) { in ck_token_mechanism_ids()
346 if (!ctrl) { in ck_token_mechanism_info()
577 if (!ctrl) in ck_init_token()
621 if (!ctrl) in ck_init_pin()
668 if (!ctrl) in ck_set_pin()
717 if (!ctrl) in ck_login()
751 if (!ctrl) in ck_logout()
781 if (!ctrl) in ck_seed_random()
[all …]
A Dpkcs11_processing.c41 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()
326 if (!ctrl) { in ck_encdecrypt_final()
391 if (!ctrl) { in ck_digest_init()
428 if (!ctrl) in ck_digest_key()
463 if (!ctrl) { in ck_digest_update()
1059 if (!ctrl) in ck_find_objects_final()
[all …]
A Dinvoke_ta.h60 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 Dinvoke_ta.c120 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 9 milliseconds