Home
last modified time | relevance | path

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

123

/third_party/openssl/test/recipes/30-test_evp_data/
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 …]
/third_party/openssl/doc/man7/
DEVP_CIPHER-AES.pod40 =item "AES-128-WRAP", "AES-192-WRAP", "AES-256-WRAP",
41 "AES-128-WRAP-PAD", "AES-192-WRAP-PAD", "AES-256-WRAP-PAD",
42 "AES-128-WRAP-INV", "AES-192-WRAP-INV", "AES-256-WRAP-INV",
43 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
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);
DEVP_CIPHER-DES.pod39 =item "DES3-WRAP"
Dmigration_guide.pod231 unwrapping. The algorithms are: "AES-128-WRAP-INV", "AES-192-WRAP-INV",
232 "AES-256-WRAP-INV", "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and
233 "AES-256-WRAP-PAD-INV".
/third_party/openssl/providers/implementations/ciphers/
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_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8);
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
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/flutter/skia/third_party/externals/freetype/src/gzip/
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/skia/third_party/externals/freetype/src/gzip/
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/python/Tools/pynche/
DDetailsViewer.py58 WRAP = 'Wrap Around' variable
123 STOP, WRAP, RATIO, GRAV)
211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
/third_party/glslang/Test/
Dremap.hlsl.sample.basic.strip.frag5 AddressV = WRAP;
Dremap.hlsl.sample.basic.none.frag5 AddressV = WRAP;
Dremap.hlsl.sample.basic.everything.frag5 AddressV = WRAP;
Dhlsl.sample.basic.dx10.frag5 AddressV = WRAP;
/third_party/openssl/providers/common/der/
Dbuild.info74 #----- KEY WRAP
/third_party/mesa3d/src/gallium/frontends/nine/
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/
Dspirv.cs1163 WRAP = 0, enumerator
Dspirv.lua1110 WRAP = 0,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.lua1111 WRAP = 0,
Dspirv.cs1164 WRAP = 0, enumerator
/third_party/spirv-headers/include/spirv/unified1/
Dspirv.lua1167 WRAP = 0,
Dspirv.cs1220 WRAP = 0, enumerator
Dspirv.bf1221 WRAP = 0,
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map.txt273 some modes are clearly inappropriate for cube maps. The WRAP mode
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map.txt283 some modes are clearly inappropriate for cube maps. The WRAP mode

123