Lines Matching defs:cert_file
104 static char *cert_file = NULL; /* certificate and optional private key in PEM,
108 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM,
1374 (cert_file && strncasecmp(cert_file, "pkcs11:", 7) == 0) ||
1377 dtls_pki.pki_key.key.pkcs11.public_cert = cert_file;
1379 key_file : cert_file;
1384 dtls_pki.pki_key.key.pem.public_cert = cert_file;
1385 dtls_pki.pki_key.key.pem.private_key = key_file ? key_file : cert_file;
1391 cert_mem = read_file_mem(cert_file, &cert_mem_len);
1446 if (root_ca_file || ca_file || cert_file) {
1626 cert_file = optarg;
1693 cert_file = optarg;