Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
DIkeNormalModeCipher.java45 IkeNormalModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeNormalModeCipher()
51 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeNormalModeCipher()
DIkeMacPrf.java52 int keyLength, in IkeMacPrf()
67 int keyLength = 0; in create() local
DIkeCombinedModeCipher.java54 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeCombinedModeCipher()
61 int keyLength, in IkeCombinedModeCipher()
DIkeMacIntegrity.java67 int keyLength, in IkeMacIntegrity()
84 int keyLength = 0; in create() local
DIkeMac.java37 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isJceSupported) { in IkeMac()
DIkeCrypto.java31 protected IkeCrypto(int algorithmId, int keyLength, String algorithmName) { in IkeCrypto()
DIkeCipher.java86 int keyLength, in IkeCipher()
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/algorithms/
DAeadAlgorithmSpec.java42 public abstract int keyLength(); in keyLength() method in AeadAlgorithmSpec
/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DOhttpJniWrapper.java207 int keyLength) { in hkdfExpand()
262 long hkdfMessageDigestNativeRef, byte[] prkArray, byte[] infoArray, int keyLength); in hkdfExpand()
DIOhttpJniWrapper.java130 int keyLength); in hkdfExpand()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DChildSaProposal.java305 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
DIkeSaProposal.java249 public Builder addEncryptionAlgorithm(@EncryptionAlgorithm int algorithm, int keyLength) { in addEncryptionAlgorithm()
DSaProposal.java536 @EncryptionAlgorithm int algorithm, int keyLength, boolean isChild) { 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.java1858 public final int keyLength; field in IkeSaPayload.KeyLengthAttribute
1864 protected KeyLengthAttribute(int keyLength) { in KeyLengthAttribute()