Home
last modified time | relevance | path

Searched refs:WRAP (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c36 #define WRAP(type, name, args, retval, param, prob) \ macro
47 WRAP(void *,
55 WRAP(void *,
63 WRAP(void *,
71 WRAP(char *,
79 WRAP(ssize_t,
87 WRAP(int,
96 WRAP(int,
104 WRAP(EVP_CIPHER_CTX *,
112 WRAP(int,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cpp192 WRAP(malloc), WRAP(free), WRAP(calloc),
193 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
196 WRAP(calloc), WRAP(free), WRAP(mallinfo),
197 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
198 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
199 WRAP(valloc)};
H A Dasan_malloc_win.cpp517 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc()
519 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc()
522 (uptr)WRAP(RtlReAllocateHeap), in ReplaceSystemMalloc()
525 (uptr)WRAP(RtlAllocateHeap), in ReplaceSystemMalloc()
H A Dasan_win.cpp182 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
185 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpciph_aes_wrap.txt38 Cipher = aes256-WRAP
43 Cipher = ID-aes256-WRAP
75 Cipher = AES-128-WRAP-INV
81 Cipher = AES-128-WRAP-INV
87 Cipher = AES-128-WRAP-INV
93 Cipher = AES-128-WRAP-INV
100 Cipher = AES-192-WRAP-INV
107 Cipher = AES-256-WRAP-INV
114 Cipher = AES-128-WRAP-INV
120 Cipher = AES-192-WRAP-INV
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_malloc_linux.cc264 WRAP(malloc), WRAP(free), WRAP(calloc),
265 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
268 WRAP(calloc), WRAP(free), WRAP(mallinfo),
269 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
270 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
271 WRAP(valloc)};
H A Dasan_win.cc181 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
184 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_malloc_linux.cc266 WRAP(malloc), WRAP(free), WRAP(calloc),
267 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)};
270 WRAP(calloc), WRAP(free), WRAP(mallinfo),
271 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
272 WRAP(posix_memalign), WRAP(pvalloc), WRAP(realloc),
273 WRAP(valloc)};
H A Dasan_win.cc183 (uptr)WRAP(RaiseException), in InitializePlatformInterceptors()
186 (uptr)WRAP(RtlRaiseException), in InitializePlatformInterceptors()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_CIPHER-AES.pod38 =item "AES-128-WRAP", "AES-192-WRAP", "AES-256-WRAP",
39 "AES-128-WRAP-PAD", "AES-192-WRAP-PAD", "AES-256-WRAP-PAD",
40 "AES-128-WRAP-INV", "AES-192-WRAP-INV", "AES-256-WRAP-INV",
41 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
66 The AES-SIV and AES-WRAP mode implementations do not support streaming. That
H A DEVP_KDF-X942-ASN1.pod76 Valid values are "AES-128-WRAP", "AES-192-WRAP", "AES-256-WRAP" and "DES3-WRAP".
116 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_KDF_PARAM_CEK_ALG, "AES-256-WRAP, 0);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception.h105 { reinterpret_cast<const uptr>(WRAP(func_name)), \
119 # define WRAP(x) wrap_##x macro
125 # define WRAP(x) __asan_wrap_##x macro
133 # define WRAP(x) x macro
138 # define WRAP(x) __interceptor_ ## x macro
148 # define WRAP(x) __interceptor_ ## x macro
189 extern "C" ret_type WRAP(func)(__VA_ARGS__);
225 ret_type WRAP(func)(__VA_ARGS__)
235 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
237 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
[all …]
H A Dinterception_win.h65 (::__interception::uptr)WRAP(func), \
70 (::__interception::uptr)WRAP(func), \
78 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
H A Dinterception_linux.h34 (::__interception::uptr) & WRAP(func))
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception.h106 { reinterpret_cast<const uptr>(WRAP(func_name)), \
120 # define WRAP(x) wrap_##x macro
126 # define WRAP(x) __asan_wrap_##x macro
134 # define WRAP(x) __interceptor_ ## x macro
144 # define WRAP(x) __interceptor_ ## x macro
181 extern "C" ret_type WRAP(func)(__VA_ARGS__);
185 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
223 ret_type WRAP(func)(__VA_ARGS__)
233 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
235 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
[all …]
H A Dinterception_win.h66 (::__interception::uptr)WRAP(func), \
71 (::__interception::uptr)WRAP(func), \
79 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
H A Dinterception_linux.h36 (::__interception::uptr) & WRAP(func))
45 (::__interception::uptr) & WRAP(func))
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception.h107 { reinterpret_cast<const uptr>(WRAP(func_name)), \
121 # define WRAP(x) wrap_##x macro
127 # define WRAP(x) __asan_wrap_##x macro
135 # define WRAP(x) x macro
140 # define WRAP(x) __interceptor_ ## x macro
150 # define WRAP(x) __interceptor_ ## x macro
191 extern "C" ret_type WRAP(func)(__VA_ARGS__);
227 ret_type WRAP(func)(__VA_ARGS__)
237 extern "C" ret_type WRAP(func)(__VA_ARGS__); \
239 extern "C" INTERCEPTOR_ATTRIBUTE ret_type WRAP(func)(__VA_ARGS__)
[all …]
H A Dinterception_win.h67 (::__interception::uptr)WRAP(func), \
72 (::__interception::uptr)WRAP(func), \
80 user_dll, provider_dll, #func, (::__interception::uptr)WRAP(func), \
H A Dinterception_linux.h36 (::__interception::uptr) & WRAP(func))
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c320 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
321 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
322 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
323 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8);
324 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8);
325 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8);
327 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
328 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
329 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
330 IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8);
[all …]
/netbsd-src/sys/dev/ic/
H A Dac97.c264 #define WRAP(a) &a, sizeof(a) macro
315 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
320 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
324 AUDIO_MIXER_ENUM, WRAP(ac97_mono_select),
329 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
334 AUDIO_MIXER_VALUE, WRAP(ac97_volume_stereo),
339 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
343 AUDIO_MIXER_ENUM, WRAP(ac97_on_off),
348 AUDIO_MIXER_VALUE, WRAP(ac97_volume_mono),
352 AUDIO_MIXER_ENUM, WRAP(ac97_on_off),
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc252 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR()
296 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
338 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
341 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
352 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
354 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
387 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()
416 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR()
446 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR()
477 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc254 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR()
298 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
340 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
343 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
354 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
356 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
389 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()
418 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR()
448 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR()
479 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp271 WRAP(dispatch_after)(when, queue, ^(void) { in TSAN_INTERCEPTOR()
315 WRAP(dispatch_once)(predicate, ^(void) { in TSAN_INTERCEPTOR()
360 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
363 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
374 WRAP(dispatch_async)(queue, ^(void) { in TSAN_INTERCEPTOR()
376 WRAP(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
412 WRAP(dispatch_group_notify)(group, q, ^(void) { work(context); }); in TSAN_INTERCEPTOR()
441 WRAP(dispatch_source_set_event_handler)(source, block); in TSAN_INTERCEPTOR()
471 WRAP(dispatch_source_set_cancel_handler)(source, block); in TSAN_INTERCEPTOR()
502 WRAP(dispatch_source_set_registration_handler)(source, block); in TSAN_INTERCEPTOR()
[all …]

123