Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs998 let cert_pem = r#"-----BEGIN CERTIFICATE----- in verify() localVariable
1017 let _c = certs.cmp_pem_cert(cert_pem.as_bytes()).unwrap(); in verify()