Home
last modified time | relevance | path

Searched refs:Cookie (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h104 static inline u16 computeHeaderChecksum(u32 Cookie, const void *Ptr, in computeHeaderChecksum() argument
110 return computeChecksum(Cookie, reinterpret_cast<uptr>(Ptr), HeaderHolder, in computeHeaderChecksum()
114 inline void storeHeader(u32 Cookie, void *Ptr, in storeHeader() argument
117 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader); in storeHeader()
122 inline void loadHeader(u32 Cookie, const void *Ptr, in loadHeader() argument
127 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader))) in loadHeader()
131 inline bool isValid(u32 Cookie, const void *Ptr, in compareExchangeHeader() argument
136 computeHeaderChecksum(Cookie, Ptr, NewUnpackedHeader); in compareExchangeHeader()
144 isValid(u32 Cookie,const void * Ptr,UnpackedHeader * NewUnpackedHeader) isValid() argument
H A Dcombined.h73 Chunk::loadHeader(Allocator.Cookie, Ptr, &Header); in recycle()
78 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in recycle()
103 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in allocate()
119 Chunk::loadHeader(Allocator.Cookie, Ptr, &Header); in deallocate()
128 Chunk::storeHeader(Allocator.Cookie, Ptr, &Header); in deallocate()
150 if (UNLIKELY(!getRandom(&Cookie, sizeof(Cookie)))) in init()
151 Cookie = static_cast<u32>(getMonotonicTime() ^ in init()
458 Chunk::loadHeader(Cookie, Ptr, &Header);
519 Chunk::loadHeader(Cookie, OldPtr, &Header);
570 Chunk::storeHeader(Cookie, OldPtr, &Header);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp82 void *Cookie;
104 (*RunMe.Callback)(RunMe.Cookie); in RunSignalHandlers()
106 RunMe.Cookie = nullptr; in RunSignalHandlers()
113 void *Cookie) { in insertSignalHandler()
120 SetMe.Cookie = Cookie; in insertSignalHandler()
81 void *Cookie; global() member
112 insertSignalHandler(sys::SignalHandlerCallback FnPtr,void * Cookie) insertSignalHandler() argument
H A DDebug.cpp152 static void debug_user_sig_handler(void *Cookie) { in debug_user_sig_handler() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp97 Constant *Cookie = nullptr; member in __anone900293d0111::WinEHStatePass
135 Cookie = nullptr; in doFinalization()
327 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty); in emitExceptionRegistrationRecord()
328 Value *Val = Builder.CreateLoad(Int32Ty, Cookie, "cookie"); in emitExceptionRegistrationRecord()
333 // If using _except_handler4, the EHGuard contains: FramePtr xor Cookie. in emitExceptionRegistrationRecord()
335 Value *Val = Builder.CreateLoad(Int32Ty, Cookie); in emitExceptionRegistrationRecord()
472 OptionalArgs.push_back(Cookie); in rewriteSetJmpCall()
/freebsd/contrib/file/magic/Magdir/
H A Dsgml151 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text
152 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
153 0 search/1 #\ KDE\ Cookie\ File Konqueror cookie text
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h33 void *Cookie,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignals.h66 void AddSignalHandler(SignalHandlerCallback FnPtr, void *Cookie);
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc462 void *Cookie) { // Signal-safe.
463 insertSignalHandler(FnPtr, Cookie);
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc608 void *Cookie) {
609 insertSignalHandler(FnPtr, Cookie);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp363 void *Cookie, in FormatASTNodeDiagnosticArgument() argument
365 ASTContext &Context = *static_cast<ASTContext*>(Cookie); in FormatASTNodeDiagnosticArgument()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp65 void *Cookie, in DummyArgToStringFn() argument
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod146 Turn on Cookie Exchange as described in RFC4347 Section 4.2.1. Only affects
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1031 # global query ratelimit for all ip addresses with a valid DNS Cookie.
1062 # secret for DNS Cookie generation.
H A DChangelog168 - Merge #1090: Cookie secret file. Adds
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in350 /* Turn on Cookie Exchange (on relevant for servers) */
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src19982 # It's got the Magic Cookie problem around stand-out mode. If you can't
19983 # live with Magic Cookie, remove the :so: and :se: fields and do without
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt491 ACPI 6.4: NFIT: add Location Cookie field