Home
last modified time | relevance | path

Searched refs:BufferTooSmall (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Virtualization/libs/dice/open_dice/src/
Derror.rs29 BufferTooSmall(usize), enumerator
42 Self::BufferTooSmall(buffer_required_size) => { in fmt()
59 Err(DiceError::BufferTooSmall(buffer_required_size)) in check_result()
Dretry.rs65 Err(DiceError::BufferTooSmall(actual_size)) => { in retry_with_measured_buffer()
/packages/modules/Virtualization/pvmfw/src/
Dconfig.rs44 BufferTooSmall, enumerator
64 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()
/packages/modules/Virtualization/libs/bssl/error/src/
Dcode.rs76 BufferTooSmall, enumerator
115 BufferTooSmall, enumerator
/packages/modules/Virtualization/libs/bssl/src/
Derr.rs152 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()