Lines Matching full:ciphers
41 // The list of expected ciphers, in order, terminated with -1.
45 // Selecting individual ciphers should work.
62 // + reorders selected ciphers to the end, keeping their relative
81 // ! banishes ciphers from future selections.
104 // - removes selected ciphers, but preserves their order for future
153 // ciphers and only the selected ciphers.
158 // Order some ciphers backwards by strength.
179 // Exact ciphers may not be used in multi-part rules; they are treated
295 for (size_t i = 0; i < sk_SSL_CIPHER_num(list->ciphers); i++) {
296 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(list->ciphers, i);
326 for (i = 0; i < sk_SSL_CIPHER_num(ctx->cipher_list->ciphers); i++) {
328 sk_SSL_CIPHER_value(ctx->cipher_list->ciphers, i);
355 for (size_t i = 0; i < sk_SSL_CIPHER_num(ctx->cipher_list->ciphers); i++) {
356 if (SSL_CIPHER_is_NULL(sk_SSL_CIPHER_value(ctx->cipher_list->ciphers, i))) {