X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/sec/SOSCircle/SecureObjectSync/SOSUserKeygen.h diff --git a/sec/SOSCircle/SecureObjectSync/SOSUserKeygen.h b/sec/SOSCircle/SecureObjectSync/SOSUserKeygen.h deleted file mode 100644 index 0a166ee5..00000000 --- a/sec/SOSCircle/SecureObjectSync/SOSUserKeygen.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SOSUserKeygen.h -// sec -// -// Created by Richard Murphy on 2/21/13. -// -// - -#ifndef sec_SOSUserKeygen_h -#define sec_SOSUserKeygen_h -#include -#include - -CFDataRef SOSUserKeyCreateGenerateParameters(CFErrorRef *error); -SecKeyRef SOSUserKeygen(CFDataRef password, CFDataRef parameters, CFErrorRef *error); - -void debugDumpUserParameters(CFStringRef message, CFDataRef parameters); - -#endif