Home
last modified time | relevance | path

Searched refs:cryptsetup (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
H A Dcryptsetup_2.7.1.bb7 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 D149.out21 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1
57 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1
79 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1
115 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-xts-plain64-sha1
494 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain-sha1
530 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain-sha1
552 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain-sha1
588 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain-sha1
612 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain64-sha1
648 sudo cryptsetup -q -v luksClose qiotest-145-aes-256-cbc-plain64-sha1
[all …]
H A D149110 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 Ddm-crypt.rst9 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 Dverity.rst217 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 Dutil-linux-libuuid_2.39.3.bb1 # 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 Dutil-linux_2.39.3.bb106 PACKAGECONFIG[cryptsetup] = "--with-cryptsetup,--without-cryptsetup,cryptsetup"
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/
H A Decryptfs-utils_111.bb63 …sed -i -e "s: ${base_sbindir}/cryptsetup: ${sbindir}/cryptsetup:" ${D}${bindir}/ecryptfs-setup-swap
71 RDEPENDS:${PN} += "cryptsetup"
/openbmc/docs/designs/
H A Destoraged.md26 [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 Destoraged_git.bb7 DEPENDS += "cryptsetup"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/volume_key/
H A Dvolume-key_0.3.12.bb24 cryptsetup \
/openbmc/openbmc/meta-security/recipes-core/images/
H A Ddm-verity-image-initramfs.bb9 cryptsetup \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/
H A Dpython3-blivet_3.9.2.bb27 lsof cryptsetup libblockdev \
/openbmc/openbmc/meta-security/recipes-security/cryptmount/
H A Dcryptmount_6.2.0.bb19 PACKAGECONFIG[luks] = "--enable-luks, --disable-luks, cryptsetup"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libblockdev/
H A Dlibblockdev_3.1.1.bb34 PACKAGECONFIG[crypto] = "--with-crypto,--without-crypto,cryptsetup nss volume-key"
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd_255.4.bb138 PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup"
139 PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=true,-Dlibcryptsetup-plugins=false,cry…
474 ${libdir}/cryptsetup \
824 …, False, d) and not bb.utils.contains('PACKAGECONFIG', 'userdb openssl cryptsetup', True, False, d…
825 …ONFIG[homed] requires PACKAGECONFIG[userdb], PACKAGECONFIG[openssl] and PACKAGECONFIG[cryptsetup]")
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity-systemd-x86-64.txt26 PACKAGECONFIG:append:pn-systemd = " cryptsetup"
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass177 CONVERSION_DEPENDS_verity = "cryptsetup-native"
/openbmc/linux/drivers/md/
H A DKconfig300 <https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt>
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.rst277 ``cryptsetup-plugins``, ``no-ntp-fallback``, and ``p11kit``.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb206 cryptsetup \
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst435 opened with ``cryptsetup`` with default settings.
/openbmc/qemu/docs/interop/
H A Dqcow2.txt360 specification ('docs/on-disk-format.pdf' in the cryptsetup source
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc249 LUKS v1 encryption format, compatible with Linux dm-crypt/cryptsetup
/openbmc/
H A Dopengrok1.0.log36234 …rok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.7.1…
36235 …ent delete: /opengrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup

12