Searched refs:SECRET_KEY_LENGTH (Results 1 – 2 of 2) sorted by relevance
61 private static final int SECRET_KEY_LENGTH = 48; field in WatchlistSettings117 if (key == null || key.length != SECRET_KEY_LENGTH) { in parseSecretKey()129 final byte[] key = new byte[SECRET_KEY_LENGTH]; in getPrivacySecretKey()130 System.arraycopy(mPrivacySecretKey, 0, key, 0, SECRET_KEY_LENGTH); in getPrivacySecretKey()135 final byte[] key = new byte[SECRET_KEY_LENGTH]; in generatePrivacySecretKey()
41 private static final int SECRET_KEY_LENGTH = 32; field in CryptoManager53 mPreSharedKey = Arrays.copyOf(new byte[0], SECRET_KEY_LENGTH); in CryptoManager()55 mPreSharedKey = Arrays.copyOf(preSharedKey, SECRET_KEY_LENGTH); in CryptoManager()