Searched defs:dhGroup (Results 1 – 9 of 9) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeKePayload.java | 132 public final int dhGroup; field in IkeKePayload 190 private IkeKePayload(int dhGroup, byte[] keyExchangeData, PrivateKey localPrivateKey) { in IkeKePayload() 316 public static byte[] getSharedKey(PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getSharedKey() 333 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getModpSharedKey() 363 PrivateKey privateKey, byte[] remotePublicKey, int dhGroup) in getCurveSharedKey()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/ |
D | InvalidKeException.java | 47 public InvalidKeException(int dhGroup) { in InvalidKeException()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | ChildSaProposal.java | 266 public ChildSaProposal getCopyWithAdditionalDhTransform(int dhGroup) { in getCopyWithAdditionalDhTransform() 343 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
|
D | IkeSaProposal.java | 279 public Builder addDhGroup(@DhGroup int dhGroup) { in addDhGroup()
|
D | SaProposal.java | 575 protected void addDh(@DhGroup int dhGroup) { in addDh() 687 public static String getDhGroupString(int dhGroup) { in getDhGroupString()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | AbstractSessionStateMachine.java | 273 int dhGroup, in recordMetricsEvent_SaNegotiation() 286 dhGroup, in recordMetricsEvent_SaNegotiation() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 261 int dhGroup, in verifyIkeSaMetricsLogged()
|
D | ChildSessionStateMachineTest.java | 2273 private ChildSaProposal buildSaProposalWithDhGroup(int dhGroup) { in buildSaProposalWithDhGroup()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/utils/ |
D | IkeMetrics.java | 706 @DhGroups int dhGroup, in logSaNegotiation()
|