Home
last modified time | relevance | path

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

12

/qemu/tests/qemu-iotests/
A D082.out61 encrypt.hash-alg=<str> - Name of encryption hash algorithm
63 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
87 encrypt.hash-alg=<str> - Name of encryption hash algorithm
89 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
113 encrypt.hash-alg=<str> - Name of encryption hash algorithm
115 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
141 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
167 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
193 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
219 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
[all …]
/qemu/crypto/
A Divgen.c38 ivgen->algorithm = alg; in qcrypto_ivgen_new()
78 return ivgen->algorithm; in qcrypto_ivgen_get_algorithm()
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);
A Divgenpriv.h43 QCryptoIVGenAlgo algorithm; member
A Dcipher-gcrypt.c.inc248 error_setg(errp, "Unsupported cipher algorithm %s",
A Dcipher-builtin.c.inc294 "Unsupported cipher algorithm %s",
/qemu/docs/devel/migration/
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
A Duadk-compression.rst21 UADK consists of UACCE, vendors' drivers, and an algorithm layer. UADK requires
142 Though both UADK and ZLIB are based on the deflate compression algorithm, UADK
A Dqpl-compression.rst6 compression algorithm (RFC 1951).
214 algorithm, and ``QPL`` can support the header and tail of ``ZLIB``, ``QPL``
/qemu/qapi/
A Dcrypto.json205 # @cipher-alg: the cipher algorithm for data encryption Currently
217 # @hash-alg: the master key hash algorithm Currently defaults to
301 # @cipher-alg: the cipher algorithm for data encryption
309 # @hash-alg: the master key hash algorithm
551 # @rsa: RSA algorithm
575 # The padding algorithm for RSA.
589 # Specific parameters for RSA algorithm.
607 # @alg: encryption cipher algorithm
A Dcryptodev.json14 # The supported algorithm types of a crypto device.
A Dstats.json268 # might be renamed. A statistic might go away if an algorithm is
/qemu/tests/avocado/avocado_qemu/
A D__init__.py255 asset_hash, algorithm=None, argument
260 algorithm=algorithm,
A Dlinuxtest.py205 algorithm='sha256',
/qemu/docs/system/
A Dqemu-block-drivers.rst.inc101 Name of the cipher algorithm and key length. Currently defaults
111 Name of the initialization vector generator algorithm. Currently defaults
116 Name of the hash algorithm to use with the initialization vector generator
121 Name of the hash algorithm to use for PBKDF algorithm
126 Amount of time, in milliseconds, to use for PBKDF algorithm per key slot.
260 Name of the cipher algorithm and key length. Currently defaults
269 Name of the initialization vector generator algorithm. Currently defaults
274 Name of the hash algorithm to use with the initialization vector generator
279 Name of the hash algorithm to use for PBKDF algorithm
284 Amount of time, in milliseconds, to use for PBKDF algorithm per key slot.
/qemu/docs/system/arm/
A Demulation.rst102 - FEAT_PACIMP (Pointer authentication - IMPLEMENTATION DEFINED algorithm)
103 - FEAT_PACQARMA3 (Pointer authentication - QARMA3 algorithm)
104 - FEAT_PACQARMA5 (Pointer authentication - QARMA5 algorithm)
A Dcpu-features.rst217 When ``pauth`` is enabled, select the QEMU implementation defined algorithm.
220 When ``pauth`` is enabled, select the architected QARMA3 algorithm.
223 the architected QARMA5 algorithm is used. The architected QARMA5
225 be quite slow to emulate. The impdef algorithm used by QEMU is
/qemu/tests/avocado/
A Dboot_linux_console.py354 algorithm='sha256')
485 algorithm='sha256')
A Dreplay_kernel.py105 algorithm = "sha256")
513 initrd_path_gz = self.fetch_asset(initrd_url, algorithm='md5',
/qemu/include/hw/xen/interface/io/
A Dnetif.h1019 uint8_t algorithm; member
/qemu/docs/
A Dthrottle.txt218 The Leaky Bucket algorithm
220 I/O limits in QEMU are implemented using the leaky bucket algorithm
223 This algorithm uses the analogy of a bucket that leaks water
254 Also, due to the way the algorithm works, longer burst can be done at
/qemu/tests/unit/
A Dpkix_asn1_tab.c.inc523 {"algorithm", 1073741826, "AlgorithmIdentifier"},
551 {"algorithm", 1073741836, 0},
553 {"algorithm", 1, 0},
/qemu/docs/devel/
A Debpf_rss.rst80 …riptor of the 'Toeplitz key' map. One element of the 40byte key prepared for the hashing algorithm.
/qemu/docs/system/devices/
A Dcanokey.rst153 .. [2] `<https://docs.canokeys.org/userguide/openpgp/#supported-algorithm>`_
/qemu/ui/
A Dvnc-enc-zrle.c.inc21 * algorithm writes to the position one past the end of the pixel data.

Completed in 43 milliseconds

12