Home
last modified time | relevance | path

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

12

/qemu/tests/qemu-iotests/
H 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/tests/avocado/
H A Dmachine_aspeed.py122 algorithm='sha256')
136 algorithm='sha256')
174 algorithm='sha256')
202 algorithm='sha256')
249 algorithm='sha256')
327 algorithm='sha256')
347 algorithm='sha256')
H A Dmachine_aarch64_sbsaref.py53 algorithm='sha256')
64 algorithm='sha256')
127 iso_path = self.fetch_asset(iso_url, algorithm="sha256", asset_hash=iso_hash)
188 img_path = self.fetch_asset(img_url, algorithm="sha256", asset_hash=img_hash)
H A Dtuxrun_baselines.py97 algorithm = "sha256")
100 algorithm = "sha256")
109 algorithm = "sha256")
H A Dmachine_mips_loongson3v.py34 asset_hash=pmon_hash, algorithm='md5')
H A Dppc_prep_40p.py79 algorithm='md5')
H A Dboot_linux_console.py252 initrd_path_gz = self.fetch_asset(initrd_url, algorithm='md5',
749 algorithm='sha256')
1013 algorithm='sha256')
1185 algorithm='sha256')
1399 algorithm='sha256')
1447 algorithm='sha256')
H A Ds390_topology.py85 kernel_path = self.fetch_asset(kernel_url, algorithm='md5',
92 initrd_path_xz = self.fetch_asset(initrd_url, algorithm='md5',
H A Dtcg_plugins.py61 algorithm = "sha256")
H A Dreplay_kernel.py94 algorithm = "sha256")
486 initrd_path_gz = self.fetch_asset(initrd_url, algorithm='md5',
H A Dppc_hv_tests.py92 algorithm = "sha256")
/qemu/crypto/
H A Divgen.c38 ivgen->algorithm = alg; in qcrypto_ivgen_new()
78 return ivgen->algorithm; in qcrypto_ivgen_get_algorithm()
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);
H A Divgenpriv.h43 QCryptoIVGenAlgorithm algorithm; member
/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
/qemu/qapi/
H A Dcrypto.json211 # @cipher-alg: the cipher algorithm for data encryption Currently
223 # @hash-alg: the master key hash algorithm Currently defaults to
310 # @cipher-alg: the cipher algorithm for data encryption
318 # @hash-alg: the master key hash algorithm
602 # @rsa: RSA algorithm
624 # The padding algorithm for RSA.
639 # Specific parameters for RSA algorithm.
657 # @alg: encryption cipher algorithm
H A Dcryptodev.json14 # The supported algorithm types of a crypto device.
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py257 asset_hash, algorithm=None, argument
262 algorithm=algorithm,
633 algorithm='sha256',
/qemu/docs/system/
H 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/
H A Demulation.rst97 - FEAT_PACIMP (Pointer authentication - IMPLEMENTATION DEFINED algorithm)
98 - FEAT_PACQARMA3 (Pointer authentication - QARMA3 algorithm)
99 - FEAT_PACQARMA5 (Pointer authentication - QARMA5 algorithm)
H 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/include/hw/xen/interface/io/
H A Dnetif.h1019 uint8_t algorithm; member
/qemu/docs/
H 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/docs/devel/
H A Debpf_rss.rst80 …riptor of the 'Toeplitz key' map. One element of the 40byte key prepared for the hashing algorithm.
/qemu/ui/
H A Dvnc-enc-zrle.c.inc21 * algorithm writes to the position one past the end of the pixel data.

12