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.java710 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getKeyAlgorithm() local
740 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherKeyAlgorithm() local
753 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isCipherSymmetric() local
765 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherDigest() local
794 String transformationUpperCase = transformation.toUpperCase(Locale.US); in getCipherEncryptionPadding() local
DCipherTest.java1118 String transformationUpperCase = transformation.toUpperCase(Locale.US); in isRandomizedEncryption() local