Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DSaRecord.java286 int encryptionKeyLength = ikeSaRecordConfig.encryptionKeyLength; in makeIkeSaRecord() local
391 int encryptionKeyLength = childSaRecordConfig.encryptionAlgo.getKeyLength(); in makeChildSaRecord() local
707 int encryptionKeyLength, in makeFirstIkeSaRecord()
733 int encryptionKeyLength, in makeRekeyedIkeSaRecord()
925 public final int encryptionKeyLength; field in SaRecord.IkeSaRecordConfig
934 int encryptionKeyLength, in IkeSaRecordConfig()