Searched defs:algorithmId (Results 1 – 7 of 7) sorted by relevance
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
D | IkeMacIntegrity.java | 42 private IkeMacIntegrity( in IkeMacIntegrity() 59 int algorithmId = integrityTransform.id; in create() local
|
D | IkeCipher.java | 49 int algorithmId, int keyLength, int ivLength, String algorithmName, boolean isAead) { in IkeCipher() 68 int algorithmId = encryptionTransform.id; in create() local
|
D | IkeMacPrf.java | 47 private IkeMacPrf( in IkeMacPrf() 62 int algorithmId = prfTransform.id; 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 | IkeCombinedModeCipher.java | 55 IkeCombinedModeCipher(int algorithmId, int keyLength, int ivLength, String algorithmName) { in IkeCombinedModeCipher()
|