Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/
DIpSecServiceTest.java316 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
323 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
335 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
342 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
354 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
361 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
374 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuthCrypt()
381 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsNoAlgorithms()
393 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithAuth()
405 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithCrypt()
[all …]
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1445 void validateAlgorithms(IpSecConfig config) throws IllegalArgumentException { in validateAlgorithms() method in IpSecService
1504 validateAlgorithms(config); in checkIpSecConfig()