Searched refs:cipher_bits (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/sendmail/cf/m4/ |
H A D | cfhead.m4 | 290 define(`_REC_TLS_', `(version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})… 320 define(`confMILTER_MACROS_HELO', ``{tls_version}, {cipher}, {cipher_bits}, {cert_subject}, {cert_is…
|
H A D | proto.m4 | 3014 R<$*><REQ:$-> <$*> $: <$1> <REQ:$2> <$3> $>max $&{cipher_bits} : $&{auth_ssf}
|
/freebsd/contrib/sendmail/src/ |
H A D | srvrsmtp.c | 2496 int cipher_bits; local 2504 if (s != NULL && (cipher_bits = atoi(s)) > 0) 2507 ext_ssf = cipher_bits; 2516 ext_ssf.ssf = cipher_bits;
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 596 (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify})$.$?u
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3058 ${cipher_bits} the keylength (in bits) of the symmetric encryption algorithm 3187 ${cipher_bits}. Legal RHSs in the access map are: 3190 VERIFY:bits verification must have succeeded and ${cipher_bits} must 3192 ENCR:bits ${cipher_bits} must be greater than or equal bits. 3291 (version=${tls_version} cipher=${cipher} bits=${cipher_bits} verify=${verify}) 4478 {cipher_bits}, {cert_subject},
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3370 cipher=${cipher} bits=${cipher_bits} verify=${verify})". 4089 ${tls_version}, ${cipher}, ${cipher_bits}, ${verify},
|