Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_list

264 	sk=ssl_create_cipher_list(ctx->method,&(ctx->cipher_list),
549 if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list);
1248 if (s->cipher_list != NULL)
1250 cipher_list);
1253 (s->ctx->cipher_list != NULL))
1255 return(s->ctx->cipher_list);
1300 sk=ssl_create_cipher_list(ctx->method,&ctx->cipher_list,
1307 * ctx->cipher_list and ctx->cipher_list_by_id has been
1324 sk=ssl_create_cipher_list(s->ctx->method,&s->cipher_list,
1351 if (s->cipher_list != NULL)
1352 sk_SSL_CIPHER_free(s->cipher_list);
1353 s->cipher_list = sk;
1790 &ret->cipher_list,&ret->cipher_list_by_id,
1792 if (ret->cipher_list == NULL
1793 || sk_SSL_CIPHER_num(ret->cipher_list) <= 0)
1965 if (a->cipher_list != NULL)
1966 sk_SSL_CIPHER_free(a->cipher_list);
2766 /* dup the cipher_list and cipher_list_by_id stacks */
2767 if (s->cipher_list != NULL)
2769 if ((ret->cipher_list=sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)