Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dtee.h54 #define TEE_GEN_CAP_MEMREF_NULL (1 << 3)/* NULL MemRef support */ macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/include/linux/
H A Dtee.h54 #define TEE_GEN_CAP_MEMREF_NULL (1 << 3) /* Support NULL MemRef */ macro
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dcore.c211 v.gen_caps |= TEE_GEN_CAP_MEMREF_NULL; in optee_get_version()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/libteec/src/
H A Dtee_client_api.c175 ctx->memref_null = gen_caps & TEE_GEN_CAP_MEMREF_NULL; in TEEC_InitializeContext()