Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_certificate.cpp41 TLSCertificate::TLSCertificate(const std::string &data, EncodingFormat format, CertType certType) in TLSCertificate()
64 TLSCertificate::TLSCertificate(const std::string &data, CertType certType) in TLSCertificate()
97 bool TLSCertificate::CertificateFromData(const std::string &data, CertType certType) in CertificateFromData()
126 bool TLSCertificate::CertificateFromPem(const std::string &data, CertType certType) in CertificateFromPem()
151 bool TLSCertificate::CertificateFromDer(const std::string &data, CertType certType) in CertificateFromDer()
191 bool TLSCertificate::AnalysisCertificate(CertType certType, X509 *x509) in AnalysisCertificate()
/foundation/communication/netstack/frameworks/cj/http/src/
Dnet_http_request.cpp192 std::string &cert, std::string &certType, std::string &key, SecureChar &keyPasswd) in SetClientCert()
206 std::string &cert, std::string &certType, std::string &key, SecureChar &keyPasswd) in GetClientCert()
Dnet_http_request_context.cpp369 std::string certType{ops->clientCert->certType}; in ParseParams() local
Dnet_http_client_exec.cpp700 std::string certType; in SetSSLCertOption() local
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
Dhttp_request_options.cpp205 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in SetClientCert()
219 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in GetClientCert()
/foundation/communication/netstack/frameworks/js/napi/net_ssl/net_ssl_module/src/
Dnet_ssl_module.cpp64 napi_value certType = NapiUtils::CreateObject(env); in InitCertType() local
/foundation/communication/netstack/frameworks/js/napi/net_ssl/async_context/src/
Dcert_context.cpp112 CertType certType = static_cast<CertType>(type); in ParseCertBlobFromData() local
/foundation/communication/netstack/test/unittest/http/
DHttpRequestOptionsTest.cpp151 std::string certType = "PEM"; variable
/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.http.d.ts509 certType?: CertType; property
/foundation/communication/netstack/frameworks/cj/http/include/
Dffi_structs.h55 char* certType; member
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
Drequest_context.cpp712 std::string certType = in ParseClientCert() local
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
Dhttp_exec.cpp835 std::string certType; in AddCurlHandle() local