cryptsetup API
Public cryptsetup API
|
#include <libcryptsetup.h>
Data Fields | |
const char * | type |
const char * | hash |
uint32_t | time_ms |
uint32_t | iterations |
uint32_t | max_memory_kb |
uint32_t | parallel_threads |
uint32_t | flags |
PBKDF parameters.
uint32_t crypt_pbkdf_type::flags |
CRYPT_PBKDF* flags
const char* crypt_pbkdf_type::hash |
Hash algorithm
uint32_t crypt_pbkdf_type::iterations |
Iterations, 0 or benchmarked value.
uint32_t crypt_pbkdf_type::max_memory_kb |
Requested or benchmarked memory cost [kilobytes]
uint32_t crypt_pbkdf_type::parallel_threads |
Requested parallel cost [threads]
uint32_t crypt_pbkdf_type::time_ms |
Requested time cost [milliseconds]
const char* crypt_pbkdf_type::type |
PBKDF algorithm