mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 00:10:04 +01:00
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@348 36d66b0a-2a48-0410-832c-cd162a569da5
10 lines
215 B
C
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 */
|