Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher_list

264 	sk=ssl_create_cipher_list(ctx->method,&(ctx->cipher_list),
560 if (s->cipher_list != NULL) sk_SSL_CIPHER_free(s->cipher_list);
1265 if (s->cipher_list != NULL)
1267 return(s->cipher_list);
1270 (s->ctx->cipher_list != NULL))
1272 return(s->ctx->cipher_list);
1317 sk=ssl_create_cipher_list(ctx->method,&ctx->cipher_list,
1324 * ctx->cipher_list and ctx->cipher_list_by_id has been
1341 sk=ssl_create_cipher_list(s->ctx->method,&s->cipher_list,
1368 if (s->cipher_list != NULL)
1369 sk_SSL_CIPHER_free(s->cipher_list);
1370 s->cipher_list = sk;
1879 &ret->cipher_list,&ret->cipher_list_by_id,
1881 if (ret->cipher_list == NULL
1882 || sk_SSL_CIPHER_num(ret->cipher_list) <= 0)
2054 if (a->cipher_list != NULL)
2055 sk_SSL_CIPHER_free(a->cipher_list);
2881 /* dup the cipher_list and cipher_list_by_id stacks */
2882 if (s->cipher_list != NULL)
2884 if ((ret->cipher_list=sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)