Searched refs:getBlockModes (Results 1 – 13 of 13) sorted by relevance
227 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyInfo
674 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyGenParameterSpec1030 mBlockModes = sourceSpec.getBlockModes(); in Builder()
105 out.writeStringArray(mSpec.getBlockModes()); in writeToParcel()
432 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyProtection
156 getEncryptKeyProtection().getBlockModes()); in init_createsEncryptKeyWithCorrectBlockModes()198 getDecryptKeyProtection().getBlockModes()); in init_createsDecryptKeyWithCorrectBlockModes()
108 assertThat(spec.getBlockModes(), is(new String[] {BLOCK_MODE})); in validateSpecValues()
202 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in engineInit()
509 for (String blockMode : spec.getBlockModes()) { in setPrivateKeyEntry()822 for (String blockMode : params.getBlockModes()) { in setSecretKeyEntry()
320 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39728 method @NonNull public String[] getBlockModes();39794 method @NonNull public String[] getBlockModes();39880 method @NonNull public String[] getBlockModes();
13388 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;
13391 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;