Searched refs:KeymasterDevice (Results 1 – 7 of 7) sorted by relevance
30 using ::android::hardware::keymaster::KeymasterDevice;31 using ::android::hardware::keymaster::KeymasterDevice;43 KeymasterDevice hal{mockService}; in TEST()
49 using ::android::hardware::keymaster::KeymasterDevice;373 KeymasterDevice hal{mockService}; in TEST()
47 using ::android::hardware::keymaster::KeymasterDevice;379 KeymasterDevice hal{mockService}; in TEST()
304 KeymasterDevice::KeymasterDevice(KeymasterClient& keymaster) : in KeymasterDevice() function in android::hardware::keymaster::KeymasterDevice322 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()[all …]
24 "KeymasterDevice.cpp",
38 using ::android::hardware::keymaster::KeymasterDevice;67 sp<KeymasterDevice> keymaster = new KeymasterDevice{keymasterClient}; in main()
46 struct KeymasterDevice : public IKeymasterDevice { struct47 KeymasterDevice(KeymasterClient& keymaster);48 ~KeymasterDevice() override = default;