Lines Matching defs:cert
68 * cert - Location to store resulting cert if found.
73 * match. If no key matches the cert, then only the cert
80 X509 **cert)
91 if (cert) *cert = NULL;
95 /* first try to load a DER cert, which cannot contain a key */
117 /* take the first cert in the file, if any */
118 if (cert && (certs != NULL)) {
131 * if we found a cert and some keys,
133 * matches the cert
158 if (cert && tmpcert) {
159 *cert = tmpcert;
180 * certs - Location to store resulting cert if found.
198 /* first try to load a DER cert, which cannot contain a key */