Home | History | Annotate | Download | only in cast_channel

Lines Matching refs:num_intermediates

651   int num_intermediates = response.intermediate_certificate_size();
653 VLOG(1) << "Response has " << num_intermediates << " intermediates";
655 if (num_intermediates <= 0) {