Searched refs:custom (Results 1 – 15 of 15) sorted by relevance
| /xnu-8020.121.3/osfmk/corecrypto/ |
| H A D | ccdrbg_nisthmac.c | 59 const struct ccdrbg_nisthmac_custom *custom; member 73 size_t outlen = drbg_ctx->custom->di->output_size; in dump_state() 92 const struct ccdigest_info *info = drbg_ctx->custom->di; in update() 149 drbg_ctx->custom = info->custom; in init() 150 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in init() 182 const struct ccdigest_info *digest_info = drbg_ctx->custom->di; in reseed() 203 const struct ccdigest_info *info = drbg_ctx->custom->di; in generate() 211 …cc_require(drbg_ctx->reseed_counter <= CCDRBG_RESEED_INTERVAL || !drbg_ctx->custom->strictFIPS, ou… in generate() 251 ccdrbg_factory_nisthmac(struct ccdrbg_info *info, const struct ccdrbg_nisthmac_custom *custom) in ccdrbg_factory_nisthmac() argument 258 info->custom = custom; in ccdrbg_factory_nisthmac()
|
| /xnu-8020.121.3/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccmode_impl.h | 69 const void *custom; member 81 const void *custom; member 93 const void *custom; member 107 const void *custom; member 119 const void *custom; member 156 const void *custom; member 175 const void *custom; member 201 const void *custom; member 228 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 | 65 const void *custom; member
|
| /xnu-8020.121.3/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-8020.121.3/tests/vm/ |
| H A D | perf_madvise.lua | 44 local unit = perfdata.unit.custom('pages/sec')
|
| H A D | fault_throughput.lua | 61 local unit = perfdata.unit.custom('pages/sec')
|
| /xnu-8020.121.3/tests/counter/ |
| H A D | benchmark.lua | 52 local writes_per_second = perfdata.unit.custom('writes/sec')
|
| /xnu-8020.121.3/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-8020.121.3/libkdd/ |
| H A D | README.md | 106 Now you can add this custom type definition into the buffer as
|
| /xnu-8020.121.3/doc/ |
| H A D | startup.md | 12 initialization sequence. Usage of ranks is custom to each subsystem and must be
|
| H A D | debugging.md | 171 xnu’s macros provide a custom integer type called **valueint** that is a replacement for **int**
|
| /xnu-8020.121.3/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 552 …1B20063D54D /* custom.s */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 8; lastKnown… 745 24D1156511E671B20063D54D /* custom */, 982 24D1156511E671B20063D54D /* custom */ = { 998 24D1157311E671B20063D54D /* custom.s */, 1003 path = custom; 1369 …te-syscalls.pl \\\n\t$SRCROOT/../bsd/kern/syscalls.master \\\n\t$SRCROOT/custom \\\n\t$SRCROOT/Pla…
|
| /xnu-8020.121.3/makedefs/ |
| H A D | MakeInc.rule | 306 # Double-colon rule so that MakeInc.kernel can add custom behaviors
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | in_tclass.c | 2108 SYSCTL_NODE(_net_qos, OID_AUTO, custom,
|