Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/
Dpkcs8.rs139 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__()
/external/rust/crates/ring/src/ec/
Dsuite_b.rs190 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_()
/external/rust/crates/ring/src/io/
Dder.rs38 ContextSpecificConstructed0 = CONTEXT_SPECIFIC | CONSTRUCTED | 0, enumerator