Lines Matching refs:IV
479 void *IV;
488 /** Length of the IV */
676 * @param IV Indicates the pointer to the buffer storing the operation IV. If this parameter is not used,
678 * @param IVLen Indicates the length of the IV buffer.
683 void TEE_CipherInit(TEE_OperationHandle operation, const void *IV, size_t IVLen);
754 * @param IV Indicates the pointer to the buffer storing the operation IV. If this parameter is not used,
756 * @param IVLen Indicates the length of the IV buffer.
761 void TEE_MACInit(TEE_OperationHandle operation, void *IV, size_t IVLen);