Searched refs:ENCRYPTION_ALGORITHM_CHACHA20_POLY1305 (Results 1 – 2 of 2) sorted by relevance
25 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_CHACHA20_POLY1305;94 map.put(ENCRYPTION_ALGORITHM_CHACHA20_POLY1305, 27); // 8 (IV) + 3 (Max pad) + 16 (ICV) in map.put() argument
29 import static android.net.ipsec.ike.SaProposal.ENCRYPTION_ALGORITHM_CHACHA20_POLY1305;181 aeadBuilder.addEncryptionAlgorithm(ENCRYPTION_ALGORITHM_CHACHA20_POLY1305, KEY_LEN_UNUSED); in getIkeSaProposals()269 ENCRYPTION_ALGORITHM_CHACHA20_POLY1305, KEY_LEN_UNUSED); in getChildSaProposals()