Home
last modified time | relevance | path

Searched defs:X509PurposeRef (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2473 pub struct X509PurposeRef(Opaque); struct
2476 impl ForeignTypeRef for X509PurposeRef { implementation
2480 impl X509PurposeRef { implementation
2510 pub fn from_idx(idx: c_int) -> Result<&'static X509PurposeRef, ErrorStack> { in from_idx()