Home
last modified time | relevance | path

Searched refs:hx509_certs (Results 1 – 23 of 23) sorted by relevance

/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509-protos.h306 hx509_certs /*certs*/,
312 hx509_certs /*to*/,
319 hx509_certs /*certs*/,
325 hx509_certs /*certs*/,
332 hx509_certs /*certs*/,
342 hx509_certs /*certs*/,
372 hx509_certs /*to*/,
382 hx509_certs
418 hx509_certs /*pool*/,
432 hx509_certs /*pool*/,
[all …]
H A Dhx_locl.h159 int (*init)(hx509_context, hx509_certs, void **,
161 int (*store)(hx509_context, hx509_certs, void *, int, hx509_lock);
162 int (*free)(hx509_certs, void *);
163 int (*add)(hx509_context, hx509_certs, void *, hx509_cert);
164 int (*query)(hx509_context, hx509_certs, void *,
166 int (*iter_start)(hx509_context, hx509_certs, void *, void **);
167 int (*iter)(hx509_context, hx509_certs, void *, void *, hx509_cert *);
168 int (*iter_end)(hx509_context, hx509_certs, void *, void *);
169 int (*printinfo)(hx509_context, hx509_certs,
172 int (*addkey)(hx509_context, hx509_certs, void *, hx509_private_key);
[all …]
H A Dkeyset.c120 hx509_certs c; in hx509_certs_init()
186 hx509_certs certs, in hx509_certs_store()
202 hx509_certs
338 hx509_certs certs, in hx509_certs_iter_f()
410 hx509_certs certs,
497 hx509_certs certs, in hx509_certs_find()
561 hx509_certs certs, in hx509_certs_filter()
636 hx509_certs_merge(hx509_context context, hx509_certs to, hx509_certs from) in hx509_certs_merge()
660 hx509_certs to, in hx509_certs_append()
664 hx509_certs s; in hx509_certs_append()
[all …]
H A Dks_null.c39 hx509_certs certs, void **data, int flags, in null_init()
47 null_free(hx509_certs certs, void *data) in null_free()
55 hx509_certs certs, void *data, void **cursor) in null_iter_start()
63 hx509_certs certs, void *data, void *iter, hx509_cert *cert) in null_iter()
71 hx509_certs certs, in null_iter_end()
H A Dks_mem.c53 hx509_certs certs, void **data, int flags, in mem_init()
72 mem_free(hx509_certs certs, void *data) in mem_free()
90 mem_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in mem_add()
109 hx509_certs certs, in mem_iter_start()
126 hx509_certs certs, in mem_iter()
146 hx509_certs certs, in mem_iter_end()
156 hx509_certs certs, in mem_getkeys()
181 hx509_certs certs, in mem_addkey()
H A Dks_dir.c47 hx509_certs certs;
57 hx509_certs certs, void **data, int flags, in dir_init()
90 dir_free(hx509_certs certs, void *data) in dir_free()
98 hx509_certs certs, void *data, void **cursor) in dir_iter_start()
126 hx509_certs certs, void *data, void *iter, hx509_cert *cert) in dir_iter()
187 hx509_certs certs, in dir_iter_end()
H A Dhx509-private.h40 hx509_certs /*anchors*/,
43 hx509_certs /*pool*/,
101 hx509_certs /*certs*/,
112 hx509_certs /*certs*/,
138 hx509_certs */*ret_certs*/);
260 hx509_certs
H A Dks_file.c39 hx509_certs certs;
375 hx509_certs certs, void **data, int flags, in file_init_common()
502 hx509_certs certs, void **data, int flags, in file_init_pem()
510 hx509_certs certs, void **data, int flags, in file_init_der()
517 file_free(hx509_certs certs, void *data) in file_free()
569 hx509_certs certs, void *data, int flags, hx509_lock lock) in file_store()
598 hx509_certs certs, void *data, void **cursor) in file_iter_start()
606 hx509_certs certs, void *data, void *iter, hx509_cert *cert) in file_iter()
614 hx509_certs certs, in file_iter_end()
624 hx509_certs certs, in file_getkeys()
[all …]
H A Dcollector.c44 hx509_certs unenvelop_certs;
45 hx509_certs certs;
176 hx509_certs certs) in match_localkeyid()
204 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) in match_keys()
253 hx509_certs *ret_certs) in _hx509_collector_collect_certs()
255 hx509_certs certs; in _hx509_collector_collect_certs()
H A Dlock.c44 hx509_certs certs;
115 hx509_certs
139 hx509_lock_add_certs(hx509_context context, hx509_lock lock, hx509_certs certs) in hx509_lock_add_certs()
147 hx509_certs certs = lock->certs; in hx509_lock_reset_certs()
H A Dcms.c261 hx509_certs certs, in find_CMSIdentifier()
348 hx509_certs certs, in hx509_cms_unenvelope()
785 hx509_certs pool, in hx509_cms_verify_signed()
1152 hx509_certs pool, in hx509_cms_create_signed_1()
1155 hx509_certs certs; in hx509_cms_create_signed_1()
1185 hx509_certs certs;
1186 hx509_certs anchors;
1187 hx509_certs pool;
1442 hx509_certs certs, in hx509_cms_create_signed()
1444 hx509_certs anchors, in hx509_cms_create_signed()
[all …]
H A Dks_p12.c37 hx509_certs certs;
323 hx509_certs certs, void **data, int flags, in p12_init()
565 hx509_certs certs, void *data, int flags, hx509_lock lock) in p12_store()
643 p12_free(hx509_certs certs, void *data) in p12_free()
653 p12_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in p12_add()
661 hx509_certs certs, in p12_iter_start()
671 hx509_certs certs, in p12_iter()
682 hx509_certs certs, in p12_iter_end()
H A Dks_keychain.c322 hx509_certs certs, void **data, int flags, in keychain_init()
361 keychain_free(hx509_certs certs, void *data) in keychain_free()
376 hx509_certs certs;
383 hx509_certs certs, void *data, void **cursor) in keychain_iter_start()
466 hx509_certs certs, void *data, void *cursor, hx509_cert *cert) in keychain_iter()
557 hx509_certs certs, in keychain_iter_end()
H A Dhxtool.c514 hx509_certs certs; in cms_unenvelope()
583 hx509_certs certs; in cms_create_enveloped()
710 hx509_certs certs; in pcert_print()
754 hx509_certs certs; in pcert_validate()
783 hx509_certs certs; in certificate_copy()
824 hx509_certs chain;
994 hx509_certs certs; in query()
1166 hx509_certs certs; in ocsp_verify()
1201 hx509_certs certs; in read_private_key()
1894 hx509_certs tcerts; in hxtool_ca()
[all …]
H A Dks_p11.c54 hx509_certs certs;
88 hx509_certs *);
779 hx509_certs *certs) in p11_list_keys()
830 hx509_certs certs, void **data, int flags, in p11_init()
1020 p11_free(hx509_certs certs, void *data) in p11_free()
1034 hx509_certs certs;
1040 hx509_certs certs, void *data, void **cursor) in p11_iter_start()
1082 hx509_certs certs, void *data, void *cursor, hx509_cert *cert) in p11_iter()
1090 hx509_certs certs, void *data, void *cursor) in p11_iter_end()
1140 hx509_certs certs, in p11_printinfo()
H A Drevoke.c66 hx509_certs certs;
173 hx509_certs certs, in verify_ocsp()
329 hx509_certs certs = NULL; in load_ocsp()
459 hx509_certs certs, in verify_crl()
681 hx509_certs certs, in hx509_revoke_verify()
858 hx509_certs certs;
968 hx509_certs reqcerts, in hx509_ocsp_request()
969 hx509_certs pool, in hx509_ocsp_request()
1280 hx509_certs revoked;
1331 hx509_certs certs) in hx509_crl_add_revoked_certs()
H A Dhx509.h45 typedef struct hx509_certs_data *hx509_certs; typedef
H A Dcert.c54 hx509_certs trust_anchors;
445 hx509_verify_attach_anchors(hx509_verify_ctx ctx, hx509_certs set) in hx509_verify_attach_anchors()
999 hx509_certs trust_anchors, in certificate_is_anchor()
1052 hx509_certs trust_anchors, in find_parent()
1054 hx509_certs pool, in find_parent()
1238 hx509_certs anchors, in _hx509_calculate_path()
1241 hx509_certs pool, in _hx509_calculate_path()
1976 hx509_certs pool) in hx509_verify_path()
1984 hx509_certs anchors = NULL; in hx509_verify_path()
2277 hx509_certs certs; in hx509_verify_path()
H A Dsoftp11.c68 hx509_certs certs;
609 hx509_certs certs; in add_certificate()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_locl.h344 hx509_certs certs;
346 hx509_certs anchors;
347 hx509_certs certpool;
H A Dpkinit.c363 hx509_certs certs, in build_edi()
908 hx509_certs signer_certs; in pk_verify_sign()
1868 hx509_certs c = hx509_certs_ref(certs); in _krb5_pk_set_user_id()
2659 hx509_certs certs, result; in krb5_pk_enterprise_cert()
/freebsd/crypto/heimdal/kdc/
H A Dkx509.c173 hx509_certs certs; in build_certificate()
229 hx509_certs certs; in build_certificate()
H A Dpkinit.c68 hx509_certs client_anchors;
507 hx509_certs trust_anchors; in _kdc_pk_rd_padata()
722 hx509_certs signer_certs; in _kdc_pk_rd_padata()