Introduce crypt_keyslot_get_key_size()

This function allows to get key size even for unboud keyslots.
This commit is contained in:
Milan Broz
2018-04-26 14:24:10 +02:00
parent daba04d54b
commit a387557970
4 changed files with 37 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ CRYPTSETUP_2.0 {
crypt_keyslot_max;
crypt_keyslot_area;
crypt_keyslot_status;
crypt_keyslot_get_key_size;
crypt_get_dir;
crypt_set_debug_level;
crypt_log;