projects
/
platform
/
upstream
/
cryptsetup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add utils_crypt file and test for supported modes presentation.
[platform/upstream/cryptsetup.git]
/
lib
/
utils_crypt.h
1
#ifndef _UTILS_CRYPT_H
2
#define _UTILS_CRYPT_H
3
4
#define MAX_CIPHER_LEN 32
5
#define MAX_CIPHER_LEN_STR "32"
6
7
int crypt_parse_name_and_mode(const char *s, char *cipher, char *cipher_mode);
8
9
#endif /* _UTILS_CRYPT_H */