Symbol: hx509_certs_iter_f
crypto/heimdal/lib/hx509/cms.c
1525
ret = hx509_certs_iter_f(context, certs, sig_process, &sigctx);
crypto/heimdal/lib/hx509/cms.c
1563
ret = hx509_certs_iter_f(context, sigctx.certs, cert_process, &sigctx);
crypto/heimdal/lib/hx509/hx509-protos.h
363
hx509_certs_iter_f (
crypto/heimdal/lib/hx509/hxtool.c
1188
ret = hx509_certs_iter_f(context, certs, verify_o, &os);
crypto/heimdal/lib/hx509/hxtool.c
2082
ret = hx509_certs_iter_f(context, certs, test_one_cert, vctx);
crypto/heimdal/lib/hx509/hxtool.c
308
hx509_certs_iter_f(context, signers, hx509_ci_print_names, stdout);
crypto/heimdal/lib/hx509/hxtool.c
481
ret = hx509_certs_iter_f(context, signer, print_signer, header);
crypto/heimdal/lib/hx509/hxtool.c
732
hx509_certs_iter_f(context, certs, print_f, &s);
crypto/heimdal/lib/hx509/hxtool.c
769
hx509_certs_iter_f(context, certs, validate_f, ctx);
crypto/heimdal/lib/hx509/hxtool.c
965
hx509_certs_iter_f(context, certs, verify_f, &v);
crypto/heimdal/lib/hx509/keyset.c
413
return hx509_certs_iter_f(context, certs, certs_iter, func);
crypto/heimdal/lib/hx509/keyset.c
640
return hx509_certs_iter_f(context, from, certs_merge_func, to);
crypto/heimdal/lib/hx509/ks_file.c
584
ret = hx509_certs_iter_f(context, ksf->certs, store_func, &sc);
crypto/heimdal/lib/hx509/ks_p12.c
577
ret = hx509_certs_iter_f(context, p12->certs, store_func, &as);
crypto/heimdal/lib/hx509/revoke.c
1161
ret = hx509_certs_iter_f(context, ocsp.certs, hx509_ci_print_names, out);
crypto/heimdal/lib/hx509/revoke.c
1495
ret = hx509_certs_iter_f(context, crl->revoked, add_revoked, &c.tbsCertList);
crypto/heimdal/lib/hx509/revoke.c
991
ret = hx509_certs_iter_f(context, reqcerts, add_to_req, &ctx);
crypto/heimdal/lib/hx509/softp11.c
637
ret = hx509_certs_iter_f(context, certs, add_cert, &foo);
crypto/heimdal/lib/krb5/pkinit.c
366
return hx509_certs_iter_f(hx509ctx, certs, cert2epi, ids);