Home
last modified time | relevance | path

Searched refs:calculateEspPadLen (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java442 return payloadLen + calculateEspPadLen(payloadLen, cryptBlockSize); in calculateEspEncryptedLength()
445 private static int calculateEspPadLen(int payloadLen, int cryptBlockSize) { in calculateEspPadLen() method in PacketUtils
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java474 return payloadLen + calculateEspPadLen(payloadLen, cryptBlockSize); in calculateEspEncryptedLength()
477 private static int calculateEspPadLen(int payloadLen, int cryptBlockSize) { in calculateEspPadLen() method in PacketUtils