Home
last modified time | relevance | path

Searched defs:algorithmId (Results 1 – 7 of 7) 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.java50 private IkeMacPrf( in IkeMacPrf()
65 int algorithmId = prfTransform.id; in create() local
DIkeCombinedModeCipher.java54 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeCombinedModeCipher()
60 int algorithmId, in IkeCombinedModeCipher()
DIkeMacIntegrity.java65 private IkeMacIntegrity( in IkeMacIntegrity()
82 int algorithmId = integrityTransform.id; 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.java85 int algorithmId, in IkeCipher()
112 int algorithmId = encryptionTransform.id; in create() local