Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Darc.rs100 let mut protected_hdr = HeaderBuilder::new().algorithm(iana::Algorithm::A256GCM); in create_arc() localVariable
104 protected_hdr = protected_hdr.value(int_lbl, val); in create_arc()
107 protected_hdr = protected_hdr.text_value(txt_lbl, val); in create_arc()
125 .protected(protected_hdr.build()) in create_arc()