/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hx509-protos.h | 306 hx509_certs /*certs*/, 312 hx509_certs /*to*/, 319 hx509_certs /*certs*/, 325 hx509_certs /*certs*/, 327 hx509_certs */*result*/); 332 hx509_certs /*certs*/, 337 hx509_certs_free (hx509_certs */*certs*/); 342 hx509_certs /*certs*/, 352 hx509_certs */*certs*/); 358 hx509_certs /*certs*/, [all …]
|
H A D | hx_locl.h | 159 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, 171 int (*getkeys)(hx509_context, hx509_certs, void *, hx509_private_key **); [all …]
|
H A D | keyset.c | 116 hx509_lock lock, hx509_certs *certs) in hx509_certs_init() 120 hx509_certs c; in hx509_certs_init() 186 hx509_certs certs, in hx509_certs_store() 202 hx509_certs 203 hx509_certs_ref(hx509_certs certs) in hx509_certs_ref() 224 hx509_certs_free(hx509_certs *certs) in hx509_certs_free() 255 hx509_certs certs, in hx509_certs_start_seq() 291 hx509_certs certs, in hx509_certs_next_cert() 313 hx509_certs certs, in hx509_certs_end_seq() 338 hx509_certs certs, in hx509_certs_iter_f() [all …]
|
H A D | ks_null.c | 39 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 D | ks_mem.c | 53 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 D | ks_dir.c | 47 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 D | hx509-private.h | 40 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 D | ks_file.c | 39 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() 590 file_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in file_add() 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() [all …]
|
H A D | collector.c | 44 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 D | lock.c | 44 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 D | cms.c | 261 hx509_certs certs, in find_CMSIdentifier() 348 hx509_certs certs, in hx509_cms_unenvelope() 720 any_to_certs(hx509_context context, const SignedData *sd, hx509_certs certs) in any_to_certs() 785 hx509_certs pool, in hx509_cms_verify_signed() 788 hx509_certs *signer_certs) in hx509_cms_verify_signed() 792 hx509_certs certs = NULL; in hx509_cms_verify_signed() 1151 hx509_certs anchors, in hx509_cms_create_signed_1() 1152 hx509_certs pool, in hx509_cms_create_signed_1() 1155 hx509_certs certs; in hx509_cms_create_signed_1() 1185 hx509_certs certs; [all …]
|
H A D | ks_p12.c | 37 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 D | ks_keychain.c | 322 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 D | hxtool.c | 83 certs_strings(hx509_context contextp, const char *type, hx509_certs certs, in certs_strings() 184 hx509_certs store = NULL; in cms_verify_sd() 185 hx509_certs signers = NULL; in cms_verify_sd() 186 hx509_certs anchors = NULL; in cms_verify_sd() 364 hx509_certs store, pool, anchors, signer = NULL; in cms_create_sd() 514 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() [all …]
|
H A D | ks_p11.c | 54 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 D | revoke.c | 66 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 D | hx509.h | 45 typedef struct hx509_certs_data *hx509_certs; typedef
|
H A D | cert.c | 54 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 D | softp11.c | 68 hx509_certs certs; 609 hx509_certs certs; in add_certificate()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_locl.h | 344 hx509_certs certs; 346 hx509_certs anchors; 347 hx509_certs certpool;
|
H A D | pkinit.c | 363 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 D | kx509.c | 173 hx509_certs certs; in build_certificate() 229 hx509_certs certs; in build_certificate()
|
H A D | pkinit.c | 68 hx509_certs client_anchors; 507 hx509_certs trust_anchors; in _kdc_pk_rd_padata() 722 hx509_certs signer_certs; in _kdc_pk_rd_padata()
|