Searched refs:getBlockModes (Results 1 – 13 of 13) sorted by relevance
223 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyInfo
629 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyGenParameterSpec988 mBlockModes = sourceSpec.getBlockModes(); in Builder()
96 out.writeStringArray(mSpec.getBlockModes()); in writeToParcel()
391 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyProtection
154 getEncryptKeyProtection().getBlockModes()); in init_createsEncryptKeyWithCorrectBlockModes()196 getDecryptKeyProtection().getBlockModes()); in init_createsDecryptKeyWithCorrectBlockModes()
106 assertThat(spec.getBlockModes(), is(new String[] {BLOCK_MODE})); in validateSpecValues()
201 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in engineInit()
495 for (String blockMode : spec.getBlockModes()) { in setPrivateKeyEntry()790 for (String blockMode : params.getBlockModes()) { in setSecretKeyEntry()
299 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
39515 method @NonNull public String[] getBlockModes();39578 method @NonNull public String[] getBlockModes();39663 method @NonNull public String[] getBlockModes();
13591 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;
13594 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;