Searched refs:Asn1Type (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 28 Asn1OctetStringRef, Asn1StringRef, Asn1TimeRef, Asn1Type, 1103 ty: Asn1Type, in append_entry_by_text_with_type() 1151 ty: Asn1Type, in append_entry_by_nid_with_type() 1993 asn1_type: Asn1Type, in new() 2015 unsafe { GeneralName::new(ffi::GEN_EMAIL, Asn1Type::IA5STRING, email) } 2019 unsafe { GeneralName::new(ffi::GEN_DNS, Asn1Type::IA5STRING, dns) } 2023 unsafe { GeneralName::new(ffi::GEN_URI, Asn1Type::IA5STRING, uri) } 2029 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets()) 2032 GeneralName::new(ffi::GEN_IPADD, Asn1Type::OCTET_STRING, &addr.octets())
|
Completed in 3 milliseconds