Searched refs:Context (Results 251 - 275 of 511) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DcastContext.cpp56 const Context &context,
H A DgladmanContext.cpp65 const Context &context,
H A Drc2Context.cpp37 const Context &context,
53 * Optional effective key size in bits - either from Context,
H A Drc5Context.cpp37 const Context &context,
H A DAppleCSPContext.cpp38 const Context &context,
94 const Context &context,
177 const Context &context,
H A DbsafeSymmetric.cpp64 const Context &context,
78 const Context &context,
139 // effective key size in bits - either from Context,
220 const Context &context)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dgenkey.cpp28 : Context(csp, alg), mKeySize(size), mSeed(NULL), mSalt(NULL), mParams(NULL)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DIntrinsics.h52 FunctionType *getType(LLVMContext &Context, ID id,
H A DType.h77 /// Context - This refers to the LLVMContext in which this type was uniqued.
78 LLVMContext &Context; member in class:llvm::Type
89 : Context(C), IDAndSubclassData(0),
124 LLVMContext &getContext() const { return Context; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.h34 LLVMContext &Context; member in class:llvm::LLLexer
H A DLLLexer.cpp168 : CurBuf(StartBuf), ErrorInfo(Err), SM(sm), Context(C), APFloatVal(0.0) {
439 TyVal = IntegerType::get(Context, NumBits);
586 TYPEKEYWORD("void", Type::getVoidTy(Context));
587 TYPEKEYWORD("half", Type::getHalfTy(Context));
588 TYPEKEYWORD("float", Type::getFloatTy(Context));
589 TYPEKEYWORD("double", Type::getDoubleTy(Context));
590 TYPEKEYWORD("x86_fp80", Type::getX86_FP80Ty(Context));
591 TYPEKEYWORD("fp128", Type::getFP128Ty(Context));
592 TYPEKEYWORD("ppc_fp128", Type::getPPC_FP128Ty(Context));
593 TYPEKEYWORD("label", Type::getLabelTy(Context));
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp171 MCContext &Context = Asm->OutStreamer.getContext(); local
173 MCBinaryExpr::CreateSub(MCSymbolRefExpr::Create((*HI)->Sym, Context),
174 MCSymbolRefExpr::Create(SecBegin, Context),
175 Context);
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dcompletion.rb185 next if name != "IRB::Context" and
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Dhistory.rb14 class Context class in class:IRB
H A Dsave-history.rb18 class Context class in class:IRB
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/context/
H A Dsection.rb10 class RDoc::Context::Section
27 # Context this Section lives in
233 warn "RDoc::Context::Section#sequence is deprecated, use #aref"
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DMDC.pm62 Log::Log4perl::MDC - Mapped Diagnostic Context
67 called the Nested Diagnostic Context (NDC) and
68 Mapped Diagnostic Context (MDC).
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DException.pm173 or by calling the L<throw()|Template::Context#throw()> method on the current
174 L<Template::Context> object,
219 L<Template>, L<Template::Context>
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokendatabase.cpp369 void TokenDatabase::generateSignature(const Context &context, Key &key,
381 void TokenDatabase::verifySignature(const Context &context, Key &key,
391 void TokenDatabase::generateMac(const Context &context, Key &key,
402 void TokenDatabase::verifyMac(const Context &context, Key &key,
417 void TokenDatabase::encrypt(const Context &context, Key &key,
429 void TokenDatabase::decrypt(const Context &context, Key &key,
446 void TokenDatabase::generateKey(const Context &context,
460 void TokenDatabase::generateKey(const Context &context,
485 void TokenDatabase::wrapKey(const Context &context, const AccessCredentials *cred,
508 void TokenDatabase::unwrapKey(const Context
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h171 LLVMContext &Context, bool RoundToAlign = false);
218 LLVMContext &Context; member in class:llvm::ObjectSizeOffsetEvaluator
232 LLVMContext &Context);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineModuleInfo.h99 /// Context - This is the MCContext used for the entire code generator.
100 MCContext Context; member in class:llvm::MachineModuleInfo
190 const MCContext &getContext() const { return Context; }
191 MCContext &getContext() { return Context; }
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/
H A DMangler.cpp112 const MCAsmInfo &MAI = Context.getAsmInfo();
204 if (Context.getAsmInfo().hasMicrosoftFastStdCallMangling()) {
234 return Context.GetOrCreateSymbol(NameStr.str());
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFStreamer.cpp42 WinCOFFStreamer(MCContext &Context,
127 WinCOFFStreamer::WinCOFFStreamer(MCContext &Context, argument
131 : MCObjectStreamer(Context, MAB, OS, &CE)
409 MCStreamer *createWinCOFFStreamer(MCContext &Context, argument
414 WinCOFFStreamer *S = new WinCOFFStreamer(Context, MAB, CE, OS);
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A Dopt.cpp365 void getContextName(DIDescriptor Context, std::string &N) { argument
366 if (Context.isNameSpace()) {
367 DINameSpace NS(Context);
372 } else if (Context.isType()) {
373 DIType TY(Context);
493 LLVMContext &Context = getGlobalContext(); local
520 M.reset(ParseIRFile(InputFilename, Err, Context));
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dtransition.cpp444 uint32 ClientSession::getOutputSize(const Context &context, KeyHandle key,
461 void ClientSession::generateRandom(const Security::Context &context, CssmData &data, Allocator &alloc)
473 void ClientSession::generateSignature(const Context &context, KeyHandle key,
484 void ClientSession::verifySignature(const Context &context, KeyHandle key,
493 void ClientSession::generateMac(const Context &context, KeyHandle key,
503 void ClientSession::verifyMac(const Context &context, KeyHandle key,
518 void ClientSession::encrypt(const Context &context, KeyHandle key,
527 void ClientSession::decrypt(const Context &context, KeyHandle key,
541 void ClientSession::generateKey(DbHandle db, const Context &context, uint32 keyUsage, uint32 keyAttr,
559 void ClientSession::generateKey(DbHandle db, const Context
[all...]

Completed in 307 milliseconds

<<11121314151617181920>>