Searched refs:ContextSpecificConstructed0 (Results 1 – 3 of 3) sorted by relevance
139 if input.peek(der::Tag::ContextSpecificConstructed0 as u8) { in unwrap_key__()140 let _ = der::expect_tag_and_get_value(input, der::Tag::ContextSpecificConstructed0) in unwrap_key__()
190 if input.peek(u8::from(der::Tag::ContextSpecificConstructed0)) { in key_pair_from_pkcs8_()192 der::expect_tag_and_get_value(input, der::Tag::ContextSpecificConstructed0) in key_pair_from_pkcs8_()
38 ContextSpecificConstructed0 = CONTEXT_SPECIFIC | CONSTRUCTED | 0, enumerator