Searched defs:NonZeroU32 (Results 1 – 13 of 13) sorted by relevance
157 iterations: NonZeroU32, in derive()183 fn derive_block(secret: &hmac::Key, iterations: NonZeroU32, salt: &[u8], idx: u32, out: &mut [u8]) { in derive_block()225 iterations: NonZeroU32, in verify()
24 unsafe impl PodInOption for NonZeroU32 {} implementation
73 unsafe impl NoUninit for NonZeroU32 {} implementation
23 unsafe impl ZeroableInOption for NonZeroU32 {} implementation
106 pub fn code(&self) -> Option<NonZeroU32> { in code()
2028 pub fn device_index_v4(&self) -> io::Result<Option<NonZeroU32>> { in device_index_v4()2057 pub fn device_index(&self) -> io::Result<Option<NonZeroU32>> { in device_index()2087 pub fn device_index_v6(&self) -> io::Result<Option<NonZeroU32>> { in device_index_v6()
94 pub const fn code(self) -> NonZeroU32 { in code()
215 fn try_into_non_zero_u32(value: i32) -> Result<NonZeroU32> { in try_into_non_zero_u32()