Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 17 of 17) sorted by relevance

/xnu-8792.81.2/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c61 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 Dccmode_impl.h72 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 Dccdrbg.h98 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 Dccdrbg_impl.h67 const void *custom; member
/xnu-8792.81.2/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl250 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 Dperf_madvise.lua44 local unit = perfdata.unit.custom('pages/sec')
H A Dperf_compressor.lua77 unit = perfdata.unit.custom("uncompressed / compressed")
H A Dfault_throughput.lua61 local unit = perfdata.unit.custom('pages/sec')
/xnu-8792.81.2/tests/counter/
H A Dbenchmark.lua52 local writes_per_second = perfdata.unit.custom('writes/sec')
/xnu-8792.81.2/tools/lldbmacros/
H A DREADME.md20 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 DREADME.md106 Now you can add this custom type definition into the buffer as
/xnu-8792.81.2/doc/
H A Dstartup.md12 initialization sequence. Usage of ranks is custom to each subsystem and must be
H A Drecount.md106 The energy counters on ARM systems count a custom unit of energy that needs to be scaled to nanojou…
H A Ddebugging.md230 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 Dproject.pbxproj555 …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 DMakeInc.rule322 # Double-colon rule so that MakeInc.kernel can add custom behaviors
/xnu-8792.81.2/bsd/netinet/
H A Din_tclass.c2121 SYSCTL_NODE(_net_qos, OID_AUTO, custom,