Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpnIkev2Utils.java167 final IkeSaProposal.Builder normalModeBuilder = new IkeSaProposal.Builder(); in getIkeSaProposals() local
178 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_512_256); in getIkeSaProposals()
179 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_384_192); in getIkeSaProposals()
180 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_HMAC_SHA2_256_128); in getIkeSaProposals()
181 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getIkeSaProposals()
182 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getIkeSaProposals()
214 proposals.add(normalModeBuilder.build()); in getIkeSaProposals()
253 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_XCBC_96); in getChildSaProposals()
256 normalModeBuilder.addIntegrityAlgorithm(INTEGRITY_ALGORITHM_AES_CMAC_96); in getChildSaProposals()
259 ChildSaProposal proposal = normalModeBuilder.build(); in getChildSaProposals()
[all …]