Searched defs:algorithmId (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeNormalModeCipher.java | 45 IkeNormalModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeNormalModeCipher() 51 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeNormalModeCipher()
|
D | IkeMacPrf.java | 50 private IkeMacPrf( in IkeMacPrf() 65 int algorithmId = prfTransform.id; in create() local
|
D | IkeCombinedModeCipher.java | 54 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeCombinedModeCipher() 60 int algorithmId, in IkeCombinedModeCipher()
|
D | IkeMacIntegrity.java | 65 private IkeMacIntegrity( in IkeMacIntegrity() 82 int algorithmId = integrityTransform.id; in create() local
|
D | IkeMac.java | 37 protected IkeMac(int algorithmId, int keyLength, String algorithmName, boolean isJceSupported) { in IkeMac()
|
D | IkeCrypto.java | 31 protected IkeCrypto(int algorithmId, int keyLength, String algorithmName) { in IkeCrypto()
|
D | IkeCipher.java | 85 int algorithmId, in IkeCipher() 112 int algorithmId = encryptionTransform.id; in create() local
|