File: liboath.map

package info (click to toggle)
oath-toolkit 2.6.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,268 kB
  • sloc: ansic: 52,602; sh: 7,618; yacc: 1,846; xml: 1,841; makefile: 573
file content (85 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# liboath.map - linker version script for liboath
# Copyright (C) 2009-2026 Simon Josefsson
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, see
# <https://www.gnu.org/licenses/>.

LIBOATH_1.2.0 {
  global:
    oath_init;
    oath_done;

    oath_check_version;

    oath_hex2bin;

    oath_hotp_generate;
    oath_hotp_validate;

    oath_authenticate_usersfile;

  local:
    *;
};

LIBOATH_1.4.0
{
  global:
    oath_totp_generate;
    oath_hotp_validate_callback;
} LIBOATH_1.2.0;

LIBOATH_1.6.0
{
  global:
    oath_totp_validate;
    oath_totp_validate_callback;
} LIBOATH_1.4.0;

LIBOATH_1.8.0
{
  global:
    oath_strerror;
    oath_strerror_name;
} LIBOATH_1.6.0;

LIBOATH_1.10.0
{
  global:
    oath_totp_validate2;
    oath_totp_validate2_callback;
} LIBOATH_1.8.0;

LIBOATH_1.12.0
{
  global:
    oath_bin2hex;
    oath_base32_decode;
    oath_base32_encode;
} LIBOATH_1.10.0;

LIBOATH_2.2.0
{
  global:
    oath_totp_validate3;
    oath_totp_validate3_callback;
} LIBOATH_1.12.0;

LIBOATH_2.6.0
{
  global:
    oath_totp_generate2;
    oath_totp_validate4;
    oath_totp_validate4_callback;
} LIBOATH_2.2.0;