Searched refs:load_chain (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | danetest.c | 90 static STACK_OF(X509) *load_chain(BIO *fp, int nelem) in STACK_OF() 342 if (!TEST_ptr(chain = load_chain(f, ncert))) { in test_tlsafile()
|
| H A D | sslapitest.c | 9366 static int load_chain(const char *file, EVP_PKEY **pkey, X509 **x509, in load_chain() function 9437 || !TEST_true(load_chain("root-ml-dsa-44-cert.pem", NULL, NULL, chain)) in cert_cb() 9438 || !TEST_true(load_chain("server-ml-dsa-44-cert.pem", NULL, &x509, NULL)) in cert_cb() 9439 || !TEST_true(load_chain("server-ml-dsa-44-key.pem", &pkey, NULL, NULL))) in cert_cb() 9445 || !TEST_true(load_chain("ca-cert.pem", NULL, NULL, chain)) in cert_cb() 9446 || !TEST_true(load_chain("root-cert.pem", NULL, NULL, chain)) in cert_cb() 9447 || !TEST_true(load_chain("p256-ee-rsa-ca-cert.pem", NULL, in cert_cb() 9449 || !TEST_true(load_chain("p256-ee-rsa-ca-key.pem", &pkey, in cert_cb()
|