]> git.saurik.com Git - apple/security.git/blob - keychain/ckks/CKKSControlServer.h
Security-59306.80.4.tar.gz
[apple/security.git] / keychain / ckks / CKKSControlServer.h
1 #ifndef _CKKSCONTROLSERVER_H_
2 #define _CKKSCONTROLSERVER_H_
3
4 #define kSecuritydCKKSServiceName "com.apple.securityd.ckks"
5
6 __BEGIN_DECLS
7
8 void CKKSControlServerInitialize(void);
9
10 __END_DECLS
11
12 #endif /* !_CKKSCONTROLSERVER_H_ */