Home
last modified time | relevance | path

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

/optee_rust/optee-teec/src/
A Derror.rs47 Generic = 0xFFFF0000, enumerator
91 ErrorKind::Generic => "Non-specific cause.", in as_str()
148 raw::TEEC_ERROR_GENERIC => ErrorKind::Generic, in kind()
/optee_rust/optee-utee/src/
A Derror.rs52 Generic = 0xFFFF0000, enumerator
114 ErrorKind::Generic => "Non-specific cause.", in as_str()
184 raw::TEE_ERROR_GENERIC => ErrorKind::Generic, in kind()
/optee_rust/examples/hotp-rs/host/src/
A Dmain.rs59 return Err(Error::new(ErrorKind::Generic)); in get_hotp()

Completed in 4 milliseconds