Searched refs:dkey_file (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_server_scan.c101 VSTRING *dkey_file = vstring_alloc(25); local
126 RECV_ATTR_STR(TLS_ATTR_DKEY_FILE, dkey_file),
146 props->dkey_file = vstring_export(dkey_file);
176 myfree((void *) props->dkey_file);
H A Dtls_proxy_client_scan.c237 myfree((void *) props->dkey_file);
261 VSTRING *dkey_file = vstring_alloc(25); local
284 RECV_ATTR_STR(TLS_ATTR_DKEY_FILE, dkey_file),
299 props->dkey_file = vstring_export(dkey_file);
H A Dtls_proxy_server_print.c92 STRING_OR_EMPTY(props->dkey_file)),
H A Dtls_certkey.c19 /* dcert_file, dkey_file,
26 /* const char *dkey_file;
588 const char *dkey_file,
603 if (*dcert_file && !set_cert_stuff(ctx, "DSA", dcert_file, dkey_file))
584 tls_set_my_certificate_key_info(SSL_CTX *ctx, const char *chain_files, const char *cert_file, const char *key_file, const char *dcert_file, const char *dkey_file, const char *eccert_file, const char *eckey_file) argument
H A Dtls_proxy_client_print.c167 STRING_OR_EMPTY(props->dkey_file)),
H A Dtls.h464 const char *dkey_file; member in struct:__anon41
533 const char *dkey_file; member in struct:__anon43
H A Dtls_server.c666 props->dkey_file,
H A Dtls_client.c789 props->dkey_file,
/netbsd-current/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1302 || NOT_EMPTY(init_props->dkey_file)
1627 dkey_file = var_tlsp_tls_dkey_file,
1762 dkey_file = var_tlsp_clnt_dkey_file,
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp.c1534 dkey_file = var_smtp_tls_dkey_file,
H A Dsmtp_proto.c925 dkey_file = var_smtp_tls_dkey_file,
/netbsd-current/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c806 dkey_file = "",
1867 dkey_file = "",
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c6385 dkey_file = var_smtpd_tls_dkey_file,

Completed in 475 milliseconds