Lines Matching refs:hx509_verify_ctx
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()
568 hx509_verify_ctx_f_allow_default_trustanchors(hx509_verify_ctx ctx, int boolean) in hx509_verify_ctx_f_allow_default_trustanchors()
1974 hx509_verify_ctx ctx, in hx509_verify_path()