Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessage.java234 int fragSize) { in encryptAndEncode() argument
236 integrityMac, encryptCipher, ikeSaRecord, this, supportFragment, fragSize); in encryptAndEncode()
386 int fragSize); in encryptAndEncode() argument
440 int fragSize) { in encryptAndEncode() argument
454 fragSize); in encryptAndEncode()
467 int fragSize) { in encryptAndEncode() argument
481 if (!supportFragment || msgLen <= fragSize) { in encryptAndEncode()
494 fragSize in encryptAndEncode()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessageTest.java860 int fragSize = 140; in testEncodeAndEncryptFragments() local
895 fragSize); in testEncodeAndEncryptFragments()
913 assertTrue(p.length <= fragSize); in testEncodeAndEncryptFragments()