]> git.saurik.com Git - apple/security.git/blob - sec/SOSCircle/SecureObjectSync/SOSUserKey.h
Security-55471.14.18.tar.gz
[apple/security.git] / sec / SOSCircle / SecureObjectSync / SOSUserKey.h
1 //
2 // SOSUserKey.h
3 // sec
4 //
5 // Created by Richard Murphy on 2/13/13.
6 //
7 //
8
9 #ifndef sec_SOSUserKey_h
10 #define sec_SOSUserKey_h
11
12 #include <Security/Security.h>
13
14 bool
15 SOSUserKeyGenerate(int keysize, CFStringRef user_label, CFDataRef user_password, SecKeyRef *user_pubkey, SecKeyRef *user_privkey);
16
17
18 #endif