]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_apple_csp/lib/RSA_DSA_keys.cpp
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_apple_csp / lib / RSA_DSA_keys.cpp
index 8a7a9553c84351ef888bb38816c73ab809818870..e73c092f0580015a2681fa1a908c45fb0ff7c3e8 100644 (file)
@@ -34,7 +34,7 @@
 
 #define RSA_PUB_EXPONENT       0x10001         /* recommended by RSA */
 
-#define rsaKeyDebug(args...)   secdebug("rsaKey", ## args)
+#define rsaKeyDebug(args...)   secinfo("rsaKey", ## args)
 
 
 /***
@@ -193,6 +193,10 @@ void RSAKeyPairGenContext::generate(
        }
 
 }
+
+void RSAKeyPairGenContext::generate(const Context &context, uint32, CssmData &params, uint32 &attrCount, Context::Attr * &attrs) {
+    CssmError::throwMe(CSSM_ERRCODE_FUNCTION_NOT_IMPLEMENTED);
+}
        
 // this one is specified in, and called from, AppleKeyPairGenContext
 void RSAKeyPairGenContext::generate(