certs             169 source4/heimdal/kdc/kx509.c 	hx509_certs certs;
certs             173 source4/heimdal/kdc/kx509.c 			       NULL, &certs);
certs             181 source4/heimdal/kdc/kx509.c 	    hx509_certs_free(&certs);
certs             188 source4/heimdal/kdc/kx509.c 	ret = hx509_certs_find(hxctx, certs, q, &signer);
certs             190 source4/heimdal/kdc/kx509.c 	hx509_certs_free(&certs);
certs             225 source4/heimdal/kdc/kx509.c 	hx509_certs certs;
certs             229 source4/heimdal/kdc/kx509.c 			       NULL, &certs);
certs             235 source4/heimdal/kdc/kx509.c 	ret = hx509_get_one_cert(hxctx, certs, &template);
certs             236 source4/heimdal/kdc/kx509.c 	hx509_certs_free(&certs);
certs             471 source4/heimdal/kdc/pkinit.c 				       kdc_identity->certs,
certs             783 source4/heimdal/kdc/pkinit.c 			       kdc_identity->certs,
certs             908 source4/heimdal/kdc/pkinit.c 			       kdc_identity->certs,
certs            1624 source4/heimdal/kdc/pkinit.c 			       kdc_identity->certs,
certs            2190 source4/heimdal/lib/hx509/cert.c 	hx509_certs certs;
certs            2193 source4/heimdal/lib/hx509/cert.c 			       NULL, &certs);
certs            2198 source4/heimdal/lib/hx509/cert.c 	    ret = hx509_certs_add(context, certs, path.val[i]);
certs            2200 source4/heimdal/lib/hx509/cert.c 		hx509_certs_free(&certs);
certs            2204 source4/heimdal/lib/hx509/cert.c 	ret = hx509_certs_merge(context, certs, pool);
certs            2206 source4/heimdal/lib/hx509/cert.c 	    hx509_certs_free(&certs);
certs            2215 source4/heimdal/lib/hx509/cert.c 				      certs,
certs            2220 source4/heimdal/lib/hx509/cert.c 		hx509_certs_free(&certs);
certs            2224 source4/heimdal/lib/hx509/cert.c 	hx509_certs_free(&certs);
certs             262 source4/heimdal/lib/hx509/cms.c 		   hx509_certs certs,
certs             301 source4/heimdal/lib/hx509/cms.c     ret = hx509_certs_find(context, certs, &q, &cert);
certs             349 source4/heimdal/lib/hx509/cms.c 		     hx509_certs certs,
certs             416 source4/heimdal/lib/hx509/cms.c 	ret = find_CMSIdentifier(context, &ri->rid, certs,
certs             702 source4/heimdal/lib/hx509/cms.c any_to_certs(hx509_context context, const SignedData *sd, hx509_certs certs)
certs             718 source4/heimdal/lib/hx509/cms.c 	ret = hx509_certs_add(context, certs, c);
certs             768 source4/heimdal/lib/hx509/cms.c     hx509_certs certs = NULL;
certs             804 source4/heimdal/lib/hx509/cms.c 			   0, NULL, &certs);
certs             815 source4/heimdal/lib/hx509/cms.c     ret = any_to_certs(context, &sd, certs);
certs             820 source4/heimdal/lib/hx509/cms.c 	ret = hx509_certs_merge(context, certs, pool);
certs             841 source4/heimdal/lib/hx509/cms.c 	ret = find_CMSIdentifier(context, &signer_info->sid, certs,
certs             980 source4/heimdal/lib/hx509/cms.c 	ret = hx509_verify_path(context, ctx, cert, certs);
certs            1021 source4/heimdal/lib/hx509/cms.c     if (certs)
certs            1022 source4/heimdal/lib/hx509/cms.c 	hx509_certs_free(&certs);
certs              46 source4/heimdal/lib/hx509/collector.c     hx509_certs certs;
certs              78 source4/heimdal/lib/hx509/collector.c 			   0, NULL, &c->certs);
certs             101 source4/heimdal/lib/hx509/collector.c     return hx509_certs_add(context, c->certs, cert);
certs             176 source4/heimdal/lib/hx509/collector.c 		 hx509_certs certs)
certs             193 source4/heimdal/lib/hx509/collector.c     ret = hx509_certs_find(context, certs, &q, &cert);
certs             204 source4/heimdal/lib/hx509/collector.c match_keys(hx509_context context, struct private_key *value, hx509_certs certs)
certs             216 source4/heimdal/lib/hx509/collector.c     ret = hx509_certs_start_seq(context, certs, &cursor);
certs             222 source4/heimdal/lib/hx509/collector.c 	ret = hx509_certs_next_cert(context, certs, cursor, &c);
certs             242 source4/heimdal/lib/hx509/collector.c     hx509_certs_end_seq(context, certs, cursor);
certs             255 source4/heimdal/lib/hx509/collector.c     hx509_certs certs;
certs             260 source4/heimdal/lib/hx509/collector.c     ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs);
certs             264 source4/heimdal/lib/hx509/collector.c     ret = hx509_certs_merge(context, certs, c->certs);
certs             266 source4/heimdal/lib/hx509/collector.c 	hx509_certs_free(&certs);
certs             271 source4/heimdal/lib/hx509/collector.c 	ret = match_localkeyid(context, c->val.data[i], certs);
certs             274 source4/heimdal/lib/hx509/collector.c 	ret = match_keys(context, c->val.data[i], certs);
certs             279 source4/heimdal/lib/hx509/collector.c     *ret_certs = certs;
certs             322 source4/heimdal/lib/hx509/collector.c     if (c->certs)
certs             323 source4/heimdal/lib/hx509/collector.c 	hx509_certs_free(&c->certs);
certs             115 source4/heimdal/lib/hx509/keyset.c 		 hx509_lock lock, hx509_certs *certs)
certs             123 source4/heimdal/lib/hx509/keyset.c     *certs = NULL;
certs             164 source4/heimdal/lib/hx509/keyset.c     *certs = c;
certs             185 source4/heimdal/lib/hx509/keyset.c 		  hx509_certs certs,
certs             189 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->store == NULL) {
certs             193 source4/heimdal/lib/hx509/keyset.c 			       certs->ops->name);
certs             197 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->store)(context, certs, certs->ops_data, flags, lock);
certs             202 source4/heimdal/lib/hx509/keyset.c _hx509_certs_ref(hx509_certs certs)
certs             204 source4/heimdal/lib/hx509/keyset.c     if (certs == NULL)
certs             206 source4/heimdal/lib/hx509/keyset.c     if (certs->ref == 0)
certs             208 source4/heimdal/lib/hx509/keyset.c     if (certs->ref == UINT_MAX)
certs             210 source4/heimdal/lib/hx509/keyset.c     certs->ref++;
certs             211 source4/heimdal/lib/hx509/keyset.c     return certs;
certs             223 source4/heimdal/lib/hx509/keyset.c hx509_certs_free(hx509_certs *certs)
certs             225 source4/heimdal/lib/hx509/keyset.c     if (*certs) {
certs             226 source4/heimdal/lib/hx509/keyset.c 	if ((*certs)->ref == 0)
certs             228 source4/heimdal/lib/hx509/keyset.c 	if (--(*certs)->ref > 0)
certs             231 source4/heimdal/lib/hx509/keyset.c 	(*(*certs)->ops->free)(*certs, (*certs)->ops_data);
certs             232 source4/heimdal/lib/hx509/keyset.c 	free(*certs);
certs             233 source4/heimdal/lib/hx509/keyset.c 	*certs = NULL;
certs             254 source4/heimdal/lib/hx509/keyset.c 		      hx509_certs certs,
certs             259 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->iter_start == NULL) {
certs             262 source4/heimdal/lib/hx509/keyset.c 			       certs->ops->name);
certs             266 source4/heimdal/lib/hx509/keyset.c     ret = (*certs->ops->iter_start)(context, certs, certs->ops_data, cursor);
certs             290 source4/heimdal/lib/hx509/keyset.c 		      hx509_certs certs,
certs             295 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->iter)(context, certs, certs->ops_data, cursor, cert);
certs             312 source4/heimdal/lib/hx509/keyset.c 		    hx509_certs certs,
certs             315 source4/heimdal/lib/hx509/keyset.c     (*certs->ops->iter_end)(context, certs, certs->ops_data, cursor);
certs             337 source4/heimdal/lib/hx509/keyset.c 		 hx509_certs certs,
certs             345 source4/heimdal/lib/hx509/keyset.c     ret = hx509_certs_start_seq(context, certs, &cursor);
certs             350 source4/heimdal/lib/hx509/keyset.c 	ret = hx509_certs_next_cert(context, certs, cursor, &c);
certs             363 source4/heimdal/lib/hx509/keyset.c     hx509_certs_end_seq(context, certs, cursor);
certs             420 source4/heimdal/lib/hx509/keyset.c hx509_certs_add(hx509_context context, hx509_certs certs, hx509_cert cert)
certs             422 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->add == NULL) {
certs             425 source4/heimdal/lib/hx509/keyset.c 			       certs->ops->name);
certs             429 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->add)(context, certs, certs->ops_data, cert);
certs             448 source4/heimdal/lib/hx509/keyset.c 		 hx509_certs certs,
certs             460 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->query)
certs             461 source4/heimdal/lib/hx509/keyset.c 	return (*certs->ops->query)(context, certs, certs->ops_data, q, r);
certs             463 source4/heimdal/lib/hx509/keyset.c     ret = hx509_certs_start_seq(context, certs, &cursor);
certs             469 source4/heimdal/lib/hx509/keyset.c 	ret = hx509_certs_next_cert(context, certs, cursor, &c);
certs             481 source4/heimdal/lib/hx509/keyset.c     hx509_certs_end_seq(context, certs, cursor);
certs             564 source4/heimdal/lib/hx509/keyset.c hx509_get_one_cert(hx509_context context, hx509_certs certs, hx509_cert *c)
certs             571 source4/heimdal/lib/hx509/keyset.c     ret = hx509_certs_start_seq(context, certs, &cursor);
certs             575 source4/heimdal/lib/hx509/keyset.c     ret = hx509_certs_next_cert(context, certs, cursor, c);
certs             579 source4/heimdal/lib/hx509/keyset.c     hx509_certs_end_seq(context, certs, cursor);
certs             608 source4/heimdal/lib/hx509/keyset.c 		 hx509_certs certs,
certs             617 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->printinfo == NULL) {
certs             621 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->printinfo)(context, certs, certs->ops_data,
certs             643 source4/heimdal/lib/hx509/keyset.c 		      hx509_certs certs,
certs             646 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->getkeys == NULL) {
certs             650 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->getkeys)(context, certs, certs->ops_data, keys);
certs             655 source4/heimdal/lib/hx509/keyset.c 		      hx509_certs certs,
certs             658 source4/heimdal/lib/hx509/keyset.c     if (certs->ops->addkey == NULL) {
certs             662 source4/heimdal/lib/hx509/keyset.c 			       certs->ops->name);
certs             665 source4/heimdal/lib/hx509/keyset.c     return (*certs->ops->addkey)(context, certs, certs->ops_data, key);
certs              48 source4/heimdal/lib/hx509/ks_dir.c     hx509_certs certs;
certs              58 source4/heimdal/lib/hx509/ks_dir.c 	 hx509_certs certs, void **data, int flags,
certs              91 source4/heimdal/lib/hx509/ks_dir.c dir_free(hx509_certs certs, void *data)
certs             101 source4/heimdal/lib/hx509/ks_dir.c 	       hx509_certs certs, void *data, void **cursor)
certs             120 source4/heimdal/lib/hx509/ks_dir.c     d->certs = NULL;
certs             129 source4/heimdal/lib/hx509/ks_dir.c 	 hx509_certs certs, void *data, void *iter, hx509_cert *cert)
certs             140 source4/heimdal/lib/hx509/ks_dir.c 	if (d->certs) {
certs             141 source4/heimdal/lib/hx509/ks_dir.c 	    ret = hx509_certs_next_cert(context, d->certs, d->iter, cert);
certs             143 source4/heimdal/lib/hx509/ks_dir.c 		hx509_certs_end_seq(context, d->certs, d->iter);
certs             145 source4/heimdal/lib/hx509/ks_dir.c 		hx509_certs_free(&d->certs);
certs             152 source4/heimdal/lib/hx509/ks_dir.c 	    hx509_certs_end_seq(context, d->certs, d->iter);
certs             154 source4/heimdal/lib/hx509/ks_dir.c 	    hx509_certs_free(&d->certs);
certs             168 source4/heimdal/lib/hx509/ks_dir.c 	ret = hx509_certs_init(context, fn, 0, NULL, &d->certs);
certs             171 source4/heimdal/lib/hx509/ks_dir.c 	    ret = hx509_certs_start_seq(context, d->certs, &d->iter);
certs             173 source4/heimdal/lib/hx509/ks_dir.c 	    hx509_certs_free(&d->certs);
certs             177 source4/heimdal/lib/hx509/ks_dir.c 	    d->certs = NULL;
certs             190 source4/heimdal/lib/hx509/ks_dir.c 	     hx509_certs certs,
certs             196 source4/heimdal/lib/hx509/ks_dir.c     if (d->certs) {
certs             197 source4/heimdal/lib/hx509/ks_dir.c 	hx509_certs_end_seq(context, d->certs, d->iter);
certs             199 source4/heimdal/lib/hx509/ks_dir.c 	hx509_certs_free(&d->certs);
certs              40 source4/heimdal/lib/hx509/ks_file.c     hx509_certs certs;
certs             330 source4/heimdal/lib/hx509/ks_file.c 		 hx509_certs certs, void **data, int flags,
certs             368 source4/heimdal/lib/hx509/ks_file.c 			       0, lock, &f->certs);
certs             422 source4/heimdal/lib/hx509/ks_file.c     ret = _hx509_collector_collect_certs(context, pem_ctx.c, &f->certs);
certs             431 source4/heimdal/lib/hx509/ks_file.c 	    _hx509_certs_keys_add(context, f->certs, keys[i]);
certs             451 source4/heimdal/lib/hx509/ks_file.c 	      hx509_certs certs, void **data, int flags,
certs             454 source4/heimdal/lib/hx509/ks_file.c     return file_init_common(context, certs, data, flags, residue, lock, USE_PEM);
certs             459 source4/heimdal/lib/hx509/ks_file.c 	      hx509_certs certs, void **data, int flags,
certs             462 source4/heimdal/lib/hx509/ks_file.c     return file_init_common(context, certs, data, flags, residue, lock, USE_DER);
certs             466 source4/heimdal/lib/hx509/ks_file.c file_free(hx509_certs certs, void *data)
certs             469 source4/heimdal/lib/hx509/ks_file.c     hx509_certs_free(&f->certs);
certs             517 source4/heimdal/lib/hx509/ks_file.c 	   hx509_certs certs, void *data, int flags, hx509_lock lock)
certs             532 source4/heimdal/lib/hx509/ks_file.c     ret = hx509_certs_iter(context, f->certs, store_func, &sc);
certs             538 source4/heimdal/lib/hx509/ks_file.c file_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c)
certs             541 source4/heimdal/lib/hx509/ks_file.c     return hx509_certs_add(context, f->certs, c);
certs             546 source4/heimdal/lib/hx509/ks_file.c 		hx509_certs certs, void *data, void **cursor)
certs             549 source4/heimdal/lib/hx509/ks_file.c     return hx509_certs_start_seq(context, f->certs, cursor);
certs             554 source4/heimdal/lib/hx509/ks_file.c 	  hx509_certs certs, void *data, void *iter, hx509_cert *cert)
certs             557 source4/heimdal/lib/hx509/ks_file.c     return hx509_certs_next_cert(context, f->certs, iter, cert);
certs             562 source4/heimdal/lib/hx509/ks_file.c 	      hx509_certs certs,
certs             567 source4/heimdal/lib/hx509/ks_file.c     return hx509_certs_end_seq(context, f->certs, cursor);
certs             572 source4/heimdal/lib/hx509/ks_file.c 	     hx509_certs certs,
certs             577 source4/heimdal/lib/hx509/ks_file.c     return _hx509_certs_keys_get(context, f->certs, keys);
certs             582 source4/heimdal/lib/hx509/ks_file.c 	     hx509_certs certs,
certs             587 source4/heimdal/lib/hx509/ks_file.c     return _hx509_certs_keys_add(context, f->certs, key);
certs             265 source4/heimdal/lib/hx509/ks_keychain.c 	      hx509_certs certs, void **data, int flags,
certs             304 source4/heimdal/lib/hx509/ks_keychain.c keychain_free(hx509_certs certs, void *data)
certs             319 source4/heimdal/lib/hx509/ks_keychain.c     hx509_certs certs;
certs             326 source4/heimdal/lib/hx509/ks_keychain.c 		    hx509_certs certs, void *data, void **cursor)
certs             343 source4/heimdal/lib/hx509/ks_keychain.c 			       0, NULL, &iter->certs);
certs             351 source4/heimdal/lib/hx509/ks_keychain.c 	    hx509_certs_free(&iter->certs);
certs             370 source4/heimdal/lib/hx509/ks_keychain.c 	    ret = hx509_certs_add(context, iter->certs, cert);
certs             376 source4/heimdal/lib/hx509/ks_keychain.c     if (iter->certs) {
certs             378 source4/heimdal/lib/hx509/ks_keychain.c 	ret = hx509_certs_start_seq(context, iter->certs, &iter->cursor);
certs             380 source4/heimdal/lib/hx509/ks_keychain.c 	    hx509_certs_free(&iter->certs);
certs             409 source4/heimdal/lib/hx509/ks_keychain.c 	      hx509_certs certs, void *data, void *cursor, hx509_cert *cert)
certs             421 source4/heimdal/lib/hx509/ks_keychain.c     if (iter->certs)
certs             422 source4/heimdal/lib/hx509/ks_keychain.c 	return hx509_certs_next_cert(context, iter->certs, iter->cursor, cert);
certs             500 source4/heimdal/lib/hx509/ks_keychain.c 		  hx509_certs certs,
certs             506 source4/heimdal/lib/hx509/ks_keychain.c     if (iter->certs) {
certs             508 source4/heimdal/lib/hx509/ks_keychain.c 	ret = hx509_certs_end_seq(context, iter->certs, iter->cursor);
certs             509 source4/heimdal/lib/hx509/ks_keychain.c 	hx509_certs_free(&iter->certs);
certs              48 source4/heimdal/lib/hx509/ks_mem.c     } certs;
certs              54 source4/heimdal/lib/hx509/ks_mem.c 	 hx509_certs certs, void **data, int flags,
certs              73 source4/heimdal/lib/hx509/ks_mem.c mem_free(hx509_certs certs, void *data)
certs              78 source4/heimdal/lib/hx509/ks_mem.c     for (i = 0; i < mem->certs.len; i++)
certs              79 source4/heimdal/lib/hx509/ks_mem.c 	hx509_cert_free(mem->certs.val[i]);
certs              80 source4/heimdal/lib/hx509/ks_mem.c     free(mem->certs.val);
certs              91 source4/heimdal/lib/hx509/ks_mem.c mem_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c)
certs              96 source4/heimdal/lib/hx509/ks_mem.c     val = realloc(mem->certs.val,
certs              97 source4/heimdal/lib/hx509/ks_mem.c 		  (mem->certs.len + 1) * sizeof(mem->certs.val[0]));
certs             101 source4/heimdal/lib/hx509/ks_mem.c     mem->certs.val = val;
certs             102 source4/heimdal/lib/hx509/ks_mem.c     mem->certs.val[mem->certs.len] = hx509_cert_ref(c);
certs             103 source4/heimdal/lib/hx509/ks_mem.c     mem->certs.len++;
certs             110 source4/heimdal/lib/hx509/ks_mem.c 	       hx509_certs certs,
certs             127 source4/heimdal/lib/hx509/ks_mem.c 	 hx509_certs certs,
certs             135 source4/heimdal/lib/hx509/ks_mem.c     if (*iter >= mem->certs.len) {
certs             140 source4/heimdal/lib/hx509/ks_mem.c     *cert = hx509_cert_ref(mem->certs.val[*iter]);
certs             147 source4/heimdal/lib/hx509/ks_mem.c 	     hx509_certs certs,
certs             157 source4/heimdal/lib/hx509/ks_mem.c 	     hx509_certs certs,
certs             182 source4/heimdal/lib/hx509/ks_mem.c 	   hx509_certs certs,
certs              40 source4/heimdal/lib/hx509/ks_null.c 	  hx509_certs certs, void **data, int flags,
certs              48 source4/heimdal/lib/hx509/ks_null.c null_free(hx509_certs certs, void *data)
certs              56 source4/heimdal/lib/hx509/ks_null.c 		hx509_certs certs, void *data, void **cursor)
certs              64 source4/heimdal/lib/hx509/ks_null.c 	  hx509_certs certs, void *data, void *iter, hx509_cert *cert)
certs              72 source4/heimdal/lib/hx509/ks_null.c 	      hx509_certs certs,
certs              55 source4/heimdal/lib/hx509/ks_p11.c     hx509_certs certs;
certs             315 source4/heimdal/lib/hx509/ks_p11.c     slot->certs = NULL;
certs             361 source4/heimdal/lib/hx509/ks_p11.c     ret = p11_list_keys(context, p, slot, session, lock, &slot->certs);
certs             742 source4/heimdal/lib/hx509/ks_p11.c 	      hx509_certs *certs)
certs             782 source4/heimdal/lib/hx509/ks_p11.c     ret = _hx509_collector_collect_certs(context, collector, &slot->certs);
certs             793 source4/heimdal/lib/hx509/ks_p11.c 	 hx509_certs certs, void **data, int flags,
certs             986 source4/heimdal/lib/hx509/ks_p11.c p11_free(hx509_certs certs, void *data)
certs             992 source4/heimdal/lib/hx509/ks_p11.c 	if (p->slot[i].certs)
certs             993 source4/heimdal/lib/hx509/ks_p11.c 	    hx509_certs_free(&p->slot[i].certs);
certs            1000 source4/heimdal/lib/hx509/ks_p11.c     hx509_certs certs;
certs            1006 source4/heimdal/lib/hx509/ks_p11.c 	       hx509_certs certs, void *data, void **cursor)
certs            1017 source4/heimdal/lib/hx509/ks_p11.c     ret = hx509_certs_init(context, "MEMORY:pkcs11-iter", 0, NULL, &c->certs);
certs            1024 source4/heimdal/lib/hx509/ks_p11.c 	if (p->slot[i].certs == NULL)
certs            1026 source4/heimdal/lib/hx509/ks_p11.c 	ret = hx509_certs_merge(context, c->certs, p->slot[i].certs);
certs            1028 source4/heimdal/lib/hx509/ks_p11.c 	    hx509_certs_free(&c->certs);
certs            1034 source4/heimdal/lib/hx509/ks_p11.c     ret = hx509_certs_start_seq(context, c->certs, &c->cursor);
certs            1036 source4/heimdal/lib/hx509/ks_p11.c 	hx509_certs_free(&c->certs);
certs            1047 source4/heimdal/lib/hx509/ks_p11.c 	 hx509_certs certs, void *data, void *cursor, hx509_cert *cert)
certs            1050 source4/heimdal/lib/hx509/ks_p11.c     return hx509_certs_next_cert(context, c->certs, c->cursor, cert);
certs            1055 source4/heimdal/lib/hx509/ks_p11.c 	     hx509_certs certs, void *data, void *cursor)
certs            1059 source4/heimdal/lib/hx509/ks_p11.c     ret = hx509_certs_end_seq(context, c->certs, c->cursor);
certs            1060 source4/heimdal/lib/hx509/ks_p11.c     hx509_certs_free(&c->certs);
certs            1105 source4/heimdal/lib/hx509/ks_p11.c 	      hx509_certs certs,
certs              38 source4/heimdal/lib/hx509/ks_p12.c     hx509_certs certs;
certs             323 source4/heimdal/lib/hx509/ks_p12.c 	 hx509_certs certs, void **data, int flags,
certs             359 source4/heimdal/lib/hx509/ks_p12.c 			       0, lock, &p12->certs);
certs             428 source4/heimdal/lib/hx509/ks_p12.c     ret = _hx509_collector_collect_certs(context, c, &p12->certs);
certs             438 source4/heimdal/lib/hx509/ks_p12.c 	if (p12->certs)
certs             439 source4/heimdal/lib/hx509/ks_p12.c 	    hx509_certs_free(&p12->certs);
certs             563 source4/heimdal/lib/hx509/ks_p12.c 	  hx509_certs certs, void *data, int flags, hx509_lock lock)
certs             575 source4/heimdal/lib/hx509/ks_p12.c     ret = hx509_certs_iter(context, p12->certs, store_func, &as);
certs             641 source4/heimdal/lib/hx509/ks_p12.c p12_free(hx509_certs certs, void *data)
certs             644 source4/heimdal/lib/hx509/ks_p12.c     hx509_certs_free(&p12->certs);
certs             651 source4/heimdal/lib/hx509/ks_p12.c p12_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c)
certs             654 source4/heimdal/lib/hx509/ks_p12.c     return hx509_certs_add(context, p12->certs, c);
certs             659 source4/heimdal/lib/hx509/ks_p12.c 	       hx509_certs certs,
certs             664 source4/heimdal/lib/hx509/ks_p12.c     return hx509_certs_start_seq(context, p12->certs, cursor);
certs             669 source4/heimdal/lib/hx509/ks_p12.c 	 hx509_certs certs,
certs             675 source4/heimdal/lib/hx509/ks_p12.c     return hx509_certs_next_cert(context, p12->certs, cursor, cert);
certs             680 source4/heimdal/lib/hx509/ks_p12.c 	     hx509_certs certs,
certs             685 source4/heimdal/lib/hx509/ks_p12.c     return hx509_certs_end_seq(context, p12->certs, cursor);
certs              45 source4/heimdal/lib/hx509/lock.c     hx509_certs certs;
certs              76 source4/heimdal/lib/hx509/lock.c 			   &l->certs);
certs             119 source4/heimdal/lib/hx509/lock.c     return lock->certs;
certs             136 source4/heimdal/lib/hx509/lock.c     return hx509_certs_add(context, lock->certs, cert);
certs             140 source4/heimdal/lib/hx509/lock.c hx509_lock_add_certs(hx509_context context, hx509_lock lock, hx509_certs certs)
certs             142 source4/heimdal/lib/hx509/lock.c     return hx509_certs_merge(context, lock->certs, certs);
certs             148 source4/heimdal/lib/hx509/lock.c     hx509_certs certs = lock->certs;
certs             155 source4/heimdal/lib/hx509/lock.c 			   &lock->certs);
certs             157 source4/heimdal/lib/hx509/lock.c 	hx509_certs_free(&certs);
certs             159 source4/heimdal/lib/hx509/lock.c 	lock->certs = certs;
certs             218 source4/heimdal/lib/hx509/lock.c     hx509_certs_free(&lock->certs);
certs              67 source4/heimdal/lib/hx509/revoke.c     hx509_certs certs;
certs             129 source4/heimdal/lib/hx509/revoke.c     hx509_certs_free(&ocsp->certs);
certs             174 source4/heimdal/lib/hx509/revoke.c 	    hx509_certs certs,
certs             203 source4/heimdal/lib/hx509/revoke.c     ret = hx509_certs_find(context, certs, &q, &signer);
certs             204 source4/heimdal/lib/hx509/revoke.c     if (ret && ocsp->certs)
certs             205 source4/heimdal/lib/hx509/revoke.c 	ret = hx509_certs_find(context, ocsp->certs, &q, &signer);
certs             330 source4/heimdal/lib/hx509/revoke.c     hx509_certs certs = NULL;
certs             352 source4/heimdal/lib/hx509/revoke.c     if (basic.certs) {
certs             356 source4/heimdal/lib/hx509/revoke.c 			       NULL, &certs);
certs             362 source4/heimdal/lib/hx509/revoke.c 	for (i = 0; i < basic.certs->len; i++) {
certs             365 source4/heimdal/lib/hx509/revoke.c 	    ret = hx509_cert_init(context, &basic.certs->val[i], &c);
certs             369 source4/heimdal/lib/hx509/revoke.c 	    ret = hx509_certs_add(context, certs, c);
certs             379 source4/heimdal/lib/hx509/revoke.c     hx509_certs_free(&ocsp->certs);
certs             383 source4/heimdal/lib/hx509/revoke.c     ocsp->certs = certs;
certs             460 source4/heimdal/lib/hx509/revoke.c 	   hx509_certs certs,
certs             501 source4/heimdal/lib/hx509/revoke.c 	ret = hx509_certs_find(context, certs, &q, &signer);
certs             535 source4/heimdal/lib/hx509/revoke.c 	ret = hx509_certs_find(context, certs, &q, &crl_parent);
certs             544 source4/heimdal/lib/hx509/revoke.c 				  certs,
certs             682 source4/heimdal/lib/hx509/revoke.c 		    hx509_certs certs,
certs             710 source4/heimdal/lib/hx509/revoke.c 	    ret = verify_ocsp(context, ocsp, now, certs, parent_cert);
certs             799 source4/heimdal/lib/hx509/revoke.c 	    ret = verify_crl(context, ctx, &crl->crl, now, certs, parent_cert);
certs             860 source4/heimdal/lib/hx509/revoke.c     hx509_certs certs;
certs             892 source4/heimdal/lib/hx509/revoke.c     ret = hx509_certs_find(context, ctx->certs, &q, &parent);
certs             989 source4/heimdal/lib/hx509/revoke.c     ctx.certs = pool;
certs            1157 source4/heimdal/lib/hx509/revoke.c     if (ocsp.certs)
certs            1158 source4/heimdal/lib/hx509/revoke.c 	ret = hx509_certs_iter(context, ocsp.certs, hx509_ci_print_names, out);
certs            1327 source4/heimdal/lib/hx509/revoke.c 			    hx509_certs certs)
certs            1329 source4/heimdal/lib/hx509/revoke.c     return hx509_certs_merge(context, crl->revoked, certs);
certs             297 source4/heimdal/lib/krb5/krb5_locl.h     hx509_certs certs;
certs             158 source4/heimdal/lib/krb5/pkinit.c 	ret = hx509_certs_find(id->hx509ctx, id->certs, q, cert);
certs             204 source4/heimdal/lib/krb5/pkinit.c 				    id->certs,
certs             312 source4/heimdal/lib/krb5/pkinit.c 	  hx509_certs certs,
certs             315 source4/heimdal/lib/krb5/pkinit.c     return hx509_certs_iter(hx509ctx, certs, cert2epi, ids);
certs            1006 source4/heimdal/lib/krb5/pkinit.c 			       ctx->id->certs,
certs            1553 source4/heimdal/lib/krb5/pkinit.c     ret = hx509_certs_init(id->hx509ctx, user_id, 0, lock, &id->certs);
certs            1622 source4/heimdal/lib/krb5/pkinit.c 	hx509_certs_free(&id->certs);
certs            2010 source4/heimdal/lib/krb5/pkinit.c 	hx509_certs_free(&ctx->id->certs);