File: libcryptsetup-token.sym

package info (click to toggle)
cryptsetup 2%3A2.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,624 kB
  • sloc: ansic: 62,955; sh: 16,774; cpp: 994; xml: 920; makefile: 488; perl: 486
file content (13 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
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: *;
};