Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/
H A DIpSecAlgorithmTest.java114 private void checkCryptKeyLenValidation(String algoName, int keyLen) throws Exception { in checkCryptKeyLenValidation() method in IpSecAlgorithmTest
131 checkCryptKeyLenValidation(IpSecAlgorithm.CRYPT_AES_CTR, len); in testValidationForAlgosAddedInS()