Searched refs:requiredProtectedBytes (Results 1 – 1 of 1) sorted by relevance
194 private int requiredProtectedBytes; field in AltsTsiFrameProtector.Unprotector234 if (unhandledBytes < requiredProtectedBytes) { in decodeFrame()262 requiredProtectedBytes = header.readIntLE() - HEADER_TYPE_FIELD_BYTES; in handleHeader()264 requiredProtectedBytes >= suffixBytes, "Invalid header field: frame size too small"); in handleHeader()266 requiredProtectedBytes <= LIMIT_MAX_ALLOWED_FRAME_BYTES - HEADER_BYTES, in handleHeader()275 int requiredCiphertextBytes = requiredProtectedBytes - suffixBytes; in handlePayload()372 requiredProtectedBytes = 0; in clearState()