Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0002-Fix-vpnc-install-for-cross-compile.patch25 - install -m644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
32 + install -m 644 cisco-decrypt.1 $(DESTDIR)$(MANDIR)/man1
37 - install -m755 cisco-decrypt $(DESTDIR)$(BINDIR)
39 + install -m 755 cisco-decrypt $(DESTDIR)$(BINDIR)
43 - install -s -m755 cisco-decrypt $(DESTDIR)$(BINDIR)
45 + install -s -m 755 cisco-decrypt $(DESTDIR)$(BINDIR)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-rsa_4.9.1.bb11 pyrsa-decrypt \
19 ALTERNATIVE_LINK_NAME[pyrsa-decrypt] = "${bindir}/pyrsa-decrypt"
/openbmc/qemu/crypto/
H A Dakcipherpriv.h43 int (*decrypt)(QCryptoAkCipher *akcipher, member
H A Dakcipher.c64 return drv->decrypt(akcipher, in, in_len, out, out_len, errp); in qcrypto_akcipher_decrypt()
H A Dblockpriv.h91 int (*decrypt)(QCryptoBlock *block, member
H A Dblock-qcow.c180 .decrypt = qcrypto_block_qcow_decrypt,
H A Dakcipher-nettle.c.inc233 error_setg(errp, "Failed to decrypt");
379 .decrypt = qcrypto_nettle_rsa_decrypt,
H A Dblock.c208 return block->driver->decrypt(block, offset, buf, len, errp); in qcrypto_block_decrypt()
H A Dcipher-gcrypt.c.inc163 error_setg(errp, "Cannot decrypt data: %s",
H A Dakcipher-gcrypt.c.inc345 error_setg(errp, "Failed to decrypt: %s/%s",
525 .decrypt = qcrypto_gcrypt_rsa_decrypt,
H A Dblock-luks.c1966 .decrypt = qcrypto_block_luks_decrypt,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdvbcsa/
H A Dlibdvbcsa_1.1.0.bb1 SUMMARY = "Open implementation of the DVB Common Scrambling Algorithm, encrypt and decrypt "
/openbmc/qemu/include/system/
H A Dcryptodev.h294 CryptodevSymStatInc(be, decrypt, bytes)
305 CryptodevAsymStatInc(be, decrypt, bytes)
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2015-7696.patch19 @@ -465,7 +465,17 @@ int decrypt(__G__ passwrd)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch30 +#define STATX_ATTR_ENCRYPTED 0x00000800 /* [I] File requires key to decrypt in fs */
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/
H A Dopenssl-tpm-engine_0.5.0.bb24 # The definitions below are used to decrypt the srk password.
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dencrypted_boot.txt10 Therefore, this key is needed to decrypt the data during the
/openbmc/openbmc/poky/meta/recipes-support/nettle/
H A Dnettle_3.10.1.bb12 … file://serpent-decrypt.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e \
/openbmc/u-boot/doc/imx/habv4/
H A Dintroduction_habv4.txt11 to authenticate and/or decrypt the program image by using cryptography
124 (DEK) when encrypting an image. This key is used in both encrypt and decrypt
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch250 + {TPM_R_DECRYPT_SRK_PW_FAILED, "decrypt srk password failed"},
/openbmc/docs/designs/
H A Destoraged.md50 decrypt the filesystem.
/openbmc/u-boot/lib/
H A DKconfig175 This provides a means to encrypt and decrypt data using the AES
/openbmc/qemu/docs/specs/
H A Dtpm.rst533 and the destination side cannot decrypt the migrated state
/openbmc/u-boot/cmd/
H A DKconfig1598 This provides a means to encrypt and decrypt data using the AES
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch2921 /* Decode, decrypt and store the forwarded creds in the local ccache. */