Lines Matching refs:ca_file
108 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM,
1342 if (ca_file || root_ca_file) {
1375 (ca_file && strncasecmp(ca_file, "pkcs11:", 7) == 0)) {
1380 dtls_pki.pki_key.key.pkcs11.ca = ca_file;
1386 dtls_pki.pki_key.key.pem.ca_file = ca_file;
1390 ca_mem = read_file_mem(ca_file, &ca_mem_len);
1446 if (root_ca_file || ca_file || cert_file) {
1629 ca_file = optarg;