Searched refs:Unlock (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/utest/zxcrypt/
H A Dvolume.cpp80 EXPECT_ZX(Volume::Unlock(fbl::move(device.parent()), device.key(), 0, &volume),
85 EXPECT_ZX(Volume::Unlock(fbl::move(bad_fd), device.key(), 0, &volume), ZX_ERR_INVALID_ARGS);
92 EXPECT_ZX(Volume::Unlock(fbl::move(device.parent()), bad_key, 0, &volume), ZX_ERR_ACCESS_DENIED);
95 EXPECT_ZX(Volume::Unlock(fbl::move(device.parent()), device.key(), -1, &volume),
97 EXPECT_ZX(Volume::Unlock(fbl::move(device.parent()), device.key(), 1, &volume),
101 EXPECT_OK(Volume::Unlock(fbl::move(device.parent()), device.key(), 0, &volume));
108 EXPECT_OK(Volume::Unlock(fbl::move(device.parent()), device.key(), 0, &volume));
121 ASSERT_OK(Volume::Unlock(fbl::move(device.parent()), device.key(), 0, &volume));
132 EXPECT_OK(Volume::Unlock(fbl::move(device.parent()), device.key(), 1, &volume));
136 EXPECT_OK(Volume::Unlock(fb
[all...]
H A Dtest-device.cpp346 ASSERT_OK(Volume::Unlock(parent(), key_, 0, &volume_));
/fuchsia/zircon/third_party/lib/acpica/source/components/namespace/
H A Dnsload.c112 goto Unlock;
121 goto Unlock;
148 Unlock:
/fuchsia/zircon/system/ulib/zxcrypt/include/zxcrypt/
H A Dvolume.h76 static zx_status_t Unlock(fbl::unique_fd fd, const crypto::Secret& key, key_slot_t slot,
100 static zx_status_t Unlock(zx_device_t* dev, const crypto::Secret& key, key_slot_t slot,
/fuchsia/zircon/system/ulib/zxcrypt/
H A Dvolume.cpp185 zx_status_t Volume::Unlock(fbl::unique_fd fd, const crypto::Secret& key, key_slot_t slot, function in class:zxcrypt::Volume
314 zx_status_t Volume::Unlock(zx_device_t* dev, const crypto::Secret& key, key_slot_t slot, function in class:zxcrypt::Volume
/fuchsia/zircon/system/dev/block/zxcrypt/
H A Ddevice.cpp117 if ((rc = Volume::Unlock(parent(), root_key, 0, &volume)) != ZX_OK) {

Completed in 88 milliseconds