Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_16 (Results 1 – 5 of 5) sorted by relevance
27 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;187 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getIkeSaProposals()190 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getIkeSaProposals()193 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getIkeSaProposals()278 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getChildSaProposals()283 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getChildSaProposals()288 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getChildSaProposals()
21 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;132 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256)
23 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;104 map.put(ENCRYPTION_ALGORITHM_AES_GCM_16, 27); // 8 (IV) + 3 (Max pad) + 16 (ICV) in map.put() argument
109 ENCRYPTION_ALGORITHM_AES_GCM_16 = 20; enumerator
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...