Lines Matching refs:cipher_list
665 &(ctx->cipher_list),
1205 sk_SSL_CIPHER_free(s->cipher_list);
2644 if (s->cipher_list != NULL) {
2645 return s->cipher_list;
2646 } else if ((s->ctx != NULL) && (s->ctx->cipher_list != NULL)) {
2647 return s->ctx->cipher_list;
2722 return ctx->cipher_list;
2752 &ctx->cipher_list, &ctx->cipher_list_by_id, str,
2759 * ctx->cipher_list and ctx->cipher_list_by_id has been updated.
2776 &s->cipher_list, &s->cipher_list_by_id, str,
3308 &ret->cipher_list, &ret->cipher_list_by_id,
3310 || sk_SSL_CIPHER_num(ret->cipher_list) <= 0) {
3485 sk_SSL_CIPHER_free(a->cipher_list);
4156 /* dup the cipher_list and cipher_list_by_id stacks */
4157 if (s->cipher_list != NULL) {
4158 if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)