|
Asylo
|
#include "asylo/identity/identity.pb.h"#include "asylo/identity/identity_acl.pb.h"#include "asylo/identity/identity_expectation_matcher.h"#include "asylo/util/statusor.h"
Go to the source code of this file.
Namespaces | |
| asylo | |
Functions | |
| StatusOr< bool > | asylo::EvaluateIdentityAcl (const std::vector< EnclaveIdentity > &identities, const IdentityAclPredicate &acl, const IdentityExpectationMatcher &matcher, std::string *explanation=nullptr) |
Uses matcher to evaluate whether identities satisfies acl. More... | |