Searched refs:ENCRYPTION_ALGORITHM_AES_GCM_16 (Results 1 – 3 of 3) sorted by relevance
21 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;81 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256) in testCombinedModeAlgorithmLessThanUnderlyingMtu()
27 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;182 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getIkeSaProposals()185 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getIkeSaProposals()188 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getIkeSaProposals()273 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_256); in getChildSaProposals()278 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_192); in getChildSaProposals()283 ENCRYPTION_ALGORITHM_AES_GCM_16, KEY_LEN_AES_128); in getChildSaProposals()
23 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_AES_GCM_16;93 map.put(ENCRYPTION_ALGORITHM_AES_GCM_16, 27); // 8 (IV) + 3 (Max pad) + 16 (ICV) in map.put() argument