Searched refs:zxcrypt (Results 1 – 17 of 17) sorted by relevance
| /system/utest/zxcrypt/ |
| A D | zxcrypt.cpp | 24 namespace zxcrypt { namespace 50 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestDdkGetSize() local 71 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestBlockGetInfo() local 75 ioctl_block_get_info(zxcrypt.get(), nullptr)); in TestBlockGetInfo() 92 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestBlockFvmQuery() local 101 ioctl_block_fvm_query(zxcrypt.get(), nullptr)); in TestBlockFvmQuery() 116 fbl::unique_fd zxcrypt = device.zxcrypt(); in QueryLeadingFvmSlice() local 154 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestBlockFvmShrinkAndExtend() local 469 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestVmoStall() local 501 fbl::unique_fd zxcrypt = device.zxcrypt(); in TestWriteAfterFvmExtend() local [all …]
|
| A D | rules.mk | 15 $(LOCAL_DIR)/zxcrypt.cpp \ 17 MODULE_NAME := zxcrypt-test 29 system/ulib/zxcrypt \
|
| A D | test-device.h | 35 namespace zxcrypt { 64 fbl::unique_fd zxcrypt() const { return fbl::unique_fd(dup(zxcrypt_.get())); } in zxcrypt() function
|
| A D | volume.cpp | 20 namespace zxcrypt { namespace
|
| A D | test-device.cpp | 38 namespace zxcrypt { namespace
|
| /system/dev/block/zxcrypt/ |
| A D | binding.c | 20 ZIRCON_DRIVER_BEGIN(zxcrypt, zxcrypt_driver_ops, "zircon", "0.1", 2) 23 ZIRCON_DRIVER_END(zxcrypt)
|
| A D | extra.h | 14 namespace zxcrypt {
|
| A D | worker.h | 18 namespace zxcrypt {
|
| A D | rules.mk | 22 system/ulib/zxcrypt \
|
| A D | extra.cpp | 19 namespace zxcrypt { namespace
|
| A D | device.h | 34 namespace zxcrypt {
|
| A D | device.cpp | 36 namespace zxcrypt { namespace 547 auto dev = fbl::make_unique_checked<zxcrypt::Device>(&ac, parent); in zxcrypt_device_bind() 549 zxlogf(ERROR, "failed to allocate %zu bytes\n", sizeof(zxcrypt::Device)); in zxcrypt_device_bind() 557 zxcrypt::Device* devmgr_owned __attribute__((unused)); in zxcrypt_device_bind()
|
| A D | worker.cpp | 27 namespace zxcrypt { namespace
|
| /system/uapp/disk-pave/ |
| A D | rules.mk | 44 system/ulib/zxcrypt \ 96 system/ulib/zxcrypt \
|
| A D | pave-lib.cpp | 477 if ((status = key.Allocate(zxcrypt::kZx1130KeyLen, &tmp)) != ZX_OK) { in ZxcryptCreate() 482 fbl::unique_ptr<zxcrypt::Volume> volume; in ZxcryptCreate() 483 if ((status = zxcrypt::Volume::Create(std::move(part->new_part), key, &volume)) != ZX_OK || in ZxcryptCreate()
|
| /system/ulib/zxcrypt/include/zxcrypt/ |
| A D | volume.h | 31 namespace zxcrypt {
|
| /system/ulib/zxcrypt/ |
| A D | volume.cpp | 43 namespace zxcrypt { namespace
|
Completed in 33 milliseconds