/openbmc/u-boot/lib/libavb/ |
H A D | avb_crypto.c | 338 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm) { in avb_get_algorithm_data() argument 339 if ((size_t)algorithm < _AVB_ALGORITHM_NUM_TYPES) { in avb_get_algorithm_data() 340 return &algorithm_data[algorithm]; in avb_get_algorithm_data()
|
H A D | avb_vbmeta_image.c | 21 const AvbAlgorithmData* algorithm; in avb_vbmeta_image_verify() local 136 algorithm = avb_get_algorithm_data(h.algorithm_type); in avb_vbmeta_image_verify() 137 if (!algorithm) { in avb_vbmeta_image_verify() 143 if (h.hash_size != algorithm->hash_len) { in avb_vbmeta_image_verify() 199 algorithm->padding, in avb_vbmeta_image_verify() 200 algorithm->padding_len); in avb_vbmeta_image_verify()
|
H A D | avb_crypto.h | 106 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
|
/openbmc/phosphor-webui/ |
H A D | webpack.config.js | 9 crypto.createHash = algorithm => 10 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);
|
/openbmc/u-boot/lib/ |
H A D | Kconfig | 6 Enables software based BCH ECC algorithm present in lib/bch.c 173 bool "Support the AES algorithm" 176 (Advanced Encryption Standard). This algorithm uses a symetric key 178 supported by the algorithm but only a 128-bit key is supported at 237 This option enables support of hashing using SHA1 algorithm. 239 The SHA1 algorithm produces a 160-bit (20-byte) hash value 245 This option enables support of hashing using SHA256 algorithm. 247 The SHA256 algorithm produces a 256-bit (32-byte) hash value 251 bool "Enable SHA512 algorithm" 253 This option enables support of internal SHA512 algorithm. [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 082.out | 58 encrypt.cipher-alg=<str> - Name of encryption cipher algorithm 61 encrypt.hash-alg=<str> - Name of encryption hash algorithm 63 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 64 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 84 encrypt.cipher-alg=<str> - Name of encryption cipher algorithm 87 encrypt.hash-alg=<str> - Name of encryption hash algorithm 89 encrypt.ivgen-alg=<str> - Name of IV generator algorithm 90 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm 110 encrypt.cipher-alg=<str> - Name of encryption cipher algorithm 113 encrypt.hash-alg=<str> - Name of encryption hash algorithm [all …]
|
/openbmc/webui-vue/ |
H A D | vue.config.js | 84 crypto.createHash = (algorithm) => 85 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/ |
H A D | libdigest-sha1-perl_2.13.bb | 1 SUMMARY = "Perl interface to the SHA-1 algorithm " 2 DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm"
|
/openbmc/openbmc/poky/meta/recipes-support/xxhash/ |
H A D | xxhash_0.8.3.bb | 1 SUMMARY = "Extremely fast non-cryptographic hash algorithm" 2 DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \
|
/openbmc/u-boot/lib/rsa/ |
H A D | Kconfig | 7 RSA support. This enables the RSA algorithm used for FIT image 10 The Modular Exponentiation algorithm in RSA is implemented using 27 algorithm used in FIT image verification. It required RSA Key as
|
/openbmc/qemu/crypto/ |
H A D | ivgen.c | 38 ivgen->algorithm = alg; in qcrypto_ivgen_new() 78 return ivgen->algorithm; in qcrypto_ivgen_get_algorithm()
|
H A D | ivgenpriv.h | 43 QCryptoIVGenAlgo algorithm; member
|
H A D | cipher-stub.c.inc | 27 "Unsupported cipher algorithm %s, no crypto library enabled in build",
|
H A D | akcipher-nettle.c.inc | 68 error_setg(errp, "Unsupported algorithm: %u", opts->alg); 242 error_setg(errp, "Unknown padding algorithm: %d", rsa->padding_alg); 257 * The RSA algorithm cannot be used for signature/verification 296 error_setg(errp, "Unknown hash algorithm: %d", rsa->hash_alg); 324 * The RSA algorithm cannot be used for signature/verification 361 error_setg(errp, "Unsupported hash algorithm: %d", rsa->hash_alg);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/ |
H A D | celt051_git.bb | 5 SUMMARY = "The CELT codec is a compression algorithm for audio" 6 DESCRIPTION = "The CELT codec is a compression algorithm for \
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | Added-missing-headers.patch | 33 +#include <algorithm> 43 +#include <algorithm>
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Added-missing-headers.patch | 33 +#include <algorithm> 43 +#include <algorithm>
|
/openbmc/phosphor-hwmon/ |
H A D | README.md | 21 This requires an algorithm for selecting a stable, well-known D-Bus busname. 23 The algorithm is `<PREFIX>-<ID>.Hwmon<N>` where PREFIX is a meson configurable
|
/openbmc/openbmc/poky/meta/recipes-support/lz4/ |
H A D | lz4_1.10.0.bb | 1 SUMMARY = "Extremely Fast Compression algorithm" 2 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 40…
|
/openbmc/openbmc/poky/meta/recipes-extended/zstd/ |
H A D | zstd_1.5.7.bb | 1 SUMMARY = "Zstandard - Fast real-time compression algorithm" 2 DESCRIPTION = "Zstandard is a fast lossless compression algorithm, targeting \
|
/openbmc/docs/designs/ |
H A D | virtual-sensors.md | 39 - capability to read a algorithm string from config file and use the same 40 algorithm in calculating value for new virtual sensor 47 There is a JSON configuration file for name, old path and algorithm. For 101 Expression: An algorithm to be used to calculate sensor value
|
/openbmc/qemu/docs/devel/migration/ |
H A D | dirty-limit.rst | 5 introduced in the 8.1 QEMU release that uses a new algorithm based on the KVM 8 The algorithm framework is as follows: 69 algorithm will restrict virtual CPUs as needed to keep their dirty page
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bearssl/ |
H A D | bearssl_0.6.bb | 6 algorithm implementations are constant-time by default. \ 15 algorithm implementations to be added afterwards, possibly from third \
|
/openbmc/intel-ipmi-oem/src/ |
H A D | bmccontrolservices.cpp | 142 if (boost::algorithm::starts_with(obj.first.filename(), in setBmcControlServices() 183 if (boost::algorithm::starts_with(obj.first.filename(), in getBmcControlServices()
|
/openbmc/qemu/qapi/ |
H A D | crypto.json | 208 # @cipher-alg: the cipher algorithm for data encryption. Currently 220 # @hash-alg: the master key hash algorithm. Currently defaults to 304 # @cipher-alg: the cipher algorithm for data encryption 312 # @hash-alg: the master key hash algorithm 554 # @rsa: RSA algorithm 578 # The padding algorithm for RSA. 592 # Specific parameters for RSA algorithm. 610 # @alg: encryption cipher algorithm
|