mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-06 08:20:07 +01:00
Add new internal crypt_get_cipher_spec.
Add function for getting cipher spec (cipher and mode) in convenient single string format.
This commit is contained in:
committed by
Milan Broz
parent
2dd4609699
commit
bdce4b84d8
@@ -87,6 +87,7 @@ int verify_pbkdf_params(struct crypt_device *cd,
|
||||
int crypt_benchmark_pbkdf_internal(struct crypt_device *cd,
|
||||
struct crypt_pbkdf_type *pbkdf,
|
||||
size_t volume_key_size);
|
||||
const char *crypt_get_cipher_spec(struct crypt_device *cd);
|
||||
|
||||
/* Device backend */
|
||||
struct device;
|
||||
|
||||
Reference in New Issue
Block a user