Lines Matching defs:ca
220 * other (CA) certs. Note either ca should be NULL, *ca should be NULL,
237 * ca - Points to location that points to a stack of 'certificate
273 STACK_OF(X509) **ca)
291 * If there is already a ca list, use it. Otherwise, allocate one
294 ca_supplied = (ca != NULL && *ca != NULL);
295 if (ca != NULL && *ca == NULL) {
296 if ((*ca = sk_X509_new_null()) == NULL) {
328 name_str, pkey, cert, ca);
341 if (ca_supplied == B_FALSE && ca != NULL)
342 sk_X509_pop_free(*ca, X509_free);
378 * Certs which have no matching private key are assumed to be ca certs.
395 * ca certs.
459 * ca certs.
1520 * ca - Points to location that points to a stack of 'certificate
1538 STACK_OF(X509) **ca)
1661 retval |= set_results(NULL, NULL, NULL, NULL, ca, &work_ca,