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/
DTestUtils.java654 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getKeyAlgorithm() local
684 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherKeyAlgorithm() local
697 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isCipherSymmetric() local
709 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherDigest() local
738 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherEncryptionPadding() local
DCipherTest.java1017 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isRandomizedEncryption() local