Lines Matching defs:ca
225 * other (CA) certs. Note either ca should be NULL, *ca should be NULL,
242 * ca - Points to location that points to a stack of 'certificate
278 STACK_OF(X509) **ca)
296 * If there is already a ca list, use it. Otherwise, allocate one
299 ca_supplied = (ca != NULL && *ca != NULL);
300 if (ca != NULL && *ca == NULL) {
301 if ((*ca = sk_X509_new_null()) == NULL) {
333 name_str, pkey, cert, ca);
346 if (ca_supplied == B_FALSE && ca != NULL)
347 sk_X509_pop_free(*ca, X509_free);
383 * Certs which have no matching private key are assumed to be ca certs.
400 * ca certs.
464 * ca certs.
1525 * ca - Points to location that points to a stack of 'certificate
1543 STACK_OF(X509) **ca)
1666 retval |= set_results(NULL, NULL, NULL, NULL, ca, &work_ca,