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.java287 int encryptionKeyLength = ikeSaRecordConfig.encryptionKeyLength; in makeIkeSaRecord() local
405 int encryptionKeyLength = childSaRecordConfig.encryptionAlgo.getKeyLength(); in makeChildSaRecord() local
706 int encryptionKeyLength, in makeFirstIkeSaRecord()
732 int encryptionKeyLength, in makeRekeyedIkeSaRecord()
947 public final int encryptionKeyLength; field in SaRecord.IkeSaRecordConfig
956 int encryptionKeyLength, in IkeSaRecordConfig()