loopaes.h (cryptsetup-2.3.6.tar.xz) | : | loopaes.h (cryptsetup-2.4.0.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 26 | skipping to change at line 26 | |||
* | * | |||
* You should have received a copy of the GNU Lesser General Public | * You should have received a copy of the GNU Lesser General Public | |||
* License along with this file; if not, write to the Free Software | * License along with this file; if not, write to the Free Software | |||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | |||
*/ | */ | |||
#ifndef _LOOPAES_H | #ifndef _LOOPAES_H | |||
#define _LOOPAES_H | #define _LOOPAES_H | |||
#include <stdint.h> | #include <stdint.h> | |||
#include <unistd.h> | #include <stddef.h> | |||
struct crypt_device; | struct crypt_device; | |||
struct volume_key; | struct volume_key; | |||
#define LOOPAES_KEYS_MAX 65 | #define LOOPAES_KEYS_MAX 65 | |||
int LOOPAES_parse_keyfile(struct crypt_device *cd, | int LOOPAES_parse_keyfile(struct crypt_device *cd, | |||
struct volume_key **vk, | struct volume_key **vk, | |||
const char *hash, | const char *hash, | |||
unsigned int *keys_count, | unsigned int *keys_count, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |