Home
last modified time | relevance | path

Searched defs:transformationUpperCase (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java867 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getKeyAlgorithm() local
897 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherKeyAlgorithm() local
910 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isCipherSymmetric() local
922 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherDigest() local
951 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherEncryptionPadding() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java1291 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isRandomizedEncryption() local