Home
last modified time | relevance | path

Searched defs:Nonce12 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/authgraph/boringssl/src/
H A Daes.rs42 nonce: &Nonce12, in encrypt()
65 nonce: &Nonce12, in decrypt()
/aosp_15_r20/system/authgraph/core/src/
H A Dkey.rs134 pub struct Nonce12(pub [u8; 12]); struct
136 impl Nonce12 { impl
145 impl TryFrom<&[u8]> for Nonce12 { implementation
H A Dtraits.rs64 nonce: &Nonce12, in encrypt()
72 nonce: &Nonce12, in decrypt()