Home
last modified time | relevance | path

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

/optee_rust/optee-teec/src/
A Derror.rs57 BadFormat = 0xFFFF0005, enumerator
96 ErrorKind::BadFormat => "Input data was of invalid format.", in as_str()
153 raw::TEEC_ERROR_BAD_FORMAT => ErrorKind::BadFormat, in kind()
/optee_rust/optee-utee/src/
A Derror.rs62 BadFormat = 0xFFFF0005, enumerator
119 ErrorKind::BadFormat => "Input data was of invalid format.", in as_str()
189 raw::TEE_ERROR_BAD_FORMAT => ErrorKind::BadFormat, in kind()

Completed in 3 milliseconds