Searched refs:ikeSaRecordConfig (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecord.java | 202 IkeSaRecordConfig ikeSaRecordConfig) in makeFirstIkeSaRecord() argument 217 ikeSaRecordConfig.prf.generateSKeySeed(nonceInit, nonceResp, sharedDhKey); in makeFirstIkeSaRecord() 219 return makeIkeSaRecord(sKeySeed, nonceInit, nonceResp, ikeSaRecordConfig); in makeFirstIkeSaRecord() 228 IkeSaRecordConfig ikeSaRecordConfig) in makeRekeyedIkeSaRecord() argument 241 IkeMessage localMsg = ikeSaRecordConfig.isLocalInit ? rekeyRequest : rekeyResponse; in makeRekeyedIkeSaRecord() 242 IkeMessage remoteMsg = ikeSaRecordConfig.isLocalInit ? rekeyResponse : rekeyRequest; in makeRekeyedIkeSaRecord() 249 return makeIkeSaRecord(sKeySeed, nonceInit, nonceResp, ikeSaRecordConfig); in makeRekeyedIkeSaRecord() 278 IkeSaRecordConfig ikeSaRecordConfig) { in makeIkeSaRecord() argument 284 IkeSecurityParameterIndex initSpi = ikeSaRecordConfig.initSpi; in makeIkeSaRecord() 285 IkeSecurityParameterIndex respSpi = ikeSaRecordConfig.respSpi; in makeIkeSaRecord() [all …]
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | SaRecordTest.java | 183 IkeSaRecordConfig ikeSaRecordConfig = in testMakeIkeSaRecord() local 200 mSaRecordHelper.makeIkeSaRecord(sKeySeed, nonceInit, nonceResp, ikeSaRecordConfig); in testMakeIkeSaRecord()
|
D | IkeSessionStateMachineTest.java | 1863 IkeSaRecordConfig ikeSaRecordConfig = mIkeSaRecordConfigCaptor.getValue(); in verifyIkeSaNegotiationResult() local 1864 assertEquals(KEY_LEN_IKE_PRF, ikeSaRecordConfig.prf.getKeyLength()); in verifyIkeSaNegotiationResult() 1865 assertEquals(KEY_LEN_IKE_INTE, ikeSaRecordConfig.integrityKeyLength); in verifyIkeSaNegotiationResult() 1866 assertEquals(KEY_LEN_IKE_ENCR, ikeSaRecordConfig.encryptionKeyLength); in verifyIkeSaNegotiationResult() 1867 assertNotNull(ikeSaRecordConfig.saLifetimeAlarmScheduler); in verifyIkeSaNegotiationResult()
|