Home
last modified time | relevance | path

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

/external/rust/crates/getrandom/src/
Derror.rs51 pub const VXWORKS_RAND_SECURE: Error = internal_error(11); constant
167 Error::VXWORKS_RAND_SECURE => Some("randSecure: VxWorks RNG module is not initialized"), in internal_desc()
Dvxworks.rs18 return Err(Error::VXWORKS_RAND_SECURE); in getrandom_inner()