OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grade
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_tls_policy.c
379
if (tls->
grade
) {
384
tls->
grade
= mystrdup(val);
640
/* set_cipher_grade - Set cipher
grade
and exclusions */
658
if (tls->
grade
== 0)
659
tls->
grade
= mystrdup(var_smtp_tls_ciph);
663
if (tls->
grade
== 0)
664
tls->
grade
= mystrdup(var_smtp_tls_mand_ciph);
675
if (tls->
grade
== 0)
676
tls->
grade
= mystrdup(var_smtp_tls_mand_ciph);
813
* Compute cipher
grade
(if set in per-destination table, els
[
all
...]
smtp_tls_policy_test.c
219
char *
grade
; /* Cipher
grade
: "export", ... */
222
char *
grade
; /* Cipher
grade
: "export", ... */
smtp.h
112
char *
grade
; /* Cipher
grade
: "export", ... */
member in struct:SMTP_TLS_POLICY
169
_tls_policy_init_tmp->
grade
= 0; \
smtp_proto.c
1073
cipher_grade = state->tls->
grade
,
1202
cipher_grade = state->tls->
grade
,
/src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c
80
/* const char *str_tls_cipher_grade(
grade
)
81
/* int
grade
;
83
/* const char *tls_set_ciphers(TLScontext,
grade
, exclusions)
85
/* int
grade
;
182
/* tls_cipher_grade() converts a case-insensitive cipher
grade
name (high,
184
/* input specifies an unrecognized
grade
, tls_cipher_grade() logs no
187
/* str_tls_cipher_grade() converts a cipher
grade
to a name.
188
/* When the input specifies an undefined
grade
, str_tls_cipher_grade()
191
/* tls_set_ciphers() applies the requested cipher
grade
and exclusions
924
const char *tls_set_ciphers(TLS_SESS_STATE *TLScontext, const char *
grade
,
[
all
...]
/src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c
116
/* The minimum TLS cipher
grade
used by \fBposttls-finger\fR(1).
510
char *
grade
; /* Minimum cipher
grade
*/
member in struct:STATE
835
cipher_grade = state->
grade
,
941
cipher_grade = state->
grade
,
1846
myfree(state->
grade
);
1863
"[-h host_lookup] [-l level] [-d mdalg] [-g
grade
] [-p protocols]",
1955
state->
grade
= mystrdup("medium");
2035
myfree(state->
grade
);
2036
state->
grade
= mystrdup(optarg)
[
all
...]
Completed in 61 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026