1/*** 2 SPDX-License-Identifier: LGPL-2.1-or-later 3 4 systemd is free software; you can redistribute it and/or modify it 5 under the terms of the GNU Lesser General Public License as published by 6 the Free Software Foundation; either version 2.1 of the License, or 7 (at your option) any later version. 8***/ 9 10CRYPTSETUP_TOKEN_1.0 { 11global: 12 cryptsetup_token_open; 13 cryptsetup_token_open_pin; 14 cryptsetup_token_buffer_free; 15 cryptsetup_token_validate; 16 cryptsetup_token_dump; 17 cryptsetup_token_version; 18local: *; 19}; 20