Searched refs:ShortBuffer (Results 1 – 3 of 3) sorted by relevance
79 ShortBuffer = 0xFFFF0010, enumerator111 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()
84 ShortBuffer = 0xFFFF0010, enumerator134 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()
152 return Err(Error::new(ErrorKind::ShortBuffer)); in read_raw_object()
Completed in 4 milliseconds