1
0
Fork 0
cryptsetup/tokens/libcryptsetup-token.sym
Daniel Baumann 309c0fd158
Adding upstream version 2:2.7.5.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 10:45:47 +02:00

13 lines
270 B
Text

CRYPTSETUP_TOKEN_1.0 {
global:
/* Mandatory functions */
cryptsetup_token_open;
cryptsetup_token_version;
/* Optional functions */
cryptsetup_token_open_pin;
cryptsetup_token_buffer_free;
cryptsetup_token_validate;
cryptsetup_token_dump;
local: *;
};