]>
git.saurik.com Git - apple/security.git/blob - libsecurity_apple_csp/lib/ascFactory.h
2 // ascAlgFactory.h - algorithm factory for ASC
3 // Written by Doug Mitchell 4/4/2001
8 #ifndef _ASC_ALG_FACTORY_H_
9 #define _ASC_ALG_FACTORY_H_
11 #include <security_cdsa_plugin/CSPsession.h>
14 class AppleCSPSession
;
16 /* Algorithm factory */
17 class AscAlgFactory
: public AppleCSPAlgorithmFactory
{
22 Allocator
*privAlloc
);
26 AppleCSPSession
&session
,
27 CSPFullPluginSession::CSPContext
* &cspCtx
,
28 const Context
&context
);
33 #endif /*_ASC_ALG_FACTORY_H_ */
34 #endif /* ASC_CSP_ENABLE */