Searched refs:getUnencryptedData (Results 1 – 6 of 6) sorted by relevance
359 assertArrayEquals(mDataToPadAndEncrypt, payloadBody.getUnencryptedData()); in testAuthAndDecodeHmacSha1AesCbc()377 assertArrayEquals(expectedDecryptedData, payloadBody.getUnencryptedData()); in testAuthAndDecodeHmacSha13Des()420 assertArrayEquals(mAesGcmUnencryptedData, encryptedBody.getUnencryptedData()); in testAuthAndDecodeFullMsgWithAesGcm()457 assertArrayEquals(mAesGcmFragUnencryptedData, encryptedBody.getUnencryptedData()); in testAuthAndDecodeFragMsgWithAesGcm()
68 doReturn(unencryptedData).when(mockEncryptedBody).getUnencryptedData(); in makeDummySkfPayload()
132 assertArrayEquals(mDecryptedData, payload.getUnencryptedData()); in testDecode()
172 public byte[] getUnencryptedData() { in getUnencryptedData() method in IkeSkPayload173 return mIkeEncryptedPayloadBody.getUnencryptedData(); in getUnencryptedData()
658 byte[] decryptedBytes = pair.first.getUnencryptedData(); in decode()892 this.collectedFragsList[skfPayload.fragmentNum - 1] = skfPayload.getUnencryptedData(); in DecodeResultPartial()
375 byte[] getUnencryptedData() { in getUnencryptedData() method in IkeEncryptedPayloadBody