Searched refs:usize_from_u32 (Results 1 – 3 of 3) sorted by relevance
23 pub fn usize_from_u32(x: u32) -> usize { in usize_from_u32() function
284 let len = core::cmp::min(dest.len(), polyfill::usize_from_u32(ULONG::max_value())); in chunk()
103 assert_eq!(blocks, polyfill::usize_from_u32(blocks_u32)); in ctr32_encrypt_blocks_()