| /xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccrng.h | 18 int (*CC_SPTR(ccrng_state, generate))(struct ccrng_state *rng, size_t outlen, void *out); 60 ((rng)->generate((struct ccrng_state *)(rng), (outlen), (out)))
|
| H A D | ccdrbg_impl.h | 55 int (*CC_SPTR(ccdrbg_info, generate))(struct ccdrbg_state *prng,
|
| H A D | ccdrbg.h | 72 return info->generate(drbg, dataOutLength, dataOut, additionalLength, additional); in ccdrbg_generate()
|
| H A D | cckprng.h | 290 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
|
| H A D | ccn.h | 618 return (RNG)->generate((RNG), ccn_sizeof_n(n), (unsigned char *)r);
|
| /xnu-8019.80.24/libsa/conf/ |
| H A D | Makefile.template | 105 CXXFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CXXFLAGS_GEN)) 106 CFLAGS_GEN:=$(filter-out -fprofile-instr-generate,$(CFLAGS_GEN))
|
| /xnu-8019.80.24/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 200 generate(struct ccdrbg_state *ctx, size_t out_nbytes, void *out, size_t add_nbytes, const void *add) in generate() function 255 info->generate = generate; in ccdrbg_factory_nisthmac()
|
| /xnu-8019.80.24/config/ |
| H A D | Kasan_disabled.exports | 2 # so we generate an empty export list for non-KASan.
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.top | 230 # generate TARGET_CONFIGS using KERNEL_CONFIGS and PRODUCT_CONFIGS 234 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map 238 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map 242 # generate TARGET_CONFIGS for all kernel configs and products in the device map 246 # generate TARGET_CONFIGS for all kernel configs for B&I 249 # generate TARGET_CONFIGS for all kernel configs for B&I 254 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults…
|
| H A D | MakeInc.rule | 382 # Compilation rules to generate .o from .s 391 # Compilation rules to generate .o from .c for normal files 403 # Compilation rules to generate .o from .c for driver files 414 # Compilation rules to generate .co from .cp or .cpo from .cpp
|
| H A D | MakeInc.def | 439 -mllvm -hwasan-generate-tags-with-calls=1 \ 926 CFLAGS_GEN += -fprofile-instr-generate -DPROFILE 927 CXXFLAGS_GEN += -fprofile-instr-generate -DPROFILE
|
| H A D | MakeInc.cmd | 300 # Command to generate host binaries. Intentionally not
|
| H A D | MakeInc.kernel | 241 lastkernelconstructor.o_CFLAGS_RM = -fprofile-instr-generate
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | mach_notify.defs | 31 * But its existence keeps us from having MIG generate the client-side
|
| H A D | mach_port.defs | 292 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send- 294 * to the port. If zero, will generate a send-possible 297 * generate a dead-name notification if name is already dead
|
| H A D | task.defs | 574 /* Do not generate header, use the one in mach_init.h */
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1235 int generate) in in6_iid_mktmp() argument 1245 generate = 1; in in6_iid_mktmp() 1248 if (generate) { in in6_iid_mktmp()
|
| /xnu-8019.80.24/tools/tests/testkext/testkext.xcodeproj/ |
| H A D | project.pbxproj | 293 OTHER_CFLAGS = "-fprofile-instr-generate"; 340 OTHER_CFLAGS = "-fprofile-instr-generate";
|
| /xnu-8019.80.24/osfmk/prng/ |
| H A D | prng_random.c | 331 prng_funcs.generate(prng_ctx, cpu_number(), n, buffer); in read_random_generate()
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | OSAction.iig | 73 * to generate the callback.
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_accuracy.m | 292 * recurse a bunch of times to generate predictable data in the stackshot,
|
| H A D | hvtest_x86.m | 1183 …// debug status and control regs (some bits are reserved, one other bit would generate an exceptio…
|
| /xnu-8019.80.24/doc/ |
| H A D | atomics.md | 47 any `atomic_*_explicit()` operation, then the compiler will generate the
|