Searched refs:normAlloc (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dbsafecsp.h39 Allocator *normAlloc = NULL,
42 setNormAllocator(normAlloc);
H A DDH_csp.cpp30 DH_Factory::DH_Factory(Allocator *normAlloc, Allocator *privAlloc) argument
32 setNormAllocator(normAlloc);
H A DascFactory.h40 Allocator *normAlloc,
H A DmiscAlgFactory.h34 Allocator *normAlloc = NULL,
H A DDH_csp.h34 DH_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A DRSA_DSA_csp.h34 RSA_DSA_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A Dcryptkitcsp.h36 CryptKitFactory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A Dcryptkitcsp.cpp60 CryptKitFactory::CryptKitFactory(Allocator *normAlloc, Allocator *privAlloc) argument
62 setNormAllocator(normAlloc);
H A DAppleCSP.h65 Allocator &normAlloc() {return normAllocator; } function in class:AppleCSPPlugin
H A DRSA_DSA_csp.cpp67 RSA_DSA_Factory::RSA_DSA_Factory(Allocator *normAlloc, Allocator *privAlloc) argument
69 setNormAllocator(normAlloc);
H A DAppleCSPContext.cpp136 session.normAlloc(), // alloc in user space
154 session.normAlloc(), // alloc in user space
221 session.normAlloc());
H A DAppleCSPSession.h129 Allocator &normAlloc() { return normAllocator; } function in class:AppleCSPSession
H A DascContext.cpp97 Allocator *normAlloc,
96 AscAlgFactory( Allocator *normAlloc, Allocator *privAlloc) argument

Completed in 100 milliseconds