OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_MODE_GCM
(Results
1 - 11
of
11
) sorted by null
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyProtectionTest.java
61
.setBlockModes(KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CTR)
78
KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CTR);
136
new String[] {KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CBC};
208
.setBlockModes(KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CBC)
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)
KeyGeneratorTest.java
468
new String[] {KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CBC};
KeyAttestationTest.java
308
.setBlockModes(KeyProperties.
BLOCK_MODE_GCM
)
[
all
...]
CipherTest.java
[
all
...]
KeyPairGeneratorTest.java
310
new String[] {KeyProperties.
BLOCK_MODE_GCM
, KeyProperties.BLOCK_MODE_CBC};
[
all
...]
AndroidKeyStoreTest.java
[
all
...]
/frameworks/base/keystore/java/android/security/keystore/
KeyProperties.java
274
BLOCK_MODE_GCM
,
288
public static final String
BLOCK_MODE_GCM
= "GCM";
303
} else if (
BLOCK_MODE_GCM
.equalsIgnoreCase(blockMode)) {
320
return
BLOCK_MODE_GCM
;
/frameworks/base/services/core/java/com/android/server/
LockSettingsService.java
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 726 milliseconds