Lines Matching defs:algorithm_enc
169 .algorithm_enc = ~SSL_eNULL,
175 .algorithm_enc = SSL_eNULL,
186 .algorithm_enc = ~SSL_eNULL,
257 .algorithm_enc = SSL_eNULL,
278 .algorithm_enc = SSL_3DES,
282 .algorithm_enc = SSL_RC4,
286 .algorithm_enc = SSL_eNULL,
290 .algorithm_enc = SSL_AES128|SSL_AES128GCM,
294 .algorithm_enc = SSL_AES256|SSL_AES256GCM,
298 .algorithm_enc = SSL_AES,
302 .algorithm_enc = SSL_AES128GCM|SSL_AES256GCM,
306 .algorithm_enc = SSL_CAMELLIA128,
310 .algorithm_enc = SSL_CAMELLIA256,
314 .algorithm_enc = SSL_CAMELLIA128|SSL_CAMELLIA256,
318 .algorithm_enc = SSL_CHACHA20POLY1305,
420 switch (cipher->algorithm_enc) {
492 switch (cipher->algorithm_enc) {
603 !(c->algorithm_enc & disabled_enc) &&
674 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
686 if (algorithm_enc)
687 if ((algorithm_enc & mask_enc) == 0)
753 if (alg_enc && !(alg_enc & cp->algorithm_enc))
990 if (ca_list[j]->algorithm_enc) {
992 alg_enc &= ca_list[j]->algorithm_enc;
998 alg_enc = ca_list[j]->algorithm_enc;
1330 alg_enc = cipher->algorithm_enc;
1519 switch (c->algorithm_enc) {