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/
DIkeMacIntegrity.java42 private IkeMacIntegrity( in IkeMacIntegrity()
59 int algorithmId = integrityTransform.id; in create() local
DIkeCipher.java49 int algorithmId, int keyLength, int ivLength, String algorithmName, boolean isAead) { in IkeCipher()
68 int algorithmId = encryptionTransform.id; in create() local
DIkeMacPrf.java47 private IkeMacPrf( in IkeMacPrf()
62 int algorithmId = prfTransform.id; 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()
DIkeCombinedModeCipher.java55 IkeCombinedModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeCombinedModeCipher()