Home
last modified time | relevance | path

Searched defs:encodeToByteBuffer (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeUnsupportedPayload.java46 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeUnsupportedPayload
H A DIkeVendorPayload.java52 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeVendorPayload
H A DIkeSaPayload.java701 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.Proposal
1091 protected abstract void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer); in encodeToByteBuffer() method in IkeSaPayload.Transform
1297 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.EncryptionTransform
1387 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.PrfTransform
1469 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.IntegrityTransform
1550 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.DhGroupTransform
1637 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.EsnTransform
1682 protected void encodeToByteBuffer(boolean isLast, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.UnrecognizedTransform
1783 protected abstract void encodeToByteBuffer(ByteBuffer byteBuffer); in encodeToByteBuffer() method in IkeSaPayload.Attribute
1803 protected void encodeToByteBuffer(ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSaPayload.KeyLengthAttribute
[all …]
H A DIkeCertReqPayload.java72 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeCertReqPayload
H A DIkeEapPayload.java69 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeEapPayload
H A DIkeCertX509CertPayload.java77 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeCertX509CertPayload
H A DIkeNoncePayload.java86 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeNoncePayload
H A DIkeDeletePayload.java148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeDeletePayload
H A DIkeIdPayload.java141 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeIdPayload
H A DIkeTsPayload.java117 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeTsPayload
H A DIkeAuthPayload.java115 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeAuthPayload
H A DIkeSkfPayload.java148 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSkfPayload
H A DIkeSkPayload.java183 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeSkPayload
H A DIkeHeader.java216 public void encodeToByteBuffer(ByteBuffer byteBuffer, int encodedMessageBodyLen) { in encodeToByteBuffer() method in IkeHeader
H A DIkePayload.java237 protected abstract void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer); in encodeToByteBuffer() method in IkePayload
H A DIkeKePayload.java289 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeKePayload
H A DIkeNotifyPayload.java396 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeNotifyPayload
H A DIkeConfigPayload.java1239 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeConfigPayload
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/
H A DEapData.java166 public void encodeToByteBuffer(ByteBuffer b) { in encodeToByteBuffer() method in EapData
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeTrafficSelector.java477 public void encodeToByteBuffer(ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeTrafficSelector
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeMessageTest.java202 protected void encodeToByteBuffer(@PayloadType int nextPayload, ByteBuffer byteBuffer) { in encodeToByteBuffer() method in IkeMessageTest.TestIkeSupportedPayload