Searched refs:final (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.61.12/bsd/net/ ! |
| H A D | siphash.c | 52 static void SipRounds(SIPHASH_CTX *ctx, int final); 89 …SIPHASH_CTX *ctx, const uint8_t * __sized_by_or_null(len)src, size_t len, size_t *delta, int final) in SipBuf() argument 96 if (len == 0 && final == 0) { in SipBuf() 100 if (final) { in SipBuf() 111 if (ctx->buflen == 8 || final) { in SipBuf() 228 SipRounds(SIPHASH_CTX *ctx, int final) in SipRounds() argument 232 if (!final) { in SipRounds()
|
| /xnu-12377.61.12/osfmk/corecrypto/ ! |
| H A D | ccsha512_ltc_di.c | 24 .final = ccsha512_final,
|
| H A D | ccsha256_ltc_di.c | 51 .final = ccdigest_final_64be,
|
| /xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/ ! |
| H A D | ccdigest.h | 41 void(* CC_SPTR(ccdigest_info, final))(const struct ccdigest_info *di, ccdigest_ctx_t ctx, 90 di->final(di,ctx,digest); in ccdigest_final()
|
| /xnu-12377.61.12/libkern/libkern/c++/ ! |
| H A D | OSSymbol.h | 88 class OSSymbol final : public OSString
|
| H A D | OSValueObject.h | 83 class OSValueObject final : public OSObject
|
| /xnu-12377.61.12/iokit/IOKit/perfcontrol/ ! |
| H A D | IOPerfControl.h | 26 class IOPerfControlClient final : public OSObject
|
| /xnu-12377.61.12/doc/debugging/ ! |
| H A D | macro_testing.md | 72 all referenced members do exist in the final binary. Broken reference will
|
| /xnu-12377.61.12/doc/lifecycle/ ! |
| H A D | hibernation.md | 192 can be uncompressed from the wired image directly to their final location. Any 195 to scratch are uncompressed to their final location, overwriting pages in the 198 final location.
|
| /xnu-12377.61.12/libsyscall/mach/ ! |
| H A D | err_iokit.sub | 157 "(iokit/firewire) DCL callback is final callback (internal)", // 003
|
| /xnu-12377.61.12/doc/building/ ! |
| H A D | bound_checks.md | 101 `bound-checks` is the final, desirable bounds checking adoption level
|
| /xnu-12377.61.12/doc/primitives/ ! |
| H A D | string-handling.md | 174 With -fbounds-safety enabled, you should structure the final operation modifying
|
| /xnu-12377.61.12/makedefs/ ! |
| H A D | MakeInc.kernel | 35 # To run LTO in the xnu project while linking the final result in KCB, without losing debugging inf…
|
| H A D | MakeInc.top | 21 # inserting its build products into the final
|
| /xnu-12377.61.12/iokit/Kernel/ ! |
| H A D | IOUserClient.cpp | 147 class IOMachPort final : public OSObject
|