Home
last modified time | relevance | path

Searched refs:integrityAlgos (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java63 IntegrityTransform[] integrityAlgos, in ChildSaProposal() argument
66 super(IkePayload.PROTOCOL_ID_ESP, encryptionAlgos, integrityAlgos, dhGroups); in ChildSaProposal()
DIkeSaProposal.java67 IntegrityTransform[] integrityAlgos, in IkeSaProposal() argument
69 super(IkePayload.PROTOCOL_ID_IKE, encryptionAlgos, integrityAlgos, dhGroups); in IkeSaProposal()
DSaProposal.java219 IntegrityTransform[] integrityAlgos, in SaProposal() argument
223 mIntegrityAlgorithms = integrityAlgos; in SaProposal()