Searched refs:blocked_spkis_ (Results 1 – 2 of 2) sorted by relevance
187 blocked_spkis_.clear(); in CopyBlockedSPKIsFromHeader()195 blocked_spkis_.push_back(spki_sha256); in CopyBlockedSPKIsFromHeader()473 for (std::vector<std::string>::const_iterator i = blocked_spkis_.begin(); in Serialize()474 i != blocked_spkis_.end(); ++i) { in Serialize()478 if (i != blocked_spkis_.begin()) in Serialize()525 for (std::vector<std::string>::const_iterator i = blocked_spkis_.begin(); in CheckSPKI()526 i != blocked_spkis_.end(); ++i) { in CheckSPKI()
123 std::vector<std::string> blocked_spkis_; variable