Lines Matching defs:weak
66 Leopard and iOS 5) by using macros and weak-linking.
161 bool weak; /* Flag to mark cipher as weak based on previous implementation
166 number/id, 'weak' suite flag
168 #define CIPHER_DEF(num, alias, weak) \
169 { #num, alias, num, weak }
173 number/id value), and 'weak' suite flag. The first 28 cipher suite numbers
191 #define CIPHER_DEF_SSLTLS(num_wo_prefix, alias, weak) \
192 { "TLS_" #num_wo_prefix, alias, SSL_##num_wo_prefix, weak }
195 Cipher suites were marked as weak based on the following:
197 Marked in the code below as weak.
200 Marked in the code below as weak.
202 Marked in the code below as weak.
211 All of those filters were considered weak because they contain a weak
212 algorithm like DES, RC2 or RC4, and already considered weak by other
1447 return !ciphertable[i].weak;
2572 failf(data, "Indicates a weak ephemeral Diffie-Hellman key");