Searched refs:algorithm_field (Results 1 – 1 of 1) sorted by relevance
153 let algorithm_field = &ir.fields[0]; in algorithm_identifier_example() localVariable154 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() localVariable188 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 …]