Home
last modified time | relevance | path

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

/optee_rust/optee-teec/src/
A Derror.rs79 ShortBuffer = 0xFFFF0010, enumerator
111 ErrorKind::ShortBuffer => "The supplied buffer is too short for the generated output.", in as_str()
164 raw::TEEC_ERROR_SHORT_BUFFER => ErrorKind::ShortBuffer, in kind()
/optee_rust/optee-utee/src/
A Derror.rs84 ShortBuffer = 0xFFFF0010, enumerator
134 ErrorKind::ShortBuffer => "The supplied buffer is too short for the generated output.", in as_str()
200 raw::TEE_ERROR_SHORT_BUFFER => ErrorKind::ShortBuffer, in kind()
/optee_rust/examples/secure_storage-rs/ta/src/
A Dmain.rs152 return Err(Error::new(ErrorKind::ShortBuffer)); in read_raw_object()

Completed in 4 milliseconds