Searched refs:integrityAlgos (Results 1 – 5 of 5) sorted by relevance
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | SaProposalTest.java | 228 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/ |
D | IkeSaProposal.java | 71 IntegrityTransform[] integrityAlgos, in IkeSaProposal() argument 73 super(IkePayload.PROTOCOL_ID_IKE, encryptionAlgos, integrityAlgos, dhGroups); in IkeSaProposal()
|
D | ChildSaProposal.java | 92 IntegrityTransform[] integrityAlgos, in ChildSaProposal() argument 95 super(IkePayload.PROTOCOL_ID_ESP, encryptionAlgos, integrityAlgos, dhGroups); in ChildSaProposal()
|
D | SaProposal.java | 267 IntegrityTransform[] integrityAlgos, in SaProposal() argument 271 mIntegrityAlgorithms = integrityAlgos; in SaProposal()
|
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/ |
D | EpdgTunnelManager.java | 1030 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()
|