ivgen-essiv.h (879c26fb9fd950eefcac64cc854b22edc05e317a) | ivgen-essiv.h (986bc8ded9a5459e72951cc91b53cf2b52eb735f) |
---|---|
1/* 2 * QEMU Crypto block IV generator - essiv 3 * 4 * Copyright (c) 2015-2016 Red Hat, Inc. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 4 unchanged lines hidden (view full) --- 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 * 19 */ 20 | 1/* 2 * QEMU Crypto block IV generator - essiv 3 * 4 * Copyright (c) 2015-2016 Red Hat, Inc. 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either --- 4 unchanged lines hidden (view full) --- 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18 * 19 */ 20 |
21#include "crypto/ivgenpriv.h" | 21#include "ivgenpriv.h" |
22 23#ifndef QCRYPTO_IVGEN_ESSIV_H__ 24#define QCRYPTO_IVGEN_ESSIV_H__ 25 26extern struct QCryptoIVGenDriver qcrypto_ivgen_essiv; 27 28#endif /* QCRYPTO_IVGEN_ESSIV_H__ */ | 22 23#ifndef QCRYPTO_IVGEN_ESSIV_H__ 24#define QCRYPTO_IVGEN_ESSIV_H__ 25 26extern struct QCryptoIVGenDriver qcrypto_ivgen_essiv; 27 28#endif /* QCRYPTO_IVGEN_ESSIV_H__ */ |