Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs598 pub fn signature_algorithm(&self) -> &X509AlgorithmRef { in signature_algorithm() argument
602 X509AlgorithmRef::from_const_ptr_opt(algor) in signature_algorithm()
2265 pub struct X509AlgorithmRef;
2268 impl X509AlgorithmRef { impl