/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpciph_aes_wrap.txt | 38 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/ |
D | EVP_CIPHER-AES.pod | 40 =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"
|
D | EVP_KDF-X942-ASN1.pod | 76 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);
|
D | EVP_CIPHER-DES.pod | 39 =item "DES3-WRAP"
|
D | migration_guide.pod | 231 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/ |
D | cipher_aes_wrp.c | 299 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/ |
D | lp_test_arit.c | 293 #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/ |
D | infutil.h | 80 #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/ |
D | infutil.h | 80 #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/ |
D | DetailsViewer.py | 58 WRAP = 'Wrap Around' variable 123 STOP, WRAP, RATIO, GRAV) 211 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
|
/third_party/glslang/Test/ |
D | remap.hlsl.sample.basic.strip.frag | 5 AddressV = WRAP;
|
D | remap.hlsl.sample.basic.none.frag | 5 AddressV = WRAP;
|
D | remap.hlsl.sample.basic.everything.frag | 5 AddressV = WRAP;
|
D | hlsl.sample.basic.dx10.frag | 5 AddressV = WRAP;
|
/third_party/openssl/providers/common/der/ |
D | build.info | 74 #----- KEY WRAP
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 661 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/ |
D | spirv.cs | 1163 WRAP = 0, enumerator
|
D | spirv.lua | 1110 WRAP = 0,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.lua | 1111 WRAP = 0,
|
D | spirv.cs | 1164 WRAP = 0, enumerator
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | spirv.lua | 1167 WRAP = 0,
|
D | spirv.cs | 1220 WRAP = 0, enumerator
|
D | spirv.bf | 1221 WRAP = 0,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_cube_map.txt | 273 some modes are clearly inappropriate for cube maps. The WRAP mode
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_cube_map.txt | 283 some modes are clearly inappropriate for cube maps. The WRAP mode
|