X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/c38e3ce98599a410a47dc10253faa4d5830f13b2..427c49bcad63d042b29ada2ac27e3dfc4845c779:/sec/SOSCircle/SecureObjectSync/SOSUserKey.h diff --git a/sec/SOSCircle/SecureObjectSync/SOSUserKey.h b/sec/SOSCircle/SecureObjectSync/SOSUserKey.h new file mode 100644 index 00000000..3064876c --- /dev/null +++ b/sec/SOSCircle/SecureObjectSync/SOSUserKey.h @@ -0,0 +1,18 @@ +// +// SOSUserKey.h +// sec +// +// Created by Richard Murphy on 2/13/13. +// +// + +#ifndef sec_SOSUserKey_h +#define sec_SOSUserKey_h + +#include + +bool +SOSUserKeyGenerate(int keysize, CFStringRef user_label, CFDataRef user_password, SecKeyRef *user_pubkey, SecKeyRef *user_privkey); + + +#endif