Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs64 impl X509 { implementation
65 pub(crate) fn from_pem(pem: &[u8]) -> Result<X509, ErrorStack> { in from_pem()
74 pub(crate) fn from_der(der: &[u8]) -> Result<X509, ErrorStack> { in from_der()
83 pub(crate) fn stack_from_pem(pem: &[u8]) -> Result<Vec<X509>, ErrorStack> { in stack_from_pem()
147 impl Stackof for X509 { implementation
151 impl Clone for X509 { implementation
/ohos5.0/base/security/code_signature/services/key_enable/src/
H A Dcert_chain_utils.rs49 fn pem_to_x509(&self, pem: &str) -> Result<X509, openssl::error::ErrorStack> { in pem_to_x509()
53 pub fn to_x509(&self) -> Result<Vec<X509>, openssl::error::ErrorStack> { in to_x509()
/ohos5.0/base/security/code_signature/utils/src/
H A Dopenssl_utils.cpp81 STACK_OF(X509) *MakeStackOfCerts(const std::vector<ByteBuffer> &certChain) in STACK_OF() argument
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c2066 static STACK_OF(X509) *GetCaFromP12(const CfBlob *keyStore, const CfBlob *pwd) in STACK_OF() argument