Lines Matching refs:cipher_list_by_id
662 &(ctx->cipher_list_by_id), in SSL_CTX_set_ssl_version()
1202 sk_SSL_CIPHER_free(s->cipher_list_by_id); in SSL_free()
2656 if (s->cipher_list_by_id != NULL) { in STACK_OF()
2657 return s->cipher_list_by_id; in STACK_OF()
2658 } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) { in STACK_OF()
2659 return s->ctx->cipher_list_by_id; in STACK_OF()
2717 &ctx->cipher_list, &ctx->cipher_list_by_id, str, in SSL_CTX_set_cipher_list()
2741 &s->cipher_list, &s->cipher_list_by_id, str, in SSL_set_cipher_list()
3248 &ret->cipher_list, &ret->cipher_list_by_id, in SSL_CTX_new_ex()
3426 sk_SSL_CIPHER_free(a->cipher_list_by_id); in SSL_CTX_free()
4095 if (s->cipher_list_by_id != NULL) in SSL_dup()
4096 if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id)) in SSL_dup()