Searched refs:encryptedPayloadBody (Results 1 – 2 of 2) sorted by relevance
78 IkeSkPayload(boolean isSkf, IkeEncryptedPayloadBody encryptedPayloadBody) { in IkeSkPayload() argument80 mIkeEncryptedPayloadBody = encryptedPayloadBody; in IkeSkPayload()
128 IkeSkfPayload(IkeEncryptedPayloadBody encryptedPayloadBody, int fragNum, int totalFrags) { in IkeSkfPayload() argument129 super(true /*isSkf*/, encryptedPayloadBody); in IkeSkfPayload()