Lines Matching defs:zeroPadding
30 zeroPadding = std::vector<int8_t>();
50 zeroPadding = std::vector<int8_t>((SignInfo::SIGNATURE_ALIGNMENT
65 const std::vector<int8_t>& zeroPadding,
76 this->zeroPadding = zeroPadding;
90 this->zeroPadding = other.zeroPadding;
110 this->zeroPadding = other.zeroPadding;
130 int blockSize = SignInfo::SIGN_INFO_SIZE_WITHOUT_SIGNATURE + signature.size() + zeroPadding.size();
183 bf->PutData(zeroPadding.data(), zeroPadding.size());