Home
last modified time | relevance | path

Searched refs:encryptionKeyLength (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DSaRecord.java288 int encryptionKeyLength = ikeSaRecordConfig.encryptionKeyLength; in makeIkeSaRecord() local
302 + 2 * encryptionKeyLength in makeIkeSaRecord()
310 byte[] skEi = new byte[encryptionKeyLength]; in makeIkeSaRecord()
311 byte[] skEr = new byte[encryptionKeyLength]; in makeIkeSaRecord()
724 int encryptionKeyLength, in makeFirstIkeSaRecord() argument
735 encryptionKeyLength, in makeFirstIkeSaRecord()
750 int encryptionKeyLength, in makeRekeyedIkeSaRecord() argument
764 encryptionKeyLength, in makeRekeyedIkeSaRecord()
965 public final int encryptionKeyLength; field in SaRecord.IkeSaRecordConfig
974 int encryptionKeyLength, in IkeSaRecordConfig() argument
[all …]
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachineTest.java1866 assertEquals(KEY_LEN_IKE_ENCR, ikeSaRecordConfig.encryptionKeyLength); in verifyIkeSaNegotiationResult()