Searched refs:ENCRYPTION_ALGORITHM_AES_CBC (Results 1 – 7 of 7) sorted by relevance
19 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_CBC;83 .addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256) in buildChildSaProposalsWithNormalModeAlgo()
20 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_CBC;91 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;171 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_256); in getIkeSaProposals()173 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_192); in getIkeSaProposals()175 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, KEY_LEN_AES_128); in getIkeSaProposals()237 normalModeBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_CBC, len); in getChildSaProposals()
41 SaProposal.ENCRYPTION_ALGORITHM_AES_CBC, SaProposal.KEY_LEN_AES_128) in buildTestIkeSaProposal()
105 ENCRYPTION_ALGORITHM_AES_CBC = 12; enumerator
9420 new int[] {SaProposal.ENCRYPTION_ALGORITHM_AES_CBC}); in getDefaults()9425 new int[] {SaProposal.ENCRYPTION_ALGORITHM_AES_CBC}); in getDefaults()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...