| /openbmc/qemu/include/crypto/ | 
| H A D | block.h | 2  * QEMU Crypto block device encryption53  * @format: the encryption format
 58  * in @buf, probe to determine if the volume has the encryption
 74  * @options: the encryption options
 81  * Create a new block encryption object for an existing
 85  * This will use @readfunc to initialize the encryption
 102  * If any part of initializing the encryption context
 108  * Returns: a block encryption format, or NULL on error
 123  * @options: the encryption options
 131  * Create a new block encryption object for initializing
 [all …]
 
 | 
| H A D | xts.h | 41  * @encfunc: the cipher function for encryption61  * @datactx: the cipher context for data encryption
 62  * @tweakctx: the cipher context for tweak encryption
 63  * @encfunc: the cipher function for encryption
 
 | 
| H A D | ivgen.h | 29  * vectors for block encryption schemes using chained cipher modes31  * initialization vector for use for encryption of data in that
 39  * uint8_t *key = ....some encryption key...
 108  * @key: the encryption key or NULL
 131  * number with a hash of an encryption key. The @cipheralg,
 
 | 
| H A D | secret.h | 39  * which may be user passwords, encryption keys or any52  * for raw encryption keys, while the former is appropriate
 60  * to use the AES encryption facility to prevent the
 75  * Using a master encryption key with data.
 
 | 
| /openbmc/qemu/qapi/ | 
| H A D | crypto.json | 71 # The supported algorithms for content encryption ciphers113 # The supported modes for content encryption ciphers
 132 # full disk encryption.  The 'plain' generator should not be used for
 140 # @essiv: 64-bit sector number encrypted with a hash of the encryption
 151 # The supported full disk encryption formats
 153 # @qcow: QCow/QCow2 built-in AES-CBC encryption.  Use only for
 156 # @luks: LUKS encryption format.  Recommended for new images
 166 # The common options that apply to all full disk encryption formats
 168 # @format: the encryption format
 178 # The options that apply to QCow/QCow2 AES-CBC encryption format
 [all …]
 
 | 
| H A D | cryptodev.json | 18 # @sym: symmetric encryption20 # @asym: asymmetric encryption
 38 # @aead: Authenticated Encryption with Associated Data service
 
 | 
| /openbmc/qemu/tests/qemu-iotests/ | 
| H A D | 082.out | 58   encrypt.cipher-alg=<str> - Name of encryption cipher algorithm59   encrypt.cipher-mode=<str> - Name of encryption cipher mode
 61   encrypt.hash-alg=<str> - Name of encryption hash algorithm
 66 …encryption=<bool (on/off)> - Encrypt the image with format 'aes'. (Deprecated in favor of encrypt.…
 84   encrypt.cipher-alg=<str> - Name of encryption cipher algorithm
 85   encrypt.cipher-mode=<str> - Name of encryption cipher mode
 87   encrypt.hash-alg=<str> - Name of encryption hash algorithm
 92 …encryption=<bool (on/off)> - Encrypt the image with format 'aes'. (Deprecated in favor of encrypt.…
 110   encrypt.cipher-alg=<str> - Name of encryption cipher algorithm
 111   encrypt.cipher-mode=<str> - Name of encryption cipher mode
 [all …]
 
 | 
| /openbmc/qemu/ | 
| H A D | qemu.sasl | 2 # pick a mechanism which provides session encryption as well6 # you like for authentication, because TLS provides the encryption
 8 # If you are only using UNIX sockets then encryption is not
 21 # enable plugins which don't provide session encryption. The
 
 | 
| /openbmc/bmcweb/redfish-core/include/generated/enums/ | 
| H A D | acceleration_function.hpp | 12     Encryption,  enumerator24     {AccelerationFunctionType::Encryption, "Encryption"},
 
 | 
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/opcua/ | 
| H A D | open62541_1.3.15.bb | 40 PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth subscriptions subscriptions-events namespace…41 PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-open…
 42 PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbed…
 
 | 
| /openbmc/qemu/block/ | 
| H A D | crypto.h | 2  * QEMU block full disk encryption35         "ID of the secret that provides the AES encryption key")
 59         .help = "Name of encryption cipher algorithm",     \
 66         .help = "Name of encryption cipher mode",          \
 87         .help = "Name of encryption hash algorithm",     \
 
 | 
| /openbmc/docs/designs/ | 
| H A D | estoraged.md | 31 Dm-crypt provides the encryption and device mapping capability, and Cryptsetup47 - Volume key: The main encryption key used to encrypt the data on the block
 49 - Encryption Password: The password needed to load the volume key into RAM and
 105 object path. For example, this daemon would handle the encryption, whereas
 115 encryption level. We will likely use the ioctl interface to send the relevant
 120 but at the very least, encryption-only locking will be available, even if
 124 used by eStoraged to generate two different passwords: the encryption password
 153 And it provides several additional methods related to encryption: Lock, Unlock,
 
 | 
| /openbmc/u-boot/tools/env/ | 
| H A D | fw_env.h | 30  * @opts: encryption key, configuration file, defaults are used if NULL64  * @opts: encryption key, configuration file, defaults are used if NULL
 101  * @opts: encryption key, configuration file, defaults are used if NULL
 137  * @opts: encryption key, configuration file, defaults are used if NULL
 147  * @opts: encryption key, configuration file, defaults are used if NULL
 
 | 
| /openbmc/u-boot/board/xilinx/zynqmp/ | 
| H A D | Kconfig | 14 	  either authentication or encryption or both encryption
 | 
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ | 
| H A D | AggregationSource.v1_5_0.json | 395                 "CBC_DES": "CBC-DES encryption.",396                 "CFB128_AES128": "CFB128-AES-128 encryption.",
 397                 "CFB128_AES192": "CFB128-AES-192 encryption.",
 398                 "CFB128_AES256": "CFB128-AES-256 encryption.",
 399                 "None": "No encryption."
 402 …"CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryptio…
 403 …FB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-12…
 404 …"CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption p…
 405 …"CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption p…
 406                 "None": "This value shall indicate there is no encryption."
 [all …]
 
 | 
| H A D | ManagerAccount.v1_14_0.json | 561                 "CBC_DES": "CBC-DES encryption.",562                 "CFB128_AES128": "CFB128-AES-128 encryption.",
 563                 "CFB128_AES192": "CFB128-AES-192 encryption.",
 564                 "CFB128_AES256": "CFB128-AES-256 encryption.",
 565                 "None": "No encryption."
 568 …"CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryptio…
 569 …FB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-12…
 570 …"CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption p…
 571 …"CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption p…
 572                 "None": "This value shall indicate there is no encryption."
 [all …]
 
 | 
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ | 
| H A D | AggregationSource.v1_5_0.json | 395                 "CBC_DES": "CBC-DES encryption.",396                 "CFB128_AES128": "CFB128-AES-128 encryption.",
 397                 "CFB128_AES192": "CFB128-AES-192 encryption.",
 398                 "CFB128_AES256": "CFB128-AES-256 encryption.",
 399                 "None": "No encryption."
 402 …"CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryptio…
 403 …FB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-12…
 404 …"CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption p…
 405 …"CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption p…
 406                 "None": "This value shall indicate there is no encryption."
 [all …]
 
 | 
| H A D | ManagerAccount.v1_14_0.json | 561                 "CBC_DES": "CBC-DES encryption.",562                 "CFB128_AES128": "CFB128-AES-128 encryption.",
 563                 "CFB128_AES192": "CFB128-AES-192 encryption.",
 564                 "CFB128_AES256": "CFB128-AES-256 encryption.",
 565                 "None": "No encryption."
 568 …"CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryptio…
 569 …FB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-12…
 570 …"CFB128_AES192": "This value shall indicate encryption conforms to the CFB128-AES-192 encryption p…
 571 …"CFB128_AES256": "This value shall indicate encryption conforms to the CFB128-AES-256 encryption p…
 572                 "None": "This value shall indicate there is no encryption."
 [all …]
 
 | 
| /openbmc/phosphor-net-ipmid/sol/ | 
| H A D | sol_manager.hpp | 101     /** @brief SOL payload encryption.103      *  Force encryption: if the cipher suite for the session supports
 104      *  encryption, then this setting will force the use of encryption for
 105      *  all SOL payload data. Encryption controlled by remote console:
 108      *  encryption.
 118      *  if encryption is used authentication must also be used. Therefore,
 119      *  while encryption is being used software will not be able to select
 
 | 
| /openbmc/u-boot/board/xilinx/zynq/ | 
| H A D | Kconfig | 29 	  either authentication or encryption or both encryption
 | 
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ | 
| H A D | Drive.interface.yaml | 24           The current state of encryption on the drive.89           Possible encryption states drives could have
 99                 The encryption state of the drive is not known.
 
 | 
| /openbmc/qemu/docs/system/devices/ | 
| H A D | ccid.rst | 62 …certutil -S -d sql:$PWD -t ,, -s "CN=John Doe (encryption)" --nsCertType sslClient -n encryption-c…68 …rd-emulated,backend=certificates,db=sql:$PWD,cert1=id-cert,cert2=signing-cert,cert3=encryption-cert
 91   John Doe:CAC Email Encryption Certificate   u,u,u
 122 …vscclient -e "db=\"sql:$PWD\" use_hw=no soft=(,Test,CAC,,id-cert,signing-cert,encryption-cert)" <q…
 170 any encryption. The backend can then be a real reader and card, or
 
 | 
| /openbmc/u-boot/include/ | 
| H A D | uboot_aes.h | 18  * AES encryption library, with small code size, supporting only 128-bit AES27 	AES_ROUNDS	= 10,	/* rounds in encryption */
 48  * @expkey	Expanded key to use for encryption (from aes_expand_key())
 
 | 
| /openbmc/openbmc/meta-security/recipes-security/fscryptctl/ | 
| H A D | fscryptctl_1.1.0.bb | 1 SUMMARY = "low-level tool handling Linux filesystem encryption"3 policies for Linux filesystem encryption (https://lwn.net/Articles/639427). \
 
 | 
| /openbmc/u-boot/tools/ | 
| H A D | k3_x509template.txt | 21 # 1.3.6.1.4.1.294.1.4 = ASN1:SEQUENCE:encryption38 # [ encryption ]
 
 |