| /xnu-11215.61.5/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 60 const struct ccdrbg_nisthmac_custom *custom; member 74 size_t outlen = drbg_ctx->custom->di->output_size; in dump_state() 96 const struct ccdigest_info *info = drbg_ctx->custom->di; in update() 153 drbg_ctx->custom = info->custom; in init() 154 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in init() 186 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in reseed() 207 return drbg_ctx->custom->strictFIPS && in must_reseed() 216 const struct ccdigest_info *info = drbg_ctx->custom->di; in generate() 264 ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom) in ccdrbg_factory_nisthmac() argument 273 info->custom = custom; in ccdrbg_factory_nisthmac()
|
| H A D | ccmode_internal.h | 115 .custom = (ECB) \ 124 .custom = (ECB) \ 170 .custom = (ECB) \ 179 .custom = (ECB) \ 215 .custom = (ECB) \ 224 .custom = (ECB) \ 259 .custom = (ECB_ENCRYPT) \ 301 .custom = (ECB) \ 344 .custom = (ECB), \ 358 .custom = (ECB), \ [all …]
|
| H A D | ccdrbg_internal.h | 20 #define DRBG_CTR_KEYLEN(drbg) ((drbg)->custom.keylen) 33 struct ccdrbg_nistctr_custom custom; member
|
| H A D | ccaes_vng_gcm.h | 94 .custom = (ECB_ENCRYPT), \ 122 .custom = (ECB_ENCRYPT), \
|
| /xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 75 const void *custom; member 87 const void *custom; member 99 const void *custom; member 113 const void *custom; member 125 const void *custom; member 162 const void *custom; member 182 const void *custom; member 208 const void *custom; member 236 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-11215.61.5/libsyscall/xcodescripts/ |
| H A D | create-syscalls.pl | 256 my $custom = File::Spec->join($dir, $source); 257 next unless -f $custom; 454 my $custom = File::Spec->join($CustomDir, $_); 456 print "Copy $custom -> $path\n"; 457 File::Copy::copy($custom, $path) || die "$MyName: copy($custom, $path): $!\n"; 471 my $custom = File::Spec->join($CustomDir, $$sym{is_custom}); 472 File::Copy::copy($custom, $outpath);
|
| /xnu-11215.61.5/tests/vm/ |
| H A D | perf_madvise.lua | 57 benchmark.writer:add_value(field[1], perfdata.unit.custom(field[2]), tonumber(field[3]), {
|
| H A D | perf_compressor.lua | 82 unit = perfdata.unit.custom("uncompressed / compressed")
|
| H A D | fault_throughput.lua | 71 local page_throughput_unit = perfdata.unit.custom('pages/sec')
|
| /xnu-11215.61.5/tests/counter/ |
| H A D | benchmark.lua | 52 local writes_per_second = perfdata.unit.custom('writes/sec')
|
| /xnu-11215.61.5/tools/lldbmacros/ |
| H A D | README.md | 20 ii. Loading custom or local lldbmacros and operating_system plugin 174 …5. If the user has passed any custom options they would be in cmd_options dict. the format is `{'-… 430 ii. Loading custom or local lldbmacros and operating_system plugin 434 However, this setup makes it difficult for a lldbmacro developer to load custom/local macros. Follo… 442 …system plugin then you need to set the plugin path for lldb to find your custom operating_system p… 446 * Load the xnu debug macros from your custom location.
|
| /xnu-11215.61.5/libkdd/ |
| H A D | README.md | 106 Now you can add this custom type definition into the buffer as
|
| /xnu-11215.61.5/doc/lifecycle/ |
| H A D | startup.md | 14 initialization sequence. Usage of ranks is custom to each subsystem and must be
|
| /xnu-11215.61.5/doc/observability/ |
| H A D | recount.md | 118 The energy counters on ARM systems count a custom unit of energy that needs to be scaled to nanojou…
|
| /xnu-11215.61.5/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 558 …1B20063D54D /* custom.s */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnown… 757 24D1156511E671B20063D54D /* custom */, 999 24D1156511E671B20063D54D /* custom */ = { 1015 24D1157311E671B20063D54D /* custom.s */, 1020 path = custom; 1390 …te-syscalls.pl \\\n\t$SRCROOT/../bsd/kern/syscalls.master \\\n\t$SRCROOT/custom \\\n\t$SRCROOT/Pla…
|
| /xnu-11215.61.5/makedefs/ |
| H A D | MakeInc.rule | 460 # Double-colon rule so that MakeInc.kernel can add custom behaviors
|
| /xnu-11215.61.5/bsd/netinet/ |
| H A D | in_tclass.c | 2100 SYSCTL_NODE(_net_qos, OID_AUTO, custom,
|