Searched refs:VXWORKS_RAND_SECURE (Results 1 – 2 of 2) sorted by relevance
51 pub const VXWORKS_RAND_SECURE: Error = internal_error(11); constant167 Error::VXWORKS_RAND_SECURE => Some("randSecure: VxWorks RNG module is not initialized"), in internal_desc()
18 return Err(Error::VXWORKS_RAND_SECURE); in getrandom_inner()