Searched refs:BufferTooSmall (Results 1 – 5 of 5) sorted by relevance
29 BufferTooSmall(usize), enumerator42 Self::BufferTooSmall(buffer_required_size) => { in fmt()59 Err(DiceError::BufferTooSmall(buffer_required_size)) in check_result()
65 Err(DiceError::BufferTooSmall(actual_size)) => { in retry_with_measured_buffer()
44 BufferTooSmall, enumerator64 Self::BufferTooSmall => write!(f, "Reserved region is smaller than config header"), in fmt()208 return Err(Error::BufferTooSmall); in new()240 .ok_or(Error::BufferTooSmall)?; in new()
76 BufferTooSmall, enumerator115 BufferTooSmall, enumerator
152 bssl_sys::CIPHER_R_BUFFER_TOO_SMALL => CipherError::BufferTooSmall, in map_cipher_reason_code()181 bssl_sys::EC_R_BUFFER_TOO_SMALL => EcError::BufferTooSmall, in map_ec_reason_code()