ndn-lite
ndn-trust-schema.h
Go to the documentation of this file.
1 
2 #ifndef NDN_TRUST_SCHEMA_H
3 #define NDN_TRUST_SCHEMA_H
4 
5 #include <string.h>
6 
7 #include "../ndn-constants.h"
8 #include "../ndn-error-code.h"
9 #include "../encode/name.h"
10 
11 #include "../util/re.h"
12 
13 #include "../encode/trust-schema/ndn-trust-schema-rule.h"
14 
22 int
24 
25 #endif // NDN_TRUST_SCHEMA_H
Definition: ndn-trust-schema-rule.h:10
The structure to represent the Name.
Definition: name.h:24
int ndn_trust_schema_verify_data_name_key_name_pair(const ndn_trust_schema_rule_t *rule, const ndn_name_t *data_name, const ndn_name_t *key_name)
Verify that a key name matches a data name based on a trust schema pattern.
Definition: ndn-trust-schema.c:205