Home
last modified time | relevance | path

Searched defs:deleteKey (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
DIKeyMintDevice.aidl515 void deleteKey(in byte[] keyBlob); in deleteKey() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey() method
/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
DIKeyMintDevice.aidl44 void deleteKey(in byte[] keyBlob); in deleteKey() method
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
DKeymaster4.h117 Return<V4_0::ErrorCode> deleteKey(const hidl_vec<uint8_t>& keyBlob) override { in deleteKey() function
/hardware/interfaces/keymaster/4.1/support/
DKeymaster3.cpp217 Return<V4_0::ErrorCode> Keymaster3::deleteKey(const hidl_vec<uint8_t>& keyBlob) { in deleteKey() function in android::hardware::keymaster::V4_1::support::Keymaster3