OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_MODE_CBC
(Results
1 - 17
of
17
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java
124
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
148
KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.
BLOCK_MODE_CBC
+ "/"
FingerprintBoundKeysTest.java
140
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
185
+ KeyProperties.
BLOCK_MODE_CBC
+ "/"
/developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java
104
KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.
BLOCK_MODE_CBC
+ "/"
150
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java
104
KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.
BLOCK_MODE_CBC
+ "/"
150
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java
104
KeyProperties.KEY_ALGORITHM_AES + "/" + KeyProperties.
BLOCK_MODE_CBC
+ "/"
150
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java
84
.setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
)
108
KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
);
185
new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
};
271
.setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
)
KeyProtectionTest.java
136
new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
};
208
.setBlockModes(KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
)
CipherTest.java
[
all
...]
KeyGeneratorTest.java
468
new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
};
KeyPairGeneratorTest.java
310
new String[] {KeyProperties.BLOCK_MODE_GCM, KeyProperties.
BLOCK_MODE_CBC
};
[
all
...]
/frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java
272
BLOCK_MODE_CBC
,
282
public static final String
BLOCK_MODE_CBC
= "CBC";
299
} else if (
BLOCK_MODE_CBC
.equalsIgnoreCase(blockMode)) {
316
return
BLOCK_MODE_CBC
;
/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java
90
+ KeyProperties.
BLOCK_MODE_CBC
+ "/"
238
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
MainActivity.java
90
+ KeyProperties.
BLOCK_MODE_CBC
+ "/"
238
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
MainActivity.java
90
+ KeyProperties.
BLOCK_MODE_CBC
+ "/"
238
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
AuthenticationBoundKeyTestActivity.java
70
+ KeyProperties.
BLOCK_MODE_CBC
+ "/" + KeyProperties.ENCRYPTION_PADDING_PKCS7;
216
.setBlockModes(KeyProperties.
BLOCK_MODE_CBC
)
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 303 milliseconds