Searched refs:CRYPT_AES_CBC (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IpSecAlgorithm.java | 52 public static final String CRYPT_AES_CBC = "cbc(aes)"; field in IpSecAlgorithm 116 CRYPT_AES_CBC, 214 case CRYPT_AES_CBC: in checkValidOrThrow() 271 return getName().equals(CRYPT_AES_CBC); in isEncryption()
|
/frameworks/base/tests/net/java/android/net/ |
D | IpSecAlgorithmTest.java | 69 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 256 / 8)); in testNoTruncLen() 96 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, len / 8)); in testLenValidation() 99 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, Arrays.copyOf(KEY_MATERIAL, 384 / 8)); in testLenValidation()
|
D | IpSecConfigTest.java | 60 IpSecAlgorithm.CRYPT_AES_CBC, in getSampleConfig()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 127 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY); 283 eq(IpSecAlgorithm.CRYPT_AES_CBC), in testCreateTransform()
|
D | IpSecServiceTest.java | 104 new IpSecAlgorithm(IpSecAlgorithm.CRYPT_AES_CBC, CRYPT_KEY);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 25348 Landroid/net/IpSecAlgorithm;->CRYPT_AES_CBC:Ljava/lang/String;
|
/frameworks/base/api/ |
D | current.txt | 27016 field public static final java.lang.String CRYPT_AES_CBC = "cbc(aes)";
|