Searched refs:getTotalInputSizeAfterNewInput (Results 1 – 2 of 2) sorted by relevance
243 private long getTotalInputSizeAfterNewInput(int newInputLen) in getTotalInputSizeAfterNewInput() method in GCMBlockCipher267 if (getTotalInputSizeAfterNewInput(1) > MAX_INPUT_SIZE) { in processAADByte()284 if (getTotalInputSizeAfterNewInput(len) > MAX_INPUT_SIZE) { in processAADBytes()327 if (getTotalInputSizeAfterNewInput(1) > MAX_INPUT_SIZE) { in processByte()346 if (getTotalInputSizeAfterNewInput(len) > MAX_INPUT_SIZE) { in processBytes()
1089 + private long getTotalInputSizeAfterNewInput(int newInputLen)1103 + if (getTotalInputSizeAfterNewInput(1) > MAX_INPUT_SIZE) {1115 + if (getTotalInputSizeAfterNewInput(len) > MAX_INPUT_SIZE) {1127 + if (getTotalInputSizeAfterNewInput(1) > MAX_INPUT_SIZE) {1139 + if (getTotalInputSizeAfterNewInput(len) > MAX_INPUT_SIZE) {