Lines Matching refs:KeymasterDevice
304 KeymasterDevice::KeymasterDevice(KeymasterClient& keymaster) : in KeymasterDevice() function in android::hardware::keymaster::KeymasterDevice
322 Return<void> KeymasterDevice::getHardwareInfo( in getHardwareInfo()
334 Return<void> KeymasterDevice::getHmacSharingParameters( in getHmacSharingParameters()
379 Return<void> KeymasterDevice::computeSharedHmac( in computeSharedHmac()
419 Return<void> KeymasterDevice::verifyAuthorization( in verifyAuthorization()
435 Return<ErrorCode> KeymasterDevice::addRngEntropy(const hidl_vec<uint8_t>& data) in addRngEntropy()
455 Return<void> KeymasterDevice::generateKey( in generateKey()
491 Return<void> KeymasterDevice::getKeyCharacteristics( in getKeyCharacteristics()
519 Return<void> KeymasterDevice::importKey( in importKey()
563 Return<void> KeymasterDevice::exportKey( in exportKey()
637 Return<void> KeymasterDevice::attestKey( in attestKey()
914 Return<void> KeymasterDevice::upgradeKey( in upgradeKey()
945 Return<ErrorCode> KeymasterDevice::deleteKey(const hidl_vec<uint8_t>& keyBlob) in deleteKey()
959 Return<ErrorCode> KeymasterDevice::deleteAllKeys() in deleteAllKeys()
971 Return<ErrorCode> KeymasterDevice::destroyAttestationIds() in destroyAttestationIds()
983 Return<void> KeymasterDevice::begin( in begin()
1049 Return<void> KeymasterDevice::update( in update()
1127 Return<void> KeymasterDevice::finish( in finish()
1219 Return<ErrorCode> KeymasterDevice::abort(uint64_t operationHandle) in abort()
1234 Return<void> KeymasterDevice::importWrappedKey( in importWrappedKey()
1292 Return<ErrorCode> KeymasterDevice::SendSystemVersionInfo() const { in SendSystemVersionInfo()
1304 Return<ErrorCode> KeymasterDevice::GetBootInfo() { in GetBootInfo()