/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A 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() [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A 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() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 276 // convert a quick-audit into a bulk advisory listing 285 const bulk = {} 296 bulk[name] = bulk[name] || [] 297 bulk[name].push({ id, url, title, severity, vulnerable_versions }) 300 return bulk 312 // first try the super fast bulk advisory listing 314 log.silly('audit', 'bulk request', body) 322 const res = await fetch('/-/npm/v1/security/advisories/bulk', { 332 log.silly('audit', 'bulk reques [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 2823 size_t bulk = 0; in aes_gcm_tls_cipher() local 2829 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2832 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher() 2836 in + bulk, in aes_gcm_tls_cipher() 2837 out + bulk, in aes_gcm_tls_cipher() 2838 len - bulk, gctx->ctr)) in aes_gcm_tls_cipher() 2841 size_t bulk = 0; in aes_gcm_tls_cipher() local 2847 bulk = AES_gcm_encrypt(in, out, len, in aes_gcm_tls_cipher() 2850 gctx->gcm.len.u[1] += bulk; in aes_gcm_tls_cipher() 2854 in + bulk, ou in aes_gcm_tls_cipher() 2864 size_t bulk = 0; aes_gcm_tls_cipher() local 2882 size_t bulk = 0; aes_gcm_tls_cipher() local 2975 size_t bulk = 0; aes_gcm_cipher() local 2997 size_t bulk = 0; aes_gcm_cipher() local 3019 size_t bulk = 0; aes_gcm_cipher() local 3041 size_t bulk = 0; aes_gcm_cipher() local [all...] |
/third_party/openssl/crypto/evp/ |
H A 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, ou in aes_gcm_tls_cipher() 2870 size_t bulk = 0; aes_gcm_tls_cipher() local 2888 size_t bulk = 0; aes_gcm_tls_cipher() local 2981 size_t bulk = 0; aes_gcm_cipher() local 3003 size_t bulk = 0; aes_gcm_cipher() local 3025 size_t bulk = 0; aes_gcm_cipher() local 3047 size_t bulk = 0; aes_gcm_cipher() local [all...] |
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 801 * to expect in that state and can deal with it in bulk more efficiently. 993 int m, bulk = 0; in lws_parse_ws() local 1051 bulk = 1; in lws_parse_ws() 1067 if (!bulk) { in lws_parse_ws() 1073 * We already handled this byte in bulk, just deal in lws_parse_ws() 1077 lwsl_debug("%s: coming out of bulk with len %d, " in lws_parse_ws() 1088 bulk); in lws_parse_ws() 1093 bulk = 0; in lws_parse_ws()
|
/third_party/python/ |
H A D | configure | 7584 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for node --experimental-wasm-bulk-memory" >&5 7585 printf %s "checking for node --experimental-wasm-bulk-memory... " >&6; } 7591 if $NODE -v --experimental-wasm-bulk-memory > /dev/null 2>&1; then 7603 as_fn_append HOSTRUNNER " --experimental-wasm-bulk-memory"
|