Home
last modified time | relevance | path

Searched refs:integrityAlgos (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DSaProposalTest.java228 List<Integer> integrityAlgos, in buildIkeSaProposal() argument
232 ciphers, integrityAlgos, prfs, dhGroups, false /* preferModp1024 */); in buildIkeSaProposal()
237 List<Integer> integrityAlgos, in buildIkeSaProposal() argument
246 for (int algo : integrityAlgos) { in buildIkeSaProposal()
289 List<Integer> integrityAlgos, in buildChildSaProposal() argument
296 for (int algo : integrityAlgos) { in buildChildSaProposal()
415 final Map<Integer, CryptoInfo> integrityAlgos = new HashMap<>(); in getAllIntegrityAlgos() local
416 integrityAlgos.put(INTEGRITY_ALGORITHM_NONE, new CryptoInfo(R, IPSEC_NAME_NA)); in getAllIntegrityAlgos()
417 integrityAlgos.put(INTEGRITY_ALGORITHM_HMAC_SHA1_96, new CryptoInfo(R, AUTH_HMAC_SHA1)); in getAllIntegrityAlgos()
418 integrityAlgos.put(INTEGRITY_ALGORITHM_AES_XCBC_96, new CryptoInfo(R, AUTH_AES_XCBC)); in getAllIntegrityAlgos()
[all …]
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSaProposal.java71 IntegrityTransform[] integrityAlgos, in IkeSaProposal() argument
73 super(IkePayload.PROTOCOL_ID_IKE, encryptionAlgos, integrityAlgos, dhGroups); in IkeSaProposal()
DChildSaProposal.java92 IntegrityTransform[] integrityAlgos, in ChildSaProposal() argument
95 super(IkePayload.PROTOCOL_ID_ESP, encryptionAlgos, integrityAlgos, dhGroups); in ChildSaProposal()
DSaProposal.java267 IntegrityTransform[] integrityAlgos, in SaProposal() argument
271 mIntegrityAlgorithms = integrityAlgos; in SaProposal()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1030 int[] integrityAlgos = in buildIkeSaProposal() local
1032 for (int integrityAlgo : integrityAlgos) { in buildIkeSaProposal()
1113 int[] integrityAlgos = in buildChildSaProposal() local
1115 for (int integrityAlgo : integrityAlgos) { in buildChildSaProposal()