| /xnu-8792.81.2/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 61 const struct ccdrbg_nisthmac_custom *custom; member 75 size_t outlen = drbg_ctx->custom->di->output_size; in dump_state() 94 const struct ccdigest_info *info = drbg_ctx->custom->di; in update() 151 drbg_ctx->custom = info->custom; in init() 152 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in init() 184 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in reseed() 205 const struct ccdigest_info *info = drbg_ctx->custom->di; in generate() 213 …cc_require(drbg_ctx->reseed_counter <= CCDRBG_RESEED_INTERVAL || !drbg_ctx->custom->strictFIPS, ou… in generate() 253 ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom) in ccdrbg_factory_nisthmac() argument 262 info->custom = custom; in ccdrbg_factory_nisthmac()
|
| /xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 72 const void *custom; member 84 const void *custom; member 96 const void *custom; member 110 const void *custom; member 122 const void *custom; member 159 const void *custom; member 179 const void *custom; member 205 const void *custom; member 233 const void *custom; member
|
| H A D | ccdrbg.h | 98 void ccdrbg_factory_nistctr(struct ccdrbg_info *info, const struct ccdrbg_nistctr_custom *custom); 109 void ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom);
|
| H A D | ccdrbg_impl.h | 67 const void *custom; member
|
| /xnu-8792.81.2/libsyscall/xcodescripts/ |
| H A D | create-syscalls.pl | 250 my $custom = File::Spec->join($dir, $source); 251 next unless -f $custom; 448 my $custom = File::Spec->join($CustomDir, $_); 450 print "Copy $custom -> $path\n"; 451 File::Copy::copy($custom, $path) || die "$MyName: copy($custom, $path): $!\n"; 465 my $custom = File::Spec->join($CustomDir, $$sym{is_custom}); 466 File::Copy::copy($custom, $outpath);
|
| /xnu-8792.81.2/tests/vm/ |
| H A D | perf_madvise.lua | 44 local unit = perfdata.unit.custom('pages/sec')
|
| H A D | perf_compressor.lua | 77 unit = perfdata.unit.custom("uncompressed / compressed")
|
| H A D | fault_throughput.lua | 61 local unit = perfdata.unit.custom('pages/sec')
|
| /xnu-8792.81.2/tests/counter/ |
| H A D | benchmark.lua | 52 local writes_per_second = perfdata.unit.custom('writes/sec')
|
| /xnu-8792.81.2/tools/lldbmacros/ |
| H A D | README.md | 20 ii. Loading custom or local lldbmacros and operating_system plugin 169 …5. If the user has passed any custom options they would be in cmd_options dict. the format is `{'-… 410 ii. Loading custom or local lldbmacros and operating_system plugin 414 However, this setup makes it difficult for a lldbmacro developer to load custom/local macros. Follo… 422 …system plugin then you need to set the plugin path for lldb to find your custom operating_system p… 426 * Load the xnu debug macros from your custom location.
|
| /xnu-8792.81.2/libkdd/ |
| H A D | README.md | 106 Now you can add this custom type definition into the buffer as
|
| /xnu-8792.81.2/doc/ |
| H A D | startup.md | 12 initialization sequence. Usage of ranks is custom to each subsystem and must be
|
| H A D | recount.md | 106 The energy counters on ARM systems count a custom unit of energy that needs to be scaled to nanojou…
|
| H A D | debugging.md | 230 xnu’s macros provide a custom integer type called **valueint** that is a replacement for **int**
|
| /xnu-8792.81.2/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 555 …1B20063D54D /* custom.s */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnown… 751 24D1156511E671B20063D54D /* custom */, 991 24D1156511E671B20063D54D /* custom */ = { 1007 24D1157311E671B20063D54D /* custom.s */, 1012 path = custom; 1378 …te-syscalls.pl \\\n\t$SRCROOT/../bsd/kern/syscalls.master \\\n\t$SRCROOT/custom \\\n\t$SRCROOT/Pla…
|
| /xnu-8792.81.2/makedefs/ |
| H A D | MakeInc.rule | 322 # Double-colon rule so that MakeInc.kernel can add custom behaviors
|
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | in_tclass.c | 2121 SYSCTL_NODE(_net_qos, OID_AUTO, custom,
|