Add crypt_get_pbkdf_default() function to get per-type PBKDF default.

This commit is contained in:
Milan Broz
2018-04-16 15:26:43 +02:00
parent 09842ce46f
commit f8a7ab1752
5 changed files with 49 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ CRYPTSETUP_2.0 {
crypt_get_rng_type;
crypt_set_pbkdf_type;
crypt_get_pbkdf_type;
crypt_get_pbkdf_default;
crypt_keyslot_max;
crypt_keyslot_area;