Home
last modified time | relevance | path

Searched defs:KEY_LENGTH (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DAesEcbSingleBlockEncryption.java41 public static final int KEY_LENGTH = 16; field in AesEcbSingleBlockEncryption
DAesCtrMultipleBlockEncryption.java44 static final int KEY_LENGTH = AesEcbSingleBlockEncryption.KEY_LENGTH; field in AesCtrMultipleBlockEncryption
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWifiConfigStoreEncryptionUtil.java54 private static final int KEY_LENGTH = 256; field in WifiConfigStoreEncryptionUtil
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java75 private static final int KEY_LENGTH = 256; field in BluetoothKeystoreService