Searched refs:hx509_verify_ctx (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hx509-protos.h | 477 hx509_verify_ctx /*ctx*/, 1162 hx509_verify_ctx /*ctx*/, 1167 hx509_verify_ctx /*ctx*/, 1177 hx509_verify_ctx /*ctx*/, 1181 hx509_verify_destroy_ctx (hx509_verify_ctx /*ctx*/); 1196 hx509_verify_ctx */*ctx*/); 1201 hx509_verify_ctx /*ctx*/, 1207 hx509_verify_ctx /*ctx*/, 1212 hx509_verify_ctx /*ctx*/, 1217 hx509_verify_ctx /*ctx*/, [all …]
|
H A D | cert.c | 398 hx509_verify_init_ctx(hx509_context context, hx509_verify_ctx *ctx) in hx509_verify_init_ctx() 400 hx509_verify_ctx c; in hx509_verify_init_ctx() 422 hx509_verify_destroy_ctx(hx509_verify_ctx ctx) in hx509_verify_destroy_ctx() 445 hx509_verify_attach_anchors(hx509_verify_ctx ctx, hx509_certs set) in hx509_verify_attach_anchors() 466 hx509_verify_attach_revoke(hx509_verify_ctx ctx, hx509_revoke_ctx revoke_ctx) in hx509_verify_attach_revoke() 486 hx509_verify_set_time(hx509_verify_ctx ctx, time_t t) in hx509_verify_set_time() 493 _hx509_verify_get_time(hx509_verify_ctx ctx) in _hx509_verify_get_time() 510 hx509_verify_set_max_depth(hx509_verify_ctx ctx, unsigned int max_depth) in hx509_verify_set_max_depth() 525 hx509_verify_set_proxy_certificate(hx509_verify_ctx ctx, int boolean) in hx509_verify_set_proxy_certificate() 545 hx509_verify_set_strict_rfc3280_verification(hx509_verify_ctx ctx, int boolean) in hx509_verify_set_strict_rfc3280_verification() [all …]
|
H A D | hx509.h | 53 typedef struct hx509_verify_ctx_data *hx509_verify_ctx; typedef
|
H A D | hx509-private.h | 457 _hx509_verify_get_time (hx509_verify_ctx /*ctx*/);
|
H A D | hxtool.c | 181 hx509_verify_ctx ctx = NULL; in cms_verify_sd() 823 hx509_verify_ctx ctx; 864 hx509_verify_ctx ctx; in pcert_verify() 2030 hx509_verify_ctx vctx = ctx; in test_one_cert() 2059 hx509_verify_ctx vctx; in test_crypto()
|
H A D | cms.c | 780 hx509_verify_ctx ctx, in hx509_cms_verify_signed()
|
H A D | ChangeLog | 2686 * hxtool.c: free hx509_verify_ctx
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_locl.h | 343 hx509_verify_ctx verify_ctx;
|
/freebsd/crypto/heimdal/kdc/ |
H A D | pkinit.c | 69 hx509_verify_ctx verify_ctx;
|