Home
last modified time | relevance | path

Searched refs:IV (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/board/tqc/tqma6/
H A DKconfig71 bool "OHB WRU-IV"
73 Select the OHB Systems AG WRU-IV baseboard.
/openbmc/qemu/tests/qemu-iotests/
H A D082.out63 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
64 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
89 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
90 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
115 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
116 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
141 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
142 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
167 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
168 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
[all …]
/openbmc/qemu/crypto/
H A Dcipher-gcrypt.c.inc179 error_setg(errp, "Expected IV size %zu not %zu",
187 error_setg(errp, "Cannot set IV: %s", gcry_strerror(err));
202 error_setg(errp, "Expected IV size %zu not %zu",
H A Dcipher-gnutls.c.inc214 error_setg(errp, "Expected IV size %zu not %zu",
323 * all-zeros IV, to match behaviour of other backends.
H A Dcipher-nettle.c.inc61 error_setg(errp, "Setting IV is not supported");
72 error_setg(errp, "Expected IV size %d not %zu", BLEN, niv); \
/openbmc/qemu/hw/vmapple/
H A Daes.c97 typedef struct IV { struct
99 } IV; argument
133 IV iv[4];
/openbmc/qemu/docs/system/
H A Dsecrets.rst105 -object secret,id=secvnc0,keyid=secmaster,data=BASE64-CIPHERTEXT,iv=BASE64-IV,format=base64
110 The ``BASE64-IV`` data is 16 random bytes which have been base64 encrypted.
140 -object secret_keyring,id=secvnc0,keyid=secmaster,serial=1729,iv=BASE64-IV
/openbmc/qemu/target/mips/tcg/
H A Dmsa.decode8 # MIPS Architecture for Programmers Volume IV-j
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch104 + /* Don't set key or IV right away; we want to check lengths */
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DVim30 IV) It is not allowed to remove this license from the distribution of the Vim sources, parts of it …
H A DOPUBL-1.033 IV. REQUIREMENTS ON MODIFIED WORKS
H A DCC-BY-SA-3.0-IGO57 …he Work as included in the Adaptation You Distribute or Publicly Perform. (IV) When You Distribute…
H A DNPL-1.087IV. Inability to Comply Due to Contractual Obligation. Prior to licensing the Original Code …
H A DCC-BY-NC-SA-3.0-IGO45 …he Work as included in the Adaptation You Distribute or Publicly Perform. (IV) When You Distribute…
H A DCC-BY-SA-3.044 …he Work as included in the Adaptation You Distribute or Publicly Perform; (IV) when You Distribute…
H A DNPL-1.115 IV. Inability to Comply Due to Contractual Obligation.
/openbmc/qemu/docs/about/
H A Ddeprecated.rst282 ``Sun-UltraSparc-IIIi+`` and ``Sun-UltraSparc-IV+`` CPU names (since 9.1)
287 ``Sun-UltraSparc-IV+`` are currently still supported via a workaround,
289 Use ``Sun-UltraSparc-IIIi-plus`` and ``Sun-UltraSparc-IV-plus`` instead.
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dit-All122 ### UHF - Band IV ###
/openbmc/qemu/docs/system/devices/
H A Dcan.rst189 …(11) `Integration with PCIe interfacing for Intel/Altera Cyclone IV based board <https://gitlab.fe…
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0003-wayland-Add-Wayland-example.patch73 …/:D2BJ%7?'7H7DR@KW:DM7?H*5;8?F3;@4=L@HV3;H9EQFR^NYcJV`DOZHV]DQYES[AOWCPXFS[IV^@MUDTZBQXEV_br~x��t�…
75IV^IV^ANVCPXGT]KX`NZcVckUbjTbjWdlCPXLW_S_g\]fX^dPX_XbiS_eP^dP]cL\cQ]aUadTchYgmWejXhoXio\mt_jq`ksbm…
76 …���������������������ư�塽җ�ʀ��c��>Xf5Q^9Rb>Uem��?TfBUl:P^>Td?R_BVc9KU>P[5GR:IV<NY7IT4FQ+=H$28IV1BO…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp.db311 "ST360021A" 194 C "Seagate Barracuda IV ST360021A"
317 "ST380021A" 194 C "Seagate Barracuda IV ST380021A"
/openbmc/qemu/qapi/
H A Dcrypto.json435 # 16-byte IV. Mandatory if @keyid is given. Ignored if @keyid is
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst844 collect multiple sectors encrypted with the same IV and some
/openbmc/qemu/
H A Dqemu-options.hx6072 encrypted string of the 16-byte IV.
6105 # IV=$(base64 -d iv.b64 | hexdump -v -e '/1 "%02X"')
6114 openssl enc -aes-256-cbc -a -K $KEY -iv $IV)