mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Provides example of loadable token handler for activation json validation and metadata dump. For creating new ssh example token use special cryptsetup-ssh binary.
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
CRYPTSETUP_TOKEN_1.0 {
|
|
global: cryptsetup_token_open;
|
|
cryptsetup_token_open_pin;
|
|
cryptsetup_token_buffer_free;
|
|
cryptsetup_token_validate;
|
|
cryptsetup_token_dump;
|
|
cryptsetup_token_version;
|
|
local: *;
|
|
};
|