Home
last modified time | relevance | path

Searched defs:dhGroup (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeKePayload.java132 public final int dhGroup; field in IkeKePayload
189 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload()
315 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey()
332 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey()
362 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
H A DInvalidKeException.java45 public InvalidKeException(int dhGroup) { in InvalidKeException()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DChildSaProposal.java266 public ChildSaProposal getCopyWithAdditionalDhTransform(int dhGroup) { in getCopyWithAdditionalDhTransform()
335 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
H A DIkeSaProposal.java279 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
H A DSaProposal.java572 protected void addDh(@DhGroup int dhGroup) { in addDh()
684 public static String getDhGroupString(int dhGroup) { in getDhGroupString()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DChildSessionStateMachineTest.java2033 private ChildSaProposal buildSaProposalWithDhGroup(int dhGroup) { in buildSaProposalWithDhGroup()