Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSkPayload.java78 IkeSkPayload(boolean isSkf, IkeEncryptedPayloadBody encryptedPayloadBody) { in IkeSkPayload() argument
80 mIkeEncryptedPayloadBody = encryptedPayloadBody; in IkeSkPayload()
DIkeSkfPayload.java128 IkeSkfPayload(IkeEncryptedPayloadBody encryptedPayloadBody, int fragNum, int totalFrags) { in IkeSkfPayload() argument
129 super(true /*isSkf*/, encryptedPayloadBody); in IkeSkfPayload()