Searched defs:X509Extension (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| D | extension.rs | 68 pub fn build(&self) -> Result<X509Extension, ErrorStack> { in build() 184 pub fn build(&self) -> Result<X509Extension, ErrorStack> { in build() 344 pub fn build(&self) -> Result<X509Extension, ErrorStack> { in build() 396 pub fn build(&self, ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build() 448 pub fn build(&self, ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build() 537 pub fn build(&self, ctx: &X509v3Context<'_>) -> Result<X509Extension, ErrorStack> { in build()
|
| D | mod.rs | 798 impl Stackable for X509Extension { implementation 802 impl X509Extension { implementation 815 ) -> Result<X509Extension, ErrorStack> { in new() 841 ) -> Result<X509Extension, ErrorStack> { in new_nid() 1259 extensions: &StackRef<X509Extension>, in add_extensions() 1416 pub fn extensions(&self) -> Result<Stack<X509Extension>, ErrorStack> { in extensions()
|