Lines Matching refs:cert_file
93 * For PKI, if one or more of cert_file, key_file and ca_file is in PKCS11 URI
94 * format, then the remainder of cert_file, key_file and ca_file are treated
98 static char *cert_file = NULL; /* certificate and optional private key in PEM,
102 static char *ca_file = NULL; /* CA for cert_file - for cert checking in PEM,
1909 update_pki_key(&dtls_key, key_file, cert_file, ca_file);
2059 update_pki_key(&dtls_pki.pki_key, key_file, cert_file, ca_file);
2090 if (cert_file == NULL && key_defined == 0) {
2096 if (cert_file) {
2103 cert_file = NULL;
2326 coap_get_available_scheme_hint_bits(cert_file != NULL || key_defined != 0,
2750 cert_file = optarg;
2816 cert_file = optarg;