Lines Matching refs:ivIn
5786 … ivIn is required to be the size of a block encrypted by the selected algorithm and key
5787 … combination. If the size of ivIn is not correct, the TPM shall return TPM_RC_SIZE.
5788 EXAMPLE 1 AES requires that ivIn be 128 bits (16 octets).
5791 … EXAMPLE 2 If ivIn were 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0016 and four data blocks
5797 … value that was XORed with the last plaintext block. That value can be used as the ivIn for a
5799 … ivIn is required to be the size of a block encrypted by the selected algorithm and key
5800 … combination. If the size of ivIn is not correct, the TPM shall return TPM_RC_SIZE.
5807 … ivIn is required to be the size of a block encrypted by the selected algorithm and key
5808 … combination. If the size of ivIn is not correct, the TPM shall return TPM_RC_SIZE.
5814 as the ivIn for a next buffer.
5815 … ivIn is required to be the size of a block encrypted by the selected algorithm and key
5816 … combination. If the size of ivIn is not correct, the TPM shall return TPM_RC_SIZE.
5819 … key. ECB does not support chaining and ivIn shall be the Empty Buffer. ivOut will be the
5876 TPM2B_IV ivIn an initial value as required by the algorithm
5958 47 if( (in->mode == TPM_ALG_ECB && in->ivIn.t.size != 0)
5959 48 || (in->mode != TPM_ALG_ECB && in->ivIn.t.size != blockSize))
5976 60 out->ivOut = in->ivIn;