Searched refs:encryptionKeyLength (Results 1 – 2 of 2) sorted by relevance
288 int encryptionKeyLength = ikeSaRecordConfig.encryptionKeyLength; in makeIkeSaRecord() local302 + 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() argument735 encryptionKeyLength, in makeFirstIkeSaRecord()750 int encryptionKeyLength, in makeRekeyedIkeSaRecord() argument764 encryptionKeyLength, in makeRekeyedIkeSaRecord()965 public final int encryptionKeyLength; field in SaRecord.IkeSaRecordConfig974 int encryptionKeyLength, in IkeSaRecordConfig() argument[all …]
1866 assertEquals(KEY_LEN_IKE_ENCR, ikeSaRecordConfig.encryptionKeyLength); in verifyIkeSaNegotiationResult()