Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/pk11wrap/
H A Dsecmodt.h124 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2688 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) ||
2693 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) ||
2708 if ((type == PK11CertListRootUnique) &&
/dports/security/ca_root_nss/nss-3.71/nss/lib/pk11wrap/
H A Dsecmodt.h124 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2660 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2665 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2680 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/www/firefox/firefox-99.0/security/nss/lib/pk11wrap/
H A Dsecmodt.h124 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2688 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2693 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2708 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dsecmodt.h120 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2592 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2597 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2612 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/pk11wrap/
H A Dsecmodt.h120 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2455 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2460 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2475 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/security/nss/nss-3.76.1/nss/lib/pk11wrap/
H A Dsecmodt.h124 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2688 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2693 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2708 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/pk11wrap/
H A Dsecmodt.h124 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2688 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2693 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2708 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/pk11wrap/
H A Dsecmodt.h121 PK11CertListRootUnique = 2, /* get one instance of CA certs without a private key. enumerator
H A Dpk11cert.c2685 if ((type == PK11CertListUnique) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2690 if ((type == PK11CertListCA) || (type == PK11CertListRootUnique) || in pk11ListCertCallback()
2705 if ((type == PK11CertListRootUnique) && in pk11ListCertCallback()
/dports/security/py-python-nss/python-nss-1.0.1/doc/
H A DChangeLog499 - nss.PK11CertListRootUnique
/dports/www/firefox/firefox-99.0/security/nss/doc/rst/legacy/python_binding_for_nss/
H A Dindex.rst880 - nss.PK11CertListRootUnique
/dports/security/nss/nss-3.76.1/nss/doc/rst/legacy/python_binding_for_nss/
H A Dindex.rst880 - nss.PK11CertListRootUnique
/dports/security/py-python-nss/python-nss-1.0.1/src/
H A Dpy_nss.c25370 AddIntConstant(PK11CertListRootUnique); in MOD_INIT()