Home
last modified time | relevance | path

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

/optee_rust/optee-teec/src/
A Derror.rs83 TargetDead = 0xFFFF3024, enumerator
113 ErrorKind::TargetDead => "Trusted Application has panicked during the operation.", in as_str()
166 raw::TEEC_ERROR_TARGET_DEAD => ErrorKind::TargetDead, in kind()
/optee_rust/optee-utee/src/
A Derror.rs91 TargetDead = 0xFFFF3024, enumerator
137 ErrorKind::TargetDead => "Trusted Application has panicked during the operation.", in as_str()
203 raw::TEE_ERROR_TARGET_DEAD => ErrorKind::TargetDead, in kind()

Completed in 3 milliseconds