Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dsequence.rs153 let algorithm_field = &ir.fields[0]; in algorithm_identifier_example() localVariable
154 assert_eq!(algorithm_field.ident, "algorithm"); in algorithm_identifier_example()
155 assert_eq!(algorithm_field.attrs.asn1_type, None); in algorithm_identifier_example()
156 assert_eq!(algorithm_field.attrs.context_specific, None); in algorithm_identifier_example()
157 assert_eq!(algorithm_field.attrs.tag_mode, TagMode::Explicit); in algorithm_identifier_example()
187 let algorithm_field = &ir.fields[0]; in spki_example() localVariable
188 assert_eq!(algorithm_field.ident, "algorithm"); in spki_example()
189 assert_eq!(algorithm_field.attrs.asn1_type, None); in spki_example()
190 assert_eq!(algorithm_field.attrs.context_specific, None); in spki_example()
191 assert_eq!(algorithm_field.attrs.tag_mode, TagMode::Explicit); in spki_example()
[all …]