Searched defs:cipher (Results 1 – 2 of 2) sorted by relevance
747 let mut cipher = Aes256Ctr::from_block_cipher(block, &nonce); in make_tlv() localVariable752 let mut cipher = Aes128Ctr::from_block_cipher(block, &nonce); in make_tlv() localVariable
97 cipher: Option<Vec<u8>>, field1885 let mut cipher = Aes256Ctr::from_block_cipher(block, &nonce); in install_image() localVariable1890 let mut cipher = Aes128Ctr::from_block_cipher(block, &nonce); in install_image() localVariable