Searched refs:getBlockModes (Results 1 – 12 of 12) sorted by relevance
211 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyInfo
538 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyGenParameterSpec813 mBlockModes = sourceSpec.getBlockModes(); in Builder()
96 out.writeStringArray(mSpec.getBlockModes()); in writeToParcel()
381 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyProtection
191 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in engineInit()
499 KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes())); in setPrivateKeyEntry()695 KeyProperties.BlockMode.allToKeymaster(params.getBlockModes()); in setSecretKeyEntry()
316 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()
144 getEncryptKeyProtection().getBlockModes()); in init_createsEncryptKeyWithCorrectBlockModes()186 getDecryptKeyProtection().getBlockModes()); in init_createsDecryptKeyWithCorrectBlockModes()
105 assertThat(spec.getBlockModes(), is(new String[] {BLOCK_MODE})); in validateSpecValues()
41149 method @NonNull public String[] getBlockModes();41207 method @NonNull public String[] getBlockModes();41279 method @NonNull public String[] getBlockModes();
41293 method @NonNull public String[] getBlockModes();41351 method @NonNull public String[] getBlockModes();41423 method @NonNull public String[] getBlockModes();
42387 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;