Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceTest.java318 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
325 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
337 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
344 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
356 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
363 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
376 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuthCrypt()
383 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsNoAlgorithms()
395 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithAuth()
407 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithCrypt()
[all …]
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1578 void validateAlgorithms(IpSecConfig config) throws IllegalArgumentException { in validateAlgorithms() method in IpSecService
1638 validateAlgorithms(config); in checkIpSecConfig()