Searched refs:ENCRYPTION_ALGORITHM_AES_CBC (Results 1 – 5 of 5) sorted by relevance
19 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_CBC;66 ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) in testNormalModeAlgorithmLessThanUnderlyingMtu()
20 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_CBC;80 map.put(ENCRYPTION_ALGORITHM_AES_CBC, 31); // 16 (IV) + 15 (Max pad) in map.put() argument
24 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_CBC;166 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256); in getIkeSaProposals()168 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_192); in getIkeSaProposals()170 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128); in getIkeSaProposals()232 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, len); in getChildSaProposals()
41 SaProposal.ENCRYPTION_ALGORITHM_AES_CBC, SaProposal.KEY_LEN_AES_128) in buildTestIkeSaProposal()
4736 new int[] {SaProposal.ENCRYPTION_ALGORITHM_AES_CBC}); in getDefaults()4739 new int[] {SaProposal.ENCRYPTION_ALGORITHM_AES_CBC}); in getDefaults()