Searched refs:CRYPT_AES_CTR (Results 1 – 7 of 7) sorted by relevance
22 import static android.net.IpSecAlgorithm.CRYPT_AES_CTR;219 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CTR, cryptKey); in checkAesCtr()231 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtr160()238 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtr224()245 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtr288()
29 import static android.net.IpSecAlgorithm.CRYPT_AES_CTR;455 case IpSecAlgorithm.CRYPT_AES_CTR: in getIvLen()475 case IpSecAlgorithm.CRYPT_AES_CTR: in getBlkSize()721 algoToRequiredMinSdk.put(CRYPT_AES_CTR, Build.VERSION_CODES.R + 1); in testGetSupportedAlgorithms()925 return new IpSecAlgorithm(CRYPT_AES_CTR, getKeyBytes(AES_CTR_KEY_LEN_20)); in buildCryptAesCtr()935 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtrHmacSha512Tcp4()945 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtrHmacSha512Tcp6()955 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtrHmacSha512Udp4()965 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtrHmacSha512Udp6()1286 assumeTrue(hasIpSecAlgorithm(CRYPT_AES_CTR)); in testAesCtrHmacSha512Tcp4UdpEncap()[all …]
65 SaProposal.ENCRYPTION_ALGORITHM_AES_CTR, IpSecAlgorithm.CRYPT_AES_CTR); in IKE_ALGO_TO_IPSEC_ALGO.put() argument
29 import static android.net.IpSecAlgorithm.CRYPT_AES_CTR;404 ciphers.put(ENCRYPTION_ALGORITHM_AES_CTR, new CryptoInfo(R, CRYPT_AES_CTR)); in getAllCiphers()
206 IpSecAlgorithm.CRYPT_AES_CTR, in testGetIpSecAlgorithmName()
131 checkCryptKeyLenValidation(IpSecAlgorithm.CRYPT_AES_CTR, len); in testValidationForAlgosAddedInS()
197 IpSecAlgorithm.CRYPT_AES_CTR); in testBuildWithAllowedAlgorithmsNormal()