Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h378 #define TEE_IOC_SHM_REGISTER_FD _IOWR(TEE_IOC_MAGIC, TEE_IOC_BASE + 8, \ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c864 rfd = ioctl(ctx->fd, TEE_IOC_SHM_REGISTER_FD, &data); in TEEC_RegisterSharedMemoryFileDescriptor()