Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h56 #define TEE_MEMREF_NULL (__u64)(-1) /* NULL MemRef Buffer */ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h56 #define TEE_MEMREF_NULL ((__u64)-1) /* NULL MemRef Buffer */ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c221 MEMREF_SHM_ID(param) = TEE_MEMREF_NULL; in teec_pre_process_tmpref()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c398 if (ip.c != TEE_MEMREF_NULL) { in params_from_user()