this repo has no description
1#ifndef _LIBAKS_ACL_CF_KEYS_H_
2#define _LIBAKS_ACL_CF_KEYS_H_
3
4//typedef aks_key_t *aks_ref_key_t;
5
6extern const CFStringRef kAKSKeyAcl;
7extern const CFStringRef kAKSKeyAclParamRequirePasscode;
8
9extern const CFStringRef kAKSKeyOpDefaultAcl;
10extern const CFStringRef kAKSKeyOpSign;
11extern const CFStringRef kAKSKeyOpComputeKey;
12extern const CFStringRef kAKSKeyOpAttest;
13extern const CFStringRef kAKSKeyOpDecrypt;
14extern const CFStringRef kAKSKeyOpEncrypt;
15extern const CFStringRef kAKSKeyOpDelete;
16extern const CFStringRef kAKSKeyOpECIESTranscode;
17
18#endif