Home
last modified time | relevance | path

Searched refs:open_within (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/ring/src/
Daead.rs116 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/
Daead_tests.rs277 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()