Lines Matching refs:hx509_context
49 parse_certificate(hx509_context context, const char *fn, in parse_certificate()
68 try_decrypt(hx509_context context, in try_decrypt()
140 parse_pkcs8_private_key(hx509_context context, const char *fn, in parse_pkcs8_private_key()
169 parse_pem_private_key(hx509_context context, const char *fn, in parse_pem_private_key()
317 int (*func)(hx509_context, const char *, struct hx509_collector *,
335 pem_func(hx509_context context, const char *type, in pem_func()
374 file_init_common(hx509_context context, in file_init_common()
501 file_init_pem(hx509_context context, in file_init_pem()
509 file_init_der(hx509_context context, in file_init_der()
532 store_func(hx509_context context, void *ctx, hx509_cert c) in store_func()
568 file_store(hx509_context context, in file_store()
590 file_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in file_add()
597 file_iter_start(hx509_context context, in file_iter_start()
605 file_iter(hx509_context context, in file_iter()
613 file_iter_end(hx509_context context, in file_iter_end()
623 file_getkeys(hx509_context context, in file_getkeys()
633 file_addkey(hx509_context context, in file_addkey()
692 _hx509_ks_file_register(hx509_context context) in _hx509_ks_file_register()