Home
last modified time | relevance | path

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

12345678

/openbmc/u-boot/lib/libavb/
H A Davb_crypto.c338 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 Davb_vbmeta_image.c21 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 Davb_crypto.h106 const AvbAlgorithmData* avb_get_algorithm_data(AvbAlgorithmType algorithm)
/openbmc/phosphor-webui/
H A Dwebpack.config.js9 crypto.createHash = algorithm =>
10 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);
/openbmc/u-boot/lib/
H A DKconfig6 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 D082.out58 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 Dvue.config.js84 crypto.createHash = (algorithm) =>
85 crypto_orig_createHash(algorithm == 'md4' ? 'sha256' : algorithm);
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/
H A Dlibdigest-sha1-perl_2.13.bb1 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 Dxxhash_0.8.3.bb1 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 DKconfig7 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 Divgen.c38 ivgen->algorithm = alg; in qcrypto_ivgen_new()
78 return ivgen->algorithm; in qcrypto_ivgen_get_algorithm()
H A Divgenpriv.h43 QCryptoIVGenAlgo algorithm; member
H A Dcipher-stub.c.inc27 "Unsupported cipher algorithm %s, no crypto library enabled in build",
H A Dakcipher-nettle.c.inc68 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 Dcelt051_git.bb5 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 DAdded-missing-headers.patch33 +#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 DAdded-missing-headers.patch33 +#include <algorithm>
43 +#include <algorithm>
/openbmc/phosphor-hwmon/
H A DREADME.md21 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 Dlz4_1.10.0.bb1 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 Dzstd_1.5.7.bb1 SUMMARY = "Zstandard - Fast real-time compression algorithm"
2 DESCRIPTION = "Zstandard is a fast lossless compression algorithm, targeting \
/openbmc/docs/designs/
H A Dvirtual-sensors.md39 - 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 Ddirty-limit.rst5 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 Dbearssl_0.6.bb6 algorithm implementations are constant-time by default. \
15 algorithm implementations to be added afterwards, possibly from third \
/openbmc/intel-ipmi-oem/src/
H A Dbmccontrolservices.cpp142 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 Dcrypto.json208 # @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

12345678