Searched refs:reportKeystoreException (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/ |
D | BluetoothKeystoreService.java | 163 reportKeystoreException(e, "cannot find the keystore"); in start() 720 reportKeystoreException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt() 722 reportKeystoreException(e, "encrypt had a padding exception"); in encrypt() 724 reportKeystoreException(e, "encrypt received an invalid key"); in encrypt() 726 reportKeystoreException(e, "encrypt had a padding problem"); in encrypt() 728 reportKeystoreException(e, "encrypt had an illegal block size"); in encrypt() 767 reportKeystoreException(e, in decrypt() 770 reportKeystoreException(e, "decrypt could not find padding algorithm"); in decrypt() 772 reportKeystoreException(e, "decrypt had a illegal block size"); in decrypt() 774 reportKeystoreException(e, "decrypt had bad padding"); in decrypt() [all …]
|