Home
last modified time | relevance | path

Searched refs:bulk (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_gcm_hw.c68 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/
DREADME.md1 # 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.
DCMakeLists.txt1 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/
DCMakeLists.txt1 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)
DREADME.md1 # 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/
Dmsg_02.txt54 Precedence: bulk
68 Precedence: bulk
83 Precedence: bulk
98 Precedence: bulk
113 Precedence: bulk
Dmsg_32.txt11 Precedence: bulk
Dmsg_33.txt12 Precedence: bulk
Dmsg_16.txt23 Precedence: bulk
98 Precedence: bulk
/third_party/openssl/crypto/evp/
De_aes.c2829 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/
DREADME.md6 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/
DWebAssemblyInstrBulkMemory.td1 // 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
DWebAssembly.td57 SubtargetFeature<"bulk-memory", "HasBulkMemory", "true",
58 "Enable bulk memory operations">;
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DREADME.md3 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/
DREADME.md5 minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c993 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/
Dvagga.yaml55 - &bulk !Tar
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_device_memory_report.adoc118 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
DVK_EXT_device_memory_report.txt118 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
DVK_KHR_workgroup_memory_explicit_layout.txt32 shader can bulk copy data from another storage class using one type (e.g. an
DVK_KHR_workgroup_memory_explicit_layout.adoc34 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/
DREADME.md26 …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/
DREADME.md27 …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/
DREADME.txt21 - properties: small portion with namespaces, bulk without, element
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dcrosstest.cfg12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.

1234