Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Darc.rs99 let nonce_for_enc = Nonce12::new(rng); in create_arc() localVariable
112 unprotected_hdr = unprotected_hdr.iv(try_to_vec(&nonce_for_enc.0)?); in create_arc()
128 cipher.encrypt(encrypting_key, input, aad, &nonce_for_enc) in create_arc()