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.java306 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
313 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuth()
325 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
332 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsCrypt()
344 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
351 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAead()
364 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAuthCrypt()
371 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsNoAlgorithms()
383 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithAuth()
395 mIpSecService.validateAlgorithms(config); in testValidateAlgorithmsAeadWithCrypt()
[all …]
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java1397 void validateAlgorithms(IpSecConfig config) throws IllegalArgumentException { in validateAlgorithms() method in IpSecService
1445 validateAlgorithms(config); in checkIpSecConfig()