abac0-leakabac0-meimei-idtvf-new-xml
Last change
on this file since c199a27 was
4721618,
checked in by Mei <mei@…>, 11 years ago
|
1) tested out python and perl test scripts along with
abac_chunk_t calls in libabac's abac.hh
|
-
Property mode set to
100644
|
File size:
447 bytes
|
Line | |
---|
1 | #ifndef __VERIFIER_H__ |
---|
2 | #define __VERIFIER_H__ |
---|
3 | |
---|
4 | #include "abac.h" |
---|
5 | #include "uthash.h" |
---|
6 | |
---|
7 | void abac_verifier_init(void); |
---|
8 | void abac_verifier_deinit(void); |
---|
9 | |
---|
10 | int abac_verifier_load_id_file(char *filename); |
---|
11 | int abac_verifier_load_id_chunk(abac_chunk_t chunk); |
---|
12 | int abac_verifier_load_attribute_cert_file(char *filename, abac_list_t *clist); |
---|
13 | int abac_verifier_load_attribute_cert_chunk(abac_chunk_t chunk, abac_list_t *clist); |
---|
14 | |
---|
15 | #endif /* __VERIFIER_H__ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.