Home | History | Annotate | Download | only in mozilla_security_manager

Lines Matching refs:os_cert_handle

74   if (!CERT_IsCACert(root->os_cert_handle(), NULL)) {
77 } else if (root->os_cert_handle()->isperm) {
90 root->os_cert_handle(),
94 &root->os_cert_handle()->derSubject,
121 if (!CERT_IsCACert(cert->os_cert_handle(), NULL)) {
128 if (cert->os_cert_handle()->isperm) {
135 if (CERT_VerifyCert(CERT_GetDefaultCertDB(), cert->os_cert_handle(),
150 cert->os_cert_handle(),
154 &cert->os_cert_handle()->derSubject,
186 cert->os_cert_handle(),
190 &cert->os_cert_handle()->derSubject,
231 CERTCertificate *nsscert = cert->os_cert_handle();