Searched refs:SSL_OP_PRIORITIZE_CHACHA (Results 1 – 11 of 11) sorted by relevance
392 SSL_FLAG_TBL("PrioritizeChaCha", SSL_OP_PRIORITIZE_CHACHA), in cmd_Options()713 {SSL_OP_PRIORITIZE_CHACHA, 0},
4185 if (s->options & SSL_OP_PRIORITIZE_CHACHA && sk_SSL_CIPHER_num(clnt) > 0) { in ssl3_choose_cipher()
478 #ifndef SSL_OP_PRIORITIZE_CHACHA479 #define SSL_OP_PRIORITIZE_CHACHA 0 macro
394 SSL_FLAG_TBL("PrioritizeChaCha", SSL_OP_PRIORITIZE_CHACHA), in cmd_Options()794 {SSL_OP_PRIORITIZE_CHACHA, 0},
4178 if (s->options & SSL_OP_PRIORITIZE_CHACHA && sk_SSL_CIPHER_num(clnt) > 0) { in ssl3_choose_cipher()
211 =item SSL_OP_PRIORITIZE_CHACHA366 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
200 acceleration (e.g. mobile) is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.459 a mobile client is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.
299 =item SSL_OP_PRIORITIZE_CHACHA445 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
90 acceleration (e.g. mobile) is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.485 a mobile client is in use. Equivalent to B<SSL_OP_PRIORITIZE_CHACHA>.
357 # define SSL_OP_PRIORITIZE_CHACHA 0x00200000U macro
378 # define SSL_OP_PRIORITIZE_CHACHA SSL_OP_BIT(21) macro