Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Darc.rs111 let mut unprotected_hdr = HeaderBuilder::new(); in create_arc() localVariable
112 unprotected_hdr = unprotected_hdr.iv(try_to_vec(&nonce_for_enc.0)?); in create_arc()
117 unprotected_hdr = unprotected_hdr.value(int_lbl, val); in create_arc()
120 unprotected_hdr = unprotected_hdr.text_value(txt_lbl, val); in create_arc()
126 .unprotected(unprotected_hdr.build()) in create_arc()