Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_list

326   for (i = 0; i < sk_SSL_CIPHER_num(ctx->cipher_list->ciphers); i++) {
328 sk_SSL_CIPHER_value(ctx->cipher_list->ciphers, i);
330 t->expected[i].in_group_flag != ctx->cipher_list->in_group_flags[i]) {
332 PrintCipherPreferenceList(ctx->cipher_list);
339 PrintCipherPreferenceList(ctx->cipher_list);
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))) {