/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_gcm_hw.c | 68 size_t bulk = 0; in generic_aes_gcm_cipher_update() local 76 bulk = AES_gcm_encrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update() 80 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update() 81 bulk += res; in generic_aes_gcm_cipher_update() 83 if (CRYPTO_gcm128_encrypt_ctr32(&ctx->gcm, in + bulk, out + bulk, in generic_aes_gcm_cipher_update() 84 len - bulk, ctx->ctr)) in generic_aes_gcm_cipher_update() 97 size_t bulk = 0; in generic_aes_gcm_cipher_update() local 105 bulk = AES_gcm_decrypt(in + res, out + res, len - res, in generic_aes_gcm_cipher_update() 109 ctx->gcm.len.u[1] += bulk; in generic_aes_gcm_cipher_update() 110 bulk += res; in generic_aes_gcm_cipher_update() [all …]
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/ |
D | README.md | 1 # lws minimal ws server + permessage-deflate for bulk traffic 12 $ ./lws-minimal-ws-server-pmd-bulk 19 One or another kind of bulk ws transfer is made to the browser.
|
D | CMakeLists.txt | 1 project(lws-minimal-ws-server-pmd-bulk C) 8 set(SAMP lws-minimal-ws-server-pmd-bulk) 9 set(SRCS minimal-ws-server-pmd-bulk.c)
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/ |
D | CMakeLists.txt | 1 project(lws-minimal-ws-client-pmd-bulk C) 8 set(SAMP lws-minimal-ws-client-pmd-bulk) 9 set(SRCS minimal-ws-client-pmd-bulk.c)
|
D | README.md | 1 # lws minimal ws client + permessage-deflate for bulk traffic 4 expects to find minimal-ws-server-pmd-bulk running. 22 $ ./lws-minimal-ws-client-pmd-bulk 23 [2018/04/05 12:08:58:9120] USER: LWS minimal ws client + permessage-deflate + multifragment bulk me… 24 [2018/04/05 12:08:58:9120] USER: ./lws-minimal-ws-client-pmd-bulk [-n (no exts)] [-c (compressib… 162 One or another kind of bulk ws transfer is made to the browser.
|
/third_party/python/Lib/test/test_email/data/ |
D | msg_02.txt | 54 Precedence: bulk 68 Precedence: bulk 83 Precedence: bulk 98 Precedence: bulk 113 Precedence: bulk
|
D | msg_32.txt | 11 Precedence: bulk
|
D | msg_33.txt | 12 Precedence: bulk
|
D | msg_16.txt | 23 Precedence: bulk 98 Precedence: bulk
|
/third_party/openssl/crypto/evp/ |
D | e_aes.c | 2829 size_t bulk = 0; in aes_gcm_tls_cipher() local 2835 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2838 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher() 2842 in + bulk, in aes_gcm_tls_cipher() 2843 out + bulk, in aes_gcm_tls_cipher() 2844 len - bulk, gctx->ctr)) in aes_gcm_tls_cipher() 2847 size_t bulk = 0; in aes_gcm_tls_cipher() local 2853 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2856 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher() 2860 in + bulk, out + bulk, len - bulk)) in aes_gcm_tls_cipher() [all …]
|
/third_party/libwebsockets/minimal-examples/ws-client/ |
D | README.md | 6 minimal-ws-client-pmd-bulk|Client that sends bulk multifragment data to the minimal-ws-server-pmd-b…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrBulkMemory.td | 1 // WebAssemblyInstrBulkMemory.td - bulk memory codegen support --*- tablegen -*- 10 /// WebAssembly bulk memory codegen constructs. 14 // Instruction requiring HasBulkMemory and the bulk memory prefix byte 23 // Bespoke types and nodes for bulk memory ops
|
D | WebAssembly.td | 57 SubtargetFeature<"bulk-memory", "HasBulkMemory", "true", 58 "Enable bulk memory operations">;
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/ |
D | README.md | 3 The application runs some bulk and failure path tests on Secure Streams 16 --amount <amount>| Set the amount of bulk data expected, eg, --amount 23456
|
/third_party/libwebsockets/minimal-examples/ws-server/ |
D | README.md | 5 minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 993 int m, bulk = 0; in lws_parse_ws() local 1051 bulk = 1; in lws_parse_ws() 1067 if (!bulk) { in lws_parse_ws() 1088 bulk); in lws_parse_ws() 1093 bulk = 0; in lws_parse_ws()
|
/third_party/rust/crates/humantime/ |
D | vagga.yaml | 55 - &bulk !Tar
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_device_memory_report.adoc | 118 5) Should we track bulk allocations shared among multiple objects? 125 along with a dlink:VK_NULL_HANDLE for this bulk allocation. 126 Instead, this bulk allocation is considered as a layer below what this 129 from the bulk allocation, we ask the implementation to report the valid
|
D | VK_EXT_device_memory_report.txt | 118 5) Should we track bulk allocations shared among multiple objects? 125 along with a dlink:VK_NULL_HANDLE for this bulk allocation. 126 Instead, this bulk allocation is considered as a layer below what this 129 from the bulk allocation, we ask the implementation to report the valid
|
D | VK_KHR_workgroup_memory_explicit_layout.txt | 32 shader can bulk copy data from another storage class using one type (e.g. an
|
D | VK_KHR_workgroup_memory_explicit_layout.adoc | 34 shader can bulk copy data from another storage class using one type (e.g. an
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/ |
D | README.md | 26 …4 10:29:34:6212] USER: LWS minimal ws server echo + permessage-deflate + multifragment bulk message
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/ |
D | README.md | 27 …2 20:03:50:2343] USER: LWS minimal ws client echo + permessage-deflate + multifragment bulk message
|
/third_party/skia/third_party/externals/expat/testdata/largefiles/ |
D | README.txt | 21 - properties: small portion with namespaces, bulk without, element
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | crosstest.cfg | 12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.
|