Searched refs:algorithm (Results 1 – 25 of 40) sorted by relevance
12
| /qemu/tests/qemu-iotests/ |
| A D | 082.out | 61 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 D | ivgen.c | 38 ivgen->algorithm = alg; in qcrypto_ivgen_new() 78 return ivgen->algorithm; in qcrypto_ivgen_get_algorithm()
|
| 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);
|
| A D | ivgenpriv.h | 43 QCryptoIVGenAlgo algorithm; member
|
| A D | cipher-gcrypt.c.inc | 248 error_setg(errp, "Unsupported cipher algorithm %s",
|
| A D | cipher-builtin.c.inc | 294 "Unsupported cipher algorithm %s",
|
| /qemu/docs/devel/migration/ |
| 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
|
| A D | uadk-compression.rst | 21 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 D | qpl-compression.rst | 6 compression algorithm (RFC 1951). 214 algorithm, and ``QPL`` can support the header and tail of ``ZLIB``, ``QPL``
|
| /qemu/qapi/ |
| A D | crypto.json | 205 # @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 D | cryptodev.json | 14 # The supported algorithm types of a crypto device.
|
| A D | stats.json | 268 # might be renamed. A statistic might go away if an algorithm is
|
| /qemu/tests/avocado/avocado_qemu/ |
| A D | __init__.py | 255 asset_hash, algorithm=None, argument 260 algorithm=algorithm,
|
| A D | linuxtest.py | 205 algorithm='sha256',
|
| /qemu/docs/system/ |
| A D | qemu-block-drivers.rst.inc | 101 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 D | emulation.rst | 102 - FEAT_PACIMP (Pointer authentication - IMPLEMENTATION DEFINED algorithm) 103 - FEAT_PACQARMA3 (Pointer authentication - QARMA3 algorithm) 104 - FEAT_PACQARMA5 (Pointer authentication - QARMA5 algorithm)
|
| A D | cpu-features.rst | 217 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 D | boot_linux_console.py | 354 algorithm='sha256') 485 algorithm='sha256')
|
| A D | replay_kernel.py | 105 algorithm = "sha256") 513 initrd_path_gz = self.fetch_asset(initrd_url, algorithm='md5',
|
| /qemu/include/hw/xen/interface/io/ |
| A D | netif.h | 1019 uint8_t algorithm; member
|
| /qemu/docs/ |
| A D | throttle.txt | 218 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 D | pkix_asn1_tab.c.inc | 523 {"algorithm", 1073741826, "AlgorithmIdentifier"}, 551 {"algorithm", 1073741836, 0}, 553 {"algorithm", 1, 0},
|
| /qemu/docs/devel/ |
| A D | ebpf_rss.rst | 80 …riptor of the 'Toeplitz key' map. One element of the 40byte key prepared for the hashing algorithm.
|
| /qemu/docs/system/devices/ |
| A D | canokey.rst | 153 .. [2] `<https://docs.canokeys.org/userguide/openpgp/#supported-algorithm>`_
|
| /qemu/ui/ |
| A D | vnc-enc-zrle.c.inc | 21 * algorithm writes to the position one past the end of the pixel data.
|
Completed in 43 milliseconds
12