Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/corecrypto/
H A Dccdrbg_nisthmac.c60 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 Dccmode_internal.h115 .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 Dccdrbg_internal.h20 #define DRBG_CTR_KEYLEN(drbg) ((drbg)->custom.keylen)
33 struct ccdrbg_nistctr_custom custom; member
H A Dccaes_vng_gcm.h94 .custom = (ECB_ENCRYPT), \
122 .custom = (ECB_ENCRYPT), \
/xnu-11215.61.5/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h75 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 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-11215.61.5/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl256 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 Dperf_madvise.lua57 benchmark.writer:add_value(field[1], perfdata.unit.custom(field[2]), tonumber(field[3]), {
H A Dperf_compressor.lua82 unit = perfdata.unit.custom("uncompressed / compressed")
H A Dfault_throughput.lua71 local page_throughput_unit = perfdata.unit.custom('pages/sec')
/xnu-11215.61.5/tests/counter/
H A Dbenchmark.lua52 local writes_per_second = perfdata.unit.custom('writes/sec')
/xnu-11215.61.5/tools/lldbmacros/
H A DREADME.md20 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 DREADME.md106 Now you can add this custom type definition into the buffer as
/xnu-11215.61.5/doc/lifecycle/
H A Dstartup.md14 initialization sequence. Usage of ranks is custom to each subsystem and must be
/xnu-11215.61.5/doc/observability/
H A Drecount.md118 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 Dproject.pbxproj558 …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 DMakeInc.rule460 # Double-colon rule so that MakeInc.kernel can add custom behaviors
/xnu-11215.61.5/bsd/netinet/
H A Din_tclass.c2100 SYSCTL_NODE(_net_qos, OID_AUTO, custom,