Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dtee_socket.c637 static TEEC_Result tee_socket_ioctl_tcp(int fd, uint32_t command, in tee_socket_ioctl_tcp() argument
640 switch (command) { in tee_socket_ioctl_tcp()
739 static TEEC_Result tee_socket_ioctl_udp(int fd, uint32_t command, in tee_socket_ioctl_udp() argument
753 switch (command) { in tee_socket_ioctl_udp()
785 uint32_t command = 0; in tee_socket_ioctl() local
799 command = params[2].a; in tee_socket_ioctl()
813 res = tee_socket_ioctl_tcp(fd, command, buf, &sz); in tee_socket_ioctl()
818 res = tee_socket_ioctl_udp(fd, command, buf, &sz); in tee_socket_ioctl()
/optee_client/libckteec/src/
A Dinvoke_ta.c125 uint32_t command = (uint32_t)cmd; in ckteec_invoke_ta() local
167 res = TEEC_InvokeCommand(&ta_ctx.session, command, &op, &origin); in ckteec_invoke_ta()
A Dpkcs11_processing.h119 enum pkcs11_ta_cmd command);
A Dpkcs11_processing.c1402 enum pkcs11_ta_cmd command) in ck_release_active_processing() argument
1407 uint32_t cmd = command; in ck_release_active_processing()

Completed in 6 milliseconds