Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeMacIntegrity.java44 int keyLength, in IkeMacIntegrity()
61 int keyLength = 0; in create() local
DIkeMacPrf.java49 int keyLength, in IkeMacPrf()
64 int keyLength = 0; in create() local
DIkeCrypto.java28 protected IkeCrypto(int algorithmId, int keyLength, String algorithmName) { in IkeCrypto()
DIkeMac.java44 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isEncryptAlgo) { in IkeMac()
DIkeNormalModeCipher.java41 IkeNormalModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeNormalModeCipher()
DIkeCipher.java49 int algorithmId, int keyLength, int ivLength, String algorithmName, boolean isAead) { in IkeCipher()
DIkeCombinedModeCipher.java55 IkeCombinedModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeCombinedModeCipher()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java145 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
DIkeSaProposal.java133 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
DSaProposal.java438 @EncryptionAlgorithm int algorithm, int keyLength) { in validateAndAddEncryptAlgo()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp81 const int keyLength = ByteArrayUtils::readStringAndAdvancePosition(dictBuf, in fetchAllHeaderAttributes() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeSaPayload.java1766 public final int keyLength; field in IkeSaPayload.KeyLengthAttribute
1772 protected KeyLengthAttribute(int keyLength) { in KeyLengthAttribute()