]>
git.saurik.com Git - apple/security.git/blob - sec/SOSCircle/SecureObjectSync/SOSUserKey.h
5 // Created by Richard Murphy on 2/13/13.
9 #ifndef sec_SOSUserKey_h
10 #define sec_SOSUserKey_h
12 #include <Security/Security.h>
15 SOSUserKeyGenerate(int keysize
, CFStringRef user_label
, CFDataRef user_password
, SecKeyRef
*user_pubkey
, SecKeyRef
*user_privkey
);