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 | 201 IkeSaRecordConfig ikeSaRecordConfig) in makeFirstIkeSaRecord() argument 216 ikeSaRecordConfig.prf.generateSKeySeed(nonceInit, nonceResp, sharedDhKey); in makeFirstIkeSaRecord() 218 return makeIkeSaRecord(sKeySeed, nonceInit, nonceResp, ikeSaRecordConfig); in makeFirstIkeSaRecord() 227 IkeSaRecordConfig ikeSaRecordConfig) in makeRekeyedIkeSaRecord() argument 240 IkeMessage localMsg = ikeSaRecordConfig.isLocalInit ? rekeyRequest : rekeyResponse; in makeRekeyedIkeSaRecord() 241 IkeMessage remoteMsg = ikeSaRecordConfig.isLocalInit ? rekeyResponse : rekeyRequest; in makeRekeyedIkeSaRecord() 248 return makeIkeSaRecord(sKeySeed, nonceInit, nonceResp, ikeSaRecordConfig); in makeRekeyedIkeSaRecord() 277 IkeSaRecordConfig ikeSaRecordConfig) { in makeIkeSaRecord() argument 283 IkeSecurityParameterIndex initSpi = ikeSaRecordConfig.initSpi; in makeIkeSaRecord() 284 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 | 2060 IkeSaRecordConfig ikeSaRecordConfig = mIkeSaRecordConfigCaptor.getValue(); in verifyIkeSaNegotiationResult() local 2061 assertEquals(KEY_LEN_IKE_PRF, ikeSaRecordConfig.prf.getKeyLength()); in verifyIkeSaNegotiationResult() 2062 assertEquals(KEY_LEN_IKE_INTE, ikeSaRecordConfig.integrityKeyLength); in verifyIkeSaNegotiationResult() 2063 assertEquals(KEY_LEN_IKE_ENCR, ikeSaRecordConfig.encryptionKeyLength); in verifyIkeSaNegotiationResult() 2064 assertNotNull(ikeSaRecordConfig.saLifetimeAlarmScheduler); in verifyIkeSaNegotiationResult()
|