cryptsetup API
Public cryptsetup API
|
#include <libcryptsetup.h>
Data Fields | |
const char * | name |
crypt_token_open_func | open |
crypt_token_buffer_free_func | buffer_free |
crypt_token_validate_func | validate |
crypt_token_dump_func | dump |
Token handler
crypt_token_buffer_free_func crypt_token_handler::buffer_free |
token handler buffer_free function (optional)
crypt_token_dump_func crypt_token_handler::dump |
token handler dump function (optional)
const char* crypt_token_handler::name |
token handler name
crypt_token_open_func crypt_token_handler::open |
token handler open function
crypt_token_validate_func crypt_token_handler::validate |
token handler validate function (optional)