Lines Matching refs:hx509_certs_init
203 ret = hx509_certs_init(context, "MEMORY:cms-anchors", 0, NULL, &anchors); in cms_verify_sd()
206 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store); in cms_verify_sd()
385 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store); in cms_create_sd()
387 ret = hx509_certs_init(context, "MEMORY:cert-pool", 0, NULL, &pool); in cms_create_sd()
394 ret = hx509_certs_init(context, "MEMORY:cert-anchors", in cms_create_sd()
546 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs); in cms_unenvelope()
600 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs); in cms_create_enveloped()
722 ret = hx509_certs_init(context, argv[0], 0, lock, &certs); in pcert_print()
766 ret = hx509_certs_init(context, argv[0], 0, lock, &certs); in pcert_validate()
798 ret = hx509_certs_init(context, argv[argc - 1], in certificate_copy()
876 ret = hx509_certs_init(context, "MEMORY:anchors", 0, NULL, &anchors); in pcert_verify()
879 ret = hx509_certs_init(context, "MEMORY:chain", 0, NULL, &chain); in pcert_verify()
882 ret = hx509_certs_init(context, "MEMORY:certs", 0, NULL, &certs); in pcert_verify()
1005 ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs); in query()
1084 ret = hx509_certs_init(context, "MEMORY:ocsp-pool", 0, NULL, &pool); in ocsp_fetch()
1091 ret = hx509_certs_init(context, "MEMORY:ocsp-req", 0, NULL, &reqcerts); in ocsp_fetch()
1179 ret = hx509_certs_init(context, "MEMORY:test-certs", 0, NULL, &certs); in ocsp_verify()
1206 ret = hx509_certs_init(context, fn, 0, NULL, &certs); in read_private_key()
1782 ret = hx509_certs_init(context, opt->ca_certificate_string, 0, in hxtool_ca()
1897 ret = hx509_certs_init(context, opt->template_certificate_string, 0, in hxtool_ca()
1994 ret = hx509_certs_init(context, opt->certificate_string, in hxtool_ca()
2067 ret = hx509_certs_init(context, "MEMORY:test-crypto", 0, NULL, &certs); in test_crypto()
2133 ret = hx509_certs_init(context, opt->signer_string, 0, in crl_sign()
2166 ret = hx509_certs_init(context, "MEMORY:revoked-certs", 0, in crl_sign()