| /xnu-8792.61.2/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 | 57 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 | 128 …void (*CC_SPTR(cckprng_funcs, generate))(struct cckprng_ctx *ctx, unsigned gen_idx, size_t nbytes,…
|
| H A D | ccn.h | 513 return (RNG)->generate((RNG), ccn_sizeof_n(n), (unsigned char *)r);
|
| /xnu-8792.61.2/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-8792.61.2/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 202 generate(struct ccdrbg_state *ctx, size_t out_nbytes, void *out, size_t add_nbytes, const void *add) in generate() function 259 info->generate = generate; in ccdrbg_factory_nisthmac()
|
| /xnu-8792.61.2/config/ |
| H A D | Kasan_disabled.exports | 2 # so we generate an empty export list for non-KASan.
|
| /xnu-8792.61.2/makedefs/ |
| H A D | MakeInc.top | 204 # generate TARGET_CONFIGS using KERNEL_CONFIGS and PRODUCT_CONFIGS 208 # generate TARGET_CONFIGS for RELEASE kernel configs and products in the device map 213 # generate TARGET_CONFIGS for DEVELOPMENT kernel configs and products in the device map 218 # generate TARGET_CONFIGS for all kernel configs and products in the device map 223 # generate TARGET_CONFIGS for all kernel configs for B&I 226 # generate TARGET_CONFIGS for all kernel configs for B&I 232 # generate TARGET_CONFIGS using KERNEL_CONFIGS and ARCH_CONFIGS and MACHINE_CONFIGS (which defaults…
|
| H A D | MakeInc.rule | 391 # Compilation rules to generate .o from .s 400 # Compilation rules to generate .o from .c for normal files 412 # Compilation rules to generate .o from .c for driver files 423 # Compilation rules to generate .co from .cp or .cpo from .cpp
|
| H A D | MakeInc.def | 449 -mllvm -hwasan-generate-tags-with-calls=1 \ 881 CFLAGS_GEN += -fprofile-instr-generate -DPROFILE 882 CXXFLAGS_GEN += -fprofile-instr-generate -DPROFILE
|
| H A D | MakeInc.cmd | 301 # Command to generate host binaries. Intentionally not
|
| H A D | MakeInc.kernel | 242 lastkernelconstructor.o_CFLAGS_RM = -fprofile-instr-generate
|
| /xnu-8792.61.2/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 | 290 * MACH_NOTIFY_SEND_POSSIBLE: if non-zero, will generate a send- 292 * to the port. If zero, will generate a send-possible 295 * generate a dead-name notification if name is already dead
|
| H A D | task.defs | 539 /* Do not generate header, use the one in mach_init.h */
|
| /xnu-8792.61.2/bsd/netinet6/ |
| H A D | in6_ifattach.c | 1216 int generate) in in6_iid_mktmp() argument 1226 generate = 1; in in6_iid_mktmp() 1229 if (generate) { in in6_iid_mktmp()
|
| /xnu-8792.61.2/tools/tests/testkext/testkext.xcodeproj/ |
| H A D | project.pbxproj | 293 OTHER_CFLAGS = "-fprofile-instr-generate"; 340 OTHER_CFLAGS = "-fprofile-instr-generate";
|
| /xnu-8792.61.2/osfmk/prng/ |
| H A D | prng_random.c | 331 prng_funcs.generate(prng_ctx, cpu_number(), n, buffer); in read_random_generate()
|
| /xnu-8792.61.2/iokit/DriverKit/ |
| H A D | OSAction.iig | 73 * to generate the callback.
|
| /xnu-8792.61.2/tests/ |
| H A D | stackshot_accuracy.m | 292 * recurse a bunch of times to generate predictable data in the stackshot,
|
| /xnu-8792.61.2/doc/memorystatus/ |
| H A D | overview.md | 168 ReportCrash can generate JetsamEvent.ips files. These files contain
|
| /xnu-8792.61.2/doc/ |
| H A D | atomics.md | 47 any `atomic_*_explicit()` operation, then the compiler will generate the
|