/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.5.bb | 7 HOMEPAGE = "https://gitlab.com/cryptsetup/cryptsetup" 31 cryptsetup \ 51 PACKAGECONFIG[cryptsetup] = "--enable-cryptsetup,--disable-cryptsetup" 78 EXTRA_OECONF += "--disable-static-cryptsetup" 95 # The /usr/lib/cryptsetup directory is always created, even when ssh-token 102 …tils.contains('DISTRO_FEATURES','systemd','${exec_prefix}/lib/tmpfiles.d/cryptsetup.conf', '', d)}"
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 149.out | 5 sudo cryptsetup -q -v luksFormat --type luks1 --cipher aes-xts-plain64 --key-size 512 --hash sha1 -… 7 sudo cryptsetup -q -v luksOpen TEST_DIR/luks-aes-256-xts-plain64-sha1.img qiotest-145-aes-256-xts-p… 21 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1 43 sudo cryptsetup -q -v luksOpen TEST_DIR/luks-aes-256-xts-plain64-sha1.img qiotest-145-aes-256-xts-p… 57 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1 65 sudo cryptsetup -q -v luksOpen TEST_DIR/luks-aes-256-xts-plain64-sha1.img qiotest-145-aes-256-xts-p… 79 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1 101 sudo cryptsetup -q -v luksOpen TEST_DIR/luks-aes-256-xts-plain64-sha1.img qiotest-145-aes-256-xts-p… 115 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1 123 sudo cryptsetup -q -v luksFormat --type luks1 --cipher twofish-xts-plain64 --key-size 512 --hash sh… [all …]
|
H A D | 149 | 110 def cryptsetup(args, password=None): function 145 cryptsetup(args, password) 174 cryptsetup(args, password) 202 cryptsetup(args, password) 209 cryptsetup(args)
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-crypt.rst | 9 https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt 161 encryption with dm-crypt using the 'cryptsetup' utility, see 162 https://gitlab.com/cryptsetup/cryptsetup 179 # Create a crypt device using cryptsetup and LUKS header with default cipher 180 cryptsetup luksFormat $1 181 cryptsetup luksOpen $1 crypt1
|
H A D | verity.rst | 217 is available at the cryptsetup project's wiki page 219 https://gitlab.com/cryptsetup/cryptsetup/wikis/DMVerity 237 the cryptsetup upstream repository https://gitlab.com/cryptsetup/cryptsetup/
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux-libuuid_2.40.2.bb | 1 # To allow util-linux to optionally build-depend on cryptsetup, libuuid is 2 # split out of the main recipe, as it's needed by cryptsetup
|
H A D | util-linux_2.40.2.bb | 110 PACKAGECONFIG[cryptsetup] = "--with-cryptsetup,--without-cryptsetup,cryptsetup"
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-core/systemd/ |
H A D | systemd_%.bbappend | 5 …${@bb.utils.contains('DISTRO_FEATURES', 'tpm2', 'cryptsetup cryptsetup-plugins efi openssl repart'…
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/ |
H A D | ecryptfs-utils_111.bb | 63 …sed -i -e "s: ${base_sbindir}/cryptsetup: ${sbindir}/cryptsetup:" ${D}${bindir}/ecryptfs-setup-swap 71 RDEPENDS:${PN} += "cryptsetup"
|
/openbmc/docs/designs/ |
H A D | estoraged.md | 26 [cryptsetup](https://gitlab.com/cryptsetup/cryptsetup) utility, which in turn 106 [cryptsetup API](https://mbroz.fedorapeople.org/libcryptsetup_API/). This 139 [systemd-cryptsetup@.service](https://www.freedesktop.org/software/systemd/man/systemd-cryptsetup@.…
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/storage/ |
H A D | estoraged_git.bb | 7 DEPENDS += "cryptsetup"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/volume_key/ |
H A D | volume-key_0.3.12.bb | 23 cryptsetup \
|
/openbmc/openbmc/meta-security/recipes-core/images/ |
H A D | dm-verity-image-initramfs.bb | 9 cryptsetup \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/ |
H A D | python3-blivet_3.9.2.bb | 27 lsof cryptsetup libblockdev \
|
/openbmc/openbmc/meta-security/recipes-security/cryptmount/ |
H A D | cryptmount_6.2.0.bb | 19 PACKAGECONFIG[luks] = "--enable-luks, --disable-luks, cryptsetup"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/ |
H A D | libblockdev_3.2.1.bb | 34 PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup keyutils nss volume-key"
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd_257.1.bb | 140 PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=enabled,-Dlibcryptsetup=disabled,cryptsetup,,cryptsetu… 141 PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=enabled,-Dlibcryptsetup-plugins=disabl… 486 ${libdir}/cryptsetup \ 860 …, False, d) and not bb.utils.contains('PACKAGECONFIG', 'userdb openssl cryptsetup', True, False, d… 861 …ONFIG[homed] requires PACKAGECONFIG[userdb], PACKAGECONFIG[openssl] and PACKAGECONFIG[cryptsetup]")
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity-systemd-x86-64.txt | 26 PACKAGECONFIG:append:pn-systemd = " cryptsetup"
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | image_types_verity.bbclass | 38 do_image_verity[depends] += "cryptsetup-native:do_populate_sysroot"
|
/openbmc/openbmc/meta-security/classes/ |
H A D | dm-verity-img.bbclass | 181 CONVERSION_DEPENDS_verity = "cryptsetup-native"
|
/openbmc/linux/drivers/md/ |
H A D | Kconfig | 300 <https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt>
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
H A D | packagegroup-meta-oe.bb | 194 cryptsetup \
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-5.0.rst | 308 ``cryptsetup-plugins``, ``no-ntp-fallback``, and ``p11kit``.
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 435 opened with ``cryptsetup`` with default settings.
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 249 LUKS v1 encryption format, compatible with Linux dm-crypt/cryptsetup
|