Lines Matching refs:trust_anchors
54 hx509_certs trust_anchors; member
425 hx509_certs_free(&ctx->trust_anchors); in hx509_verify_destroy_ctx()
447 if (ctx->trust_anchors) in hx509_verify_attach_anchors()
448 hx509_certs_free(&ctx->trust_anchors); in hx509_verify_attach_anchors()
449 ctx->trust_anchors = hx509_certs_ref(set); in hx509_verify_attach_anchors()
999 hx509_certs trust_anchors, in certificate_is_anchor() argument
1006 if (trust_anchors == NULL) in certificate_is_anchor()
1014 ret = hx509_certs_find(context, trust_anchors, &q, &c); in certificate_is_anchor()
1052 hx509_certs trust_anchors, in find_parent() argument
1105 if (trust_anchors) { in find_parent()
1106 ret = hx509_certs_find(context, trust_anchors, &q, parent); in find_parent()
2001 if (ctx->trust_anchors) in hx509_verify_path()
2002 anchors = hx509_certs_ref(ctx->trust_anchors); in hx509_verify_path()