Files
cryptsetup/lib/utils_crypt.h
2010-10-26 14:34:47 +00:00

10 lines
215 B
C

#ifndef _UTILS_CRYPT_H
#define _UTILS_CRYPT_H
#define MAX_CIPHER_LEN 32
#define MAX_CIPHER_LEN_STR "32"
int crypt_parse_name_and_mode(const char *s, char *cipher, char *cipher_mode);
#endif /* _UTILS_CRYPT_H */