| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-cipher.c | 33 const char *plaintext; member 49 .plaintext = 66 .plaintext = 85 .plaintext = 103 .plaintext = 121 .plaintext = 141 .plaintext = 162 .plaintext = "70617373776f7264", 172 .plaintext = "70617373776f7264", 180 .plaintext = [all …]
|
| H A D | test-crypto-akcipher.c | 682 const uint8_t *plaintext; member 798 .plaintext = test_plaintext, 819 .plaintext = test_plaintext, 843 .plaintext = test_plaintext, 864 .plaintext = test_plaintext, 879 g_autofree uint8_t *plaintext = NULL; in test_akcipher() local 898 if (data->plaintext != NULL) { in test_akcipher() 901 g_assert(qcrypto_akcipher_encrypt(pub_key, data->plaintext, data->plen, in test_akcipher() 910 plaintext = g_new0(uint8_t, data->clen); in test_akcipher() 912 data->clen, plaintext, in test_akcipher() [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | secret_common.c | 43 g_autofree uint8_t *plaintext = NULL; in qcrypto_secret_decrypt() local 94 plaintext = g_new0(uint8_t, ciphertextlen + 1); in qcrypto_secret_decrypt() 97 plaintext = g_new0(uint8_t, inputlen + 1); in qcrypto_secret_decrypt() 101 plaintext, in qcrypto_secret_decrypt() 107 if (plaintext[ciphertextlen - 1] > 16 || in qcrypto_secret_decrypt() 108 plaintext[ciphertextlen - 1] > ciphertextlen) { in qcrypto_secret_decrypt() 111 (int)plaintext[ciphertextlen - 1]); in qcrypto_secret_decrypt() 119 ciphertextlen -= plaintext[ciphertextlen - 1]; in qcrypto_secret_decrypt() 120 plaintext[ciphertextlen] = '\0'; in qcrypto_secret_decrypt() 122 *output = g_steal_pointer(&plaintext); in qcrypto_secret_decrypt()
|
| H A D | akcipher-gcrypt.c.inc | 247 error_setg(errp, "Failed to build plaintext: %s/%s", 350 /* S-expression of plaintext: (value plaintext) */ 354 error_setg(errp, "Invalid plaintext result"); 377 error_setg(errp, "Invalid plaintext result");
|
| /openbmc/qemu/tests/bench/ |
| H A D | benchmark-crypto-cipher.c | 25 uint8_t *plaintext = NULL, *ciphertext = NULL; in test_cipher_speed() local 49 plaintext = g_new0(uint8_t, chunk_size); in test_cipher_speed() 50 memset(plaintext, g_test_rand_int(), chunk_size); in test_cipher_speed() 65 plaintext, in test_cipher_speed() 82 plaintext, in test_cipher_speed() 96 g_free(plaintext); in test_cipher_speed()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
| H A D | kernel_wireless_regdb.bbclass | 4 # This class copies the regulatory plaintext database to kernel sources before
|
| /openbmc/google-misc/subprojects/ncsid/doc/ |
| H A D | ncsid_test_arch.dot | 4 node [shape=plaintext];
|
| H A D | ncsid_arch.dot | 4 node [shape=plaintext];
|
| /openbmc/u-boot/doc/imx/habv4/guides/ |
| H A D | encrypted_boot.txt | 7 DCD, and Boot data, remains in plaintext.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0003-Add-compatibility-for-gcc-15-869.patch | 383 /* check if a plaintext password is valid 403 sasl_seterror(conn, SASL_NOLOG, "no plaintext password verifier?"); 428 /* erase the plaintext password */
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | amd-memory-encryption.rst | 48 The guest policy is passed as plaintext. A hypervisor may choose to read it, 130 GCTX.LD is finalized, producing the hash digest of all plaintext data
|
| /openbmc/bios-settings-mgr/ |
| H A D | README.md | 61 ```plaintext
|
| /openbmc/qemu/qapi/ |
| H A D | misc-i386.json | 33 # @launch-update: The guest is currently being launched; plaintext
|
| H A D | ui.json | 1704 # @port: spice tcp port for plaintext channels
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
| H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 174 int plaintext;
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | buildhistory.bbclass | 524 printf "digraph depends {\n node [shape=plaintext]\n" > $1/depends.dot
|
| /openbmc/qemu/docs/system/ |
| H A D | qemu-block-drivers.rst.inc | 79 on the sector number. This makes it vulnerable to chosen plaintext attacks
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-img.rst | 824 chosen plaintext attacks which can reveal the existence of
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 2280 " [,plaintext-channel=[main|display|cursor|inputs|record|playback]]\n" 2301 Set the TCP port spice is listening on for plaintext channels. 2351 …``tls-channel=[main|display|cursor|inputs|record|playback]``; \ ``plaintext-channel=[main|display|… 2357 pick tls/plaintext as he pleases. 6087 the data. Note that when encrypting, the plaintext must be
|
| /openbmc/qemu/docs/devel/ |
| H A D | qapi-code-gen.rst | 1051 Optionally, a plaintext title may be provided by using the ``:title:``
|
| /openbmc/u-boot/ |
| H A D | README | 4937 * A CHANGELOG entry as plaintext (separate from the patch)
|