Searched refs:BLOCK_MODE_ECB (Results 1 – 3 of 3) sorted by relevance
293 BLOCK_MODE_ECB,301 public static final String BLOCK_MODE_ECB = "ECB"; field in KeyProperties319 if (BLOCK_MODE_ECB.equalsIgnoreCase(blockMode)) { in toKeymaster()336 return BLOCK_MODE_ECB; in fromKeymaster()
784 if (KeyProperties.BLOCK_MODE_ECB.equalsIgnoreCase(mode)) { in setWrappedKeyEntry()
40803 field public static final String BLOCK_MODE_ECB = "ECB";