Home
last modified time | relevance | path

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

/optee_client/libteec/src/
A Dtee_client_api.c611 struct tee_ioctl_buf_data buf_data; in TEEC_OpenSession() local
616 memset(&buf_data, 0, sizeof(buf_data)); in TEEC_OpenSession()
624 buf_data.buf_ptr = (uintptr_t)&buf; in TEEC_OpenSession()
625 buf_data.buf_len = sizeof(buf); in TEEC_OpenSession()
641 rc = ioctl(ctx->fd, TEE_IOC_OPEN_SESSION, &buf_data); in TEEC_OpenSession()
693 struct tee_ioctl_buf_data buf_data; in TEEC_InvokeCommand() local
697 memset(&buf_data, 0, sizeof(buf_data)); in TEEC_InvokeCommand()
708 buf_data.buf_ptr = (uintptr_t)&buf; in TEEC_InvokeCommand()
709 buf_data.buf_len = sizeof(buf); in TEEC_InvokeCommand()
730 rc = ioctl(session->ctx->fd, TEE_IOC_INVOKE, &buf_data); in TEEC_InvokeCommand()

Completed in 3 milliseconds