Searched refs:open_within (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/ring/src/ |
D | aead.rs | 116 self.open_within(aad, in_out, 0..) in open_in_place() 163 pub fn open_within<'in_out, A>( in open_within() method 190 fn open_within<'in_out>( in open_within_() function 229 open_within( in open_within_() 474 self.open_within(nonce, aad, in_out, 0..) in open_in_place() 481 pub fn open_within<'in_out, A>( in open_within() method
|
/external/rust/crates/ring/tests/ |
D | aead_tests.rs | 277 o_key.open_within(aad, in_out, ciphertext_and_tag) in open_with_key() 300 key.open_within(nonce, aad, in_out, ciphertext_and_tag) in open_with_less_safe_key()
|