Home
last modified time | relevance | path

Searched refs:ADD_EXCLUDE (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c488 #define ADD_EXCLUDE(vstr, str) \ in set_cipher_grade() macro
501 ADD_EXCLUDE(tls->exclusions, var_smtp_tls_excl_ciph); in set_cipher_grade()
502 ADD_EXCLUDE(tls->exclusions, mand_exclude); in set_cipher_grade()
504 ADD_EXCLUDE(tls->exclusions, also_exclude); in set_cipher_grade()
/netbsd/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1046 #define ADD_EXCLUDE(vstr, str) \ in tlsp_server_start_pre_handshake() macro
1057 ADD_EXCLUDE(cipher_exclusions, var_tlsp_tls_excl_ciph); in tlsp_server_start_pre_handshake()
1059 ADD_EXCLUDE(cipher_exclusions, var_tlsp_tls_mand_excl); in tlsp_server_start_pre_handshake()
1061 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in tlsp_server_start_pre_handshake()
/netbsd/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c765 #define ADD_EXCLUDE(vstr, str) \ in starttls() macro
773 ADD_EXCLUDE(cipher_exclusions, DEF_SMTP_TLS_EXCL_CIPH); in starttls()
775 ADD_EXCLUDE(cipher_exclusions, DEF_SMTP_TLS_MAND_EXCL); in starttls()
782 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in starttls()
784 ADD_EXCLUDE(cipher_exclusions, "eNULL"); in starttls()
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c5091 #define ADD_EXCLUDE(vstr, str) \ in smtpd_start_tls() macro
5102 ADD_EXCLUDE(cipher_exclusions, var_smtpd_tls_excl_ciph); in smtpd_start_tls()
5104 ADD_EXCLUDE(cipher_exclusions, var_smtpd_tls_mand_excl); in smtpd_start_tls()
5106 ADD_EXCLUDE(cipher_exclusions, "aNULL"); in smtpd_start_tls()