Searched refs:zero_from (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/ring/src/aead/ | ||
D | block.rs | 68 pub fn zero_from(&mut self, index: usize) { in zero_from() method |
D | aes_gcm.rs | 174 output.zero_from(remainder.len()); in aead() |