Searched refs:_hx509_collector_alloc (Results 1 – 6 of 6) sorted by relevance
123 _hx509_collector_alloc (
54 _hx509_collector_alloc(hx509_context context, hx509_lock lock, struct hx509_collector **collector) in _hx509_collector_alloc() function
420 ret = _hx509_collector_alloc(context, lock, &pem_ctx.c); in file_init_common()
340 ret = _hx509_collector_alloc(context, lock, &c); in p12_init()
799 ret = _hx509_collector_alloc(context, lock, &collector); in p11_list_keys()
650 * collector.c (_hx509_collector_alloc): return error code instead655 * ks_file.c: Update _hx509_collector_alloc prototype.657 * ks_p12.c: Update _hx509_collector_alloc prototype.659 * ks_p11.c: Update _hx509_collector_alloc prototype.2223 * collector.c (_hx509_collector_alloc): handle errors