forked from cisco/hash-sigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_hss.h
More file actions
17 lines (15 loc) · 810 Bytes
/
test_hss.h
File metadata and controls
17 lines (15 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdbool.h>
extern bool test_testvector(bool fast_flag, bool quiet_flag);
extern bool test_keygen(bool fast_flag, bool quiet_flag);
extern bool test_load(bool fast_flag, bool quiet_flag);
extern bool test_sign(bool fast_flag, bool quiet_flag);
extern bool test_sign_inc(bool fast_flag, bool quiet_flag);
extern bool test_stat(bool fast_flag, bool quiet_flag);
extern bool test_verify(bool fast_flag, bool quiet_flag);
extern bool test_verify_inc(bool fast_flag, bool quiet_flag);
extern bool test_key_load(bool fast_flag, bool quiet_flag);
extern bool test_reserve(bool fast_flag, bool quiet_flag);
extern bool test_thread(bool fast_flag, bool quiet_flag);
extern bool test_h25(bool fast_flag, bool quiet_flag);
extern bool check_threading_on(bool fast_flag);
extern bool check_h25(bool fast_flag);