Home
last modified time | relevance | path

Searched refs:WRAP (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/openssl/openssl/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_IN
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c299 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
300 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
301 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
302 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8);
303 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8);
304 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8);
306 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8);
307 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8);
308 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8);
309 IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_IN
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c293 #define WRAP(func) \ macro
299 WRAP(expf)
300 WRAP(logf)
301 WRAP(sinf)
302 WRAP(cosf)
303 WRAP(floorf)
304 WRAP(ceilf)
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.h80 #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=(uInt)WAVAIL;}} macro
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
/third_party/node/test/async-hooks/
H A Dverify-graph.js131 const key = x.type.replace(/WRAP/, '').toLowerCase();
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_dump.c661 CAP_CASE(TextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9()
669 CAP_CASE(VolumeTextureAddressCaps, D3DPTADDRESSCAPS, WRAP); in nine_dump_D3DCAPS9()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs1163 WRAP = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs1164 WRAP = 0, enumerator
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.cs1310 WRAP = 0, enumerator
/third_party/python/
H A Dconfigure8840 WRAP="-fwrapv"
8846 WRAP="-fwrapv"
8857 OPT="-g $WRAP -O3 -Wall"
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1987 pub const WRAP: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1995 pub const WRAP: u32 = 131072; consts

Completed in 68 milliseconds