Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c196 static bool endpoint_id_is_valid(uint32_t id) in endpoint_id_is_valid() function
212 if (endpoint_id_is_valid(id) && !sp_get_session(id)) { in new_session_id()
1138 if (!endpoint_id_is_valid(endpoint_id)) { in read_manifest_endpoint_id()