Lines Matching defs:ca
157 * other (CA) certs. Note either ca should be NULL, *ca should be NULL,
174 * ca - Points to location that points to a stack of 'certificate
210 STACK_OF(X509) **ca)
228 * If there is already a ca list, use it. Otherwise, allocate one
231 ca_supplied = (ca != NULL && *ca != NULL);
232 if (ca != NULL && *ca == NULL) {
233 if ((*ca = sk_X509_new_null()) == NULL) {
265 name_str, pkey, cert, ca);
278 if (ca_supplied == B_FALSE && ca != NULL)
279 sk_X509_pop_free(*ca, X509_free);
303 * ca - Points to location that points to a stack of 'certificate
321 STACK_OF(X509) **ca)
444 retval |= set_results(NULL, NULL, NULL, NULL, ca, &work_ca,
507 * ca certs.