Lines Matching refs:certs
45 hx509_certs certs; member
77 0, NULL, &c->certs); in _hx509_collector_alloc()
100 return hx509_certs_add(context, c->certs, cert); in _hx509_collector_certs_add()
176 hx509_certs certs) in match_localkeyid() argument
193 ret = hx509_certs_find(context, certs, &q, &cert); in match_localkeyid()
204 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) in match_keys() argument
216 ret = hx509_certs_start_seq(context, certs, &cursor); in match_keys()
222 ret = hx509_certs_next_cert(context, certs, cursor, &c); in match_keys()
242 hx509_certs_end_seq(context, certs, cursor); in match_keys()
255 hx509_certs certs; in _hx509_collector_collect_certs() local
261 ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs); in _hx509_collector_collect_certs()
265 ret = hx509_certs_merge(context, certs, c->certs); in _hx509_collector_collect_certs()
267 hx509_certs_free(&certs); in _hx509_collector_collect_certs()
272 ret = match_localkeyid(context, c->val.data[i], certs); in _hx509_collector_collect_certs()
275 ret = match_keys(context, c->val.data[i], certs); in _hx509_collector_collect_certs()
280 *ret_certs = certs; in _hx509_collector_collect_certs()
323 if (c->certs) in _hx509_collector_free()
324 hx509_certs_free(&c->certs); in _hx509_collector_free()