HomeSort by: relevance | last modified time | path
    Searched refs:impl (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/tests/sys/crypto/chacha/
t_chacha.c 66 #define CHACHA_SELFTEST(name, impl, descr) \
77 if ((impl)->ci_probe()) \
79 (impl)->ci_name); \
80 if (chacha_selftest(impl)) \
81 atf_tc_fail("%s self-test failed", (impl)->ci_name); \
  /src/tests/usr.bin/xlint/lint1/
msg_247.c 118 struct counter_impl *impl = allocate(); local in function:counter_new_typesafe
119 impl->public_part.count = 12345;
120 impl->saved_count = 12346;
121 return &impl->public_part;
127 struct counter_impl *impl = allocate(); local in function:counter_new_cast
128 impl->public_part.count = 12345;
129 impl->saved_count = 12346;
131 return (struct counter *)impl;
141 struct counter_impl *impl = (struct counter_impl *)counter; local in function:counter_increment
142 impl->saved_count = impl->public_part.count
    [all...]
  /src/sys/crypto/aes/
aes_selftest.c 75 #define aes_selftest_fail(impl, actual, expected, nbytes, fmt, args...) \
77 printf("%s "fmt": self-test failed\n", (impl)->ai_name, ##args); \
84 aes_selftest_encdec(const struct aes_impl *impl)
117 impl->ai_setenckey(&enc, key, aes_nrounds[i]);
118 impl->ai_setdeckey(&dec, key, aes_nrounds[i]);
119 impl->ai_enc(&enc, in, out, aes_nrounds[i]);
121 return aes_selftest_fail(impl, out, expected[i], 16,
123 impl->ai_dec(&dec, out, out, aes_nrounds[i]);
125 return aes_selftest_fail(impl, out, in, 16,
130 return aes_selftest_fail(impl, outbuf
    [all...]
aes_impl.c 157 aes_md_init(const struct aes_impl *impl)
163 aes_impl->ai_name, impl->ai_name);
166 aes_md_impl->ai_name, impl->ai_name);
168 aes_md_impl = impl;
  /src/tests/sys/crypto/aes/
t_aes.c 74 #define AES_SELFTEST(name, impl, descr) \
85 if ((impl)->ai_probe()) \
87 (impl)->ai_name); \
88 if (aes_selftest(impl)) \
89 atf_tc_fail("%s self-test failed", (impl)->ai_name); \
  /src/usr.bin/make/unit-tests/
directive-export-impl.exp 1 Parsing directive-export-impl.mk:21: UT_VAR= <${REF}>
3 Parsing directive-export-impl.mk:28: .export UT_VAR
5 Parsing directive-export-impl.mk:32: : ${UT_VAR:N*}
13 Parsing directive-export-impl.mk:42: .if ${:!echo "\$UT_VAR"!} != "<>"
28 Parsing directive-export-impl.mk:50: : ${UT_VAR:N*}
36 Parsing directive-export-impl.mk:54: REF= defined
38 Parsing directive-export-impl.mk:58: .if ${:!echo "\$UT_VAR"!} != "<defined>"
53 Parsing directive-export-impl.mk:62: all:
56 Parsing directive-export-impl.mk:63: .MAKEFLAGS: -d0
directive-export-impl.mk 1 # $NetBSD: directive-export-impl.mk,v 1.3 2021/04/03 23:08:30 rillig Exp $
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
disp.h 131 const int impl = dev->pdev->device & 0x0ff0; local in function:nv_two_heads
133 if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS && impl != 0x0100 &&
134 impl != 0x0150 && impl != 0x01a0 && impl != 0x0200)
150 const int impl = dev->pdev->device & 0x0ff0; local in function:nv_two_reg_pll
152 if (impl == 0x0310 || impl == 0x0340 || drm->client.device.info.family >= NV_DEVICE_INFO_V0_CURIE)
  /src/lib/libc/locale/
nb_lc_template.h 99 _CATEGORY_TYPE *impl; member in struct:_nb_part_t
134 cached_impl = p->impl;
142 p->impl = _lc_C_locale.part_impl[_CATEGORY_ID];
146 name, &p->impl);
155 cached_impl = p->impl;
164 p->impl = cached_impl;
  /src/sys/external/isc/libsodium/dist/test/default/
randombytes.c 133 randombytes_implementation impl = randombytes_sysrandom_implementation; local in function:impl_tests
135 randombytes_implementation impl = randombytes_nativeclient_implementation;
139 impl.uniform = randombytes_uniform_impl;
141 randombytes_set_implementation(&impl);
148 impl.close = NULL;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
randombytes.h 54 int randombytes_set_implementation(randombytes_implementation *impl);
  /src/sys/kern/
subr_device.c 50 if (handlep->impl == NULL) {
53 return handlep->impl->type != DEVHANDLE_TYPE_INVALID;
66 .impl = NULL,
79 return handle.impl->type;
102 /* For private handles, we also compare the impl pointers. */
104 intptr_t impl1 = (intptr_t)handle1.impl;
105 intptr_t impl2 = (intptr_t)handle2.impl;
129 const struct devhandle_impl *impl; local in function:devhandle_lookup_device_call
138 for (impl = handle.impl; impl != NULL; impl = impl->super)
    [all...]
  /src/sys/crypto/chacha/
chacha_impl.c 108 chacha_md_init(const struct chacha_impl *impl)
114 chacha_md_impl->ci_name, impl->ci_name);
116 chacha_md_impl = impl;
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 54 randombytes_set_implementation(randombytes_implementation *impl)
56 implementation = impl;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 235 struct ScopedThread::Impl {
246 void ScopedThread::Impl::HandleEvent(Event *ev) {
331 void *ScopedThread::Impl::ScopedThreadCallback(void *arg) {
333 Impl *impl = (Impl*)arg; local in function:ScopedThread::Impl::ScopedThreadCallback
335 Event* ev = (Event*)atomic_load(&impl->event, memory_order_acquire);
341 atomic_store(&impl->event, 0, memory_order_release);
344 impl->HandleEvent(ev);
345 atomic_store(&impl->event, 0, memory_order_release)
    [all...]
  /src/sys/fs/udf/
udf_vfsops.c 783 struct udf_logvol_info *impl; local in function:udf_statvfs
803 impl = (struct udf_logvol_info *) (lvid->tables + 2*num_part);
804 if (impl) {
805 sbp->f_files = udf_rw32(impl->num_files);
806 sbp->f_files += udf_rw32(impl->num_directories);
ecma167-udf.h 182 } impl; member in struct:long_ad
184 #define longad_uniqueid impl.im_used.unique_id
525 uint8_t data[1]; /* impl.use followed by VAT entries (uint32_t) */
  /src/sys/dev/ofw/
ofw_subr.c 108 handle.impl = super_handle.impl;
111 handle.impl = &of_devhandle_impl;
  /src/sys/arch/alpha/pci/
pci_machdep.c 166 struct alpha_pci_intr_impl * const *impl; local in function:alpha_pci_intr_init
168 __link_set_foreach(impl, alpha_pci_intr_impls) {
169 if ((*impl)->systype == cputype) {
170 (*impl)->intr_init(core, iot, memt, pc);
  /src/usr.sbin/edquota/
edquota.c 448 const char *impl; local in function:getprivs2
466 impl = quota_getimplname(qh);
467 if (impl == NULL) {
468 impl = "???";
470 strlcpy(qup->implementation, impl, sizeof(qup->implementation));
  /src/sys/arch/sandpoint/sandpoint/
autoconf.c 267 .impl = &sandpoint_i2c_devhandle_impl,
  /src/sys/arch/sparc/sparc/
promlib.c 249 handle.impl = super_handle.impl;
252 handle.impl = &obp_devhandle_impl;
  /src/sys/dev/acpi/
acpi_util.c 130 handle.impl = super_handle.impl;
133 handle.impl = &acpi_devhandle_impl;
  /src/sys/sys/
device.h 161 const struct devhandle_impl * impl; member in struct:devhandle
  /src/sys/arch/sparc/dev/
cgfourteen.c 246 int ver, impl; local in function:cgfourteenattach
359 impl = sc->sc_ctl->ctl_rsr & CG14_RSR_IMPLMASK;
362 (impl & 1) == 0 ? 2 : 3);

Completed in 84 milliseconds

1 2