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/ | ||
| D | AesEcbSingleBlockEncryption.java | 41 public static final int KEY_LENGTH = 16; field in AesEcbSingleBlockEncryption |
| D | AesCtrMultipleBlockEncryption.java | 44 static final int KEY_LENGTH = AesEcbSingleBlockEncryption.KEY_LENGTH; field in AesCtrMultipleBlockEncryption |
| /packages/modules/Wifi/service/java/com/android/server/wifi/util/ | ||
| D | WifiConfigStoreEncryptionUtil.java | 54 private static final int KEY_LENGTH = 256; field in WifiConfigStoreEncryptionUtil |
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/ | ||
| D | BluetoothKeystoreService.java | 75 private static final int KEY_LENGTH = 256; field in BluetoothKeystoreService |