Searched defs:keyLength (Results 1 – 12 of 12) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrity.java | 44 int keyLength, in IkeMacIntegrity() 61 int keyLength = 0; in create() local
|
D | IkeMacPrf.java | 49 int keyLength, in IkeMacPrf() 64 int keyLength = 0; in create() local
|
D | IkeCrypto.java | 28 protected IkeCrypto(int algorithmId, int keyLength, String algorithmName) { in IkeCrypto()
|
D | IkeMac.java | 44 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isEncryptAlgo) { in IkeMac()
|
D | IkeNormalModeCipher.java | 41 IkeNormalModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeNormalModeCipher()
|
D | IkeCipher.java | 49 int algorithmId, int keyLength, int ivLength, String algorithmName, boolean isAead) { in IkeCipher()
|
D | IkeCombinedModeCipher.java | 55 IkeCombinedModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeCombinedModeCipher()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | ChildSaProposal.java | 145 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
|
D | IkeSaProposal.java | 133 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
|
D | SaProposal.java | 438 @EncryptionAlgorithm int algorithm, int keyLength) { in validateAndAddEncryptAlgo()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_read_write_utils.cpp | 81 const int keyLength = ByteArrayUtils::readStringAndAdvancePosition(dictBuf, in fetchAllHeaderAttributes() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeSaPayload.java | 1766 public final int keyLength; field in IkeSaPayload.KeyLengthAttribute 1772 protected KeyLengthAttribute(int keyLength) { in KeyLengthAttribute()
|