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 | 9061 static int load_chain(const char *file, EVP_PKEY **pkey, X509 **x509, in load_chain() function 9129 || !TEST_true(load_chain("ca-cert.pem", NULL, NULL, chain)) in cert_cb() 9130 || !TEST_true(load_chain("root-cert.pem", NULL, NULL, chain)) in cert_cb() 9131 || !TEST_true(load_chain("p256-ee-rsa-ca-cert.pem", NULL, in cert_cb() 9133 || !TEST_true(load_chain("p256-ee-rsa-ca-key.pem", &pkey, in cert_cb()
|