Searched defs:algorithmName (Results 1 – 8 of 8) 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 | 53 String algorithmName, in IkeMacPrf() 68 String algorithmName = ""; in create() local
|
D | IkeCombinedModeCipher.java | 54 int algorithmId, int keyLength, int ivLength, String algorithmName, int saltLen) { in IkeCombinedModeCipher() 63 String algorithmName, in IkeCombinedModeCipher()
|
D | IkeMacIntegrity.java | 68 String algorithmName, in IkeMacIntegrity() 85 String algorithmName = ""; 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 | 88 String algorithmName, in IkeCipher()
|
/packages/modules/ExtServices/java/src/android/ext/services/autofill/ |
D | AutofillFieldClassificationServiceImpl.java | 67 String algorithmName = defaultAlgorithm; in calculateScores() local
|