Searched refs:KEY_SIZE_BITS (Results 1 – 5 of 5) sorted by relevance
36 private static final int KEY_SIZE_BITS = 256; field in RebootEscrowKey52 keyGenerator.init(KEY_SIZE_BITS, new SecureRandom()); in generate()
49 static final int KEY_SIZE_BITS = 256; field in RecoverableKeyGenerator101 mKeyGenerator.init(KEY_SIZE_BITS); in generateAndStoreKey()
73 private static final int KEY_SIZE_BITS = 256; field in PlatformKeyManager459 keyGenerator.init(KEY_SIZE_BITS); in generateAesKey()
805 if (keyBytes.length != RecoverableKeyGenerator.KEY_SIZE_BITS / Byte.SIZE) { in importKeyWithMetadata()807 + RecoverableKeyGenerator.KEY_SIZE_BITS); in importKeyWithMetadata()809 "The given key does not contain " + RecoverableKeyGenerator.KEY_SIZE_BITS in importKeyWithMetadata()
57 private static final int KEY_SIZE_BYTES = RecoverableKeyGenerator.KEY_SIZE_BITS / Byte.SIZE;