Searched refs:protected_hdr (Results 1 – 1 of 1) sorted by relevance
100 let mut protected_hdr = HeaderBuilder::new().algorithm(iana::Algorithm::A256GCM); in create_arc() localVariable104 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()