Home
last modified time | relevance | path

Searched refs:outlen (Results 201 - 225 of 698) sorted by relevance

12345678910>>...28

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c294 int outlen = MLX5_ST_SZ_BYTES(query_qp_out); in qp_read_field() local
302 out = kzalloc(outlen, GFP_KERNEL); in qp_read_field()
374 int outlen = MLX5_ST_SZ_BYTES(query_eq_out); in eq_read_field() local
381 out = kzalloc(outlen, GFP_KERNEL); in eq_read_field()
414 int outlen = MLX5_ST_SZ_BYTES(query_cq_out); in cq_read_field() local
420 out = kvzalloc(outlen, GFP_KERNEL); in cq_read_field()
H A Dvport.c213 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_mtu() local
217 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_mtu()
424 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_system_image_guid() local
427 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_system_image_guid()
446 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_node_guid() local
448 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_node_guid()
500 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_qkey_viol_cntr() local
502 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_qkey_viol_cntr()
771 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_promisc() local
774 out = kvzalloc(outlen, GFP_KERNE in mlx5_query_nic_vport_promisc()
873 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); mlx5_nic_vport_query_local_lb() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dmcdi_mon.c310 size_t outlen; in efx_siena_mcdi_mon_probe() local
323 &outlen); in efx_siena_mcdi_mon_probe()
326 if (outlen < MC_CMD_SENSOR_INFO_OUT_LENMIN) in efx_siena_mcdi_mon_probe()
386 &outlen); in efx_siena_mcdi_mon_probe()
389 if (outlen < MC_CMD_SENSOR_INFO_OUT_LENMIN) { in efx_siena_mcdi_mon_probe()
399 if (outlen < in efx_siena_mcdi_mon_probe()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c34 size_t *outlen, X509 *x, size_t chainidx, in custom_ext_add_old_cb_wrap()
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap()
183 size_t outlen = 0; in custom_ext_add() local
208 &outlen, x, chainidx, &al, in custom_ext_add()
221 || (outlen > 0 && !WPACKET_memcpy(pkt, out, outlen)) in custom_ext_add()
31 custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *add_arg) custom_ext_add_old_cb_wrap() argument
/third_party/openssl/ssl/statem/
H A Dextensions_cust.c34 size_t *outlen, X509 *x, size_t chainidx, in custom_ext_add_old_cb_wrap()
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap()
183 size_t outlen = 0; in custom_ext_add() local
208 &outlen, x, chainidx, &al, in custom_ext_add()
221 || (outlen > 0 && !WPACKET_memcpy(pkt, out, outlen)) in custom_ext_add()
31 custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, unsigned int context, const unsigned char **out, size_t *outlen, X509 *x, size_t chainidx, int *al, void *add_arg) custom_ext_add_old_cb_wrap() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dintel_scu_ipc_legacy.h61 u32 *out, int outlen) in intel_scu_ipc_command()
63 /* New API takes both inlen and outlen as bytes so convert here */ in intel_scu_ipc_command()
65 size_t outbytes = outlen * sizeof(u32); in intel_scu_ipc_command()
60 intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen, u32 *out, int outlen) intel_scu_ipc_command() argument
/kernel/linux/linux-6.6/include/linux/
H A Dolpc-ec.h49 size_t outlen);
64 size_t outlen) { return -ENODEV; } in olpc_ec_cmd()
63 olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, size_t outlen) olpc_ec_cmd() argument
/third_party/openssl/ohos_lite/include/crypto/
H A Drand.h50 unsigned char *out, size_t outlen);
55 unsigned char *out, size_t outlen);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-tlsprf.c24 * @outlen: Number of bytes of key to generate
31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5()
76 for (i = 0; i < outlen; i++) { in tls_prf_sha1_md5()
30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha1_md5() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-tlsprf.c24 * @outlen: Number of bytes of key to generate
31 const u8 *seed, size_t seed_len, u8 *out, size_t outlen) in tls_prf_sha1_md5()
76 for (i = 0; i < outlen; i++) { in tls_prf_sha1_md5()
30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) tls_prf_sha1_md5() argument
/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c314 u8 *outbuf, u32 outlen);
725 unsigned int outlen = 0; in drbg_hmac_generate() local
730 outlen = (drbg_blocklen(drbg) < (buflen - len)) ? in drbg_hmac_generate()
734 memcpy(buf + len, drbg->V, outlen); in drbg_hmac_generate()
735 len += outlen; in drbg_hmac_generate()
821 unsigned char *outval, size_t outlen, in drbg_hash_df()
832 drbg_cpu_to_be32((outlen * 8), &input[1]); in drbg_hash_df()
839 while (len < outlen) { in drbg_hash_df()
847 blocklen = (drbg_blocklen(drbg) < (outlen - len)) ? in drbg_hash_df()
848 drbg_blocklen(drbg) : (outlen in drbg_hash_df()
820 drbg_hash_df(struct drbg_state *drbg, unsigned char *outval, size_t outlen, struct list_head *entropylist) drbg_hash_df() argument
951 unsigned int outlen = 0; drbg_hash_hashgen() local
1811 drbg_kcapi_sym_ctr(struct drbg_state *drbg, u8 *inbuf, u32 inlen, u8 *outbuf, u32 outlen) drbg_kcapi_sym_ctr() argument
[all...]
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c316 u8 *outbuf, u32 outlen);
727 unsigned int outlen = 0; in drbg_hmac_generate() local
732 outlen = (drbg_blocklen(drbg) < (buflen - len)) ? in drbg_hmac_generate()
736 memcpy(buf + len, drbg->V, outlen); in drbg_hmac_generate()
737 len += outlen; in drbg_hmac_generate()
823 unsigned char *outval, size_t outlen, in drbg_hash_df()
834 drbg_cpu_to_be32((outlen * 8), &input[1]); in drbg_hash_df()
841 while (len < outlen) { in drbg_hash_df()
849 blocklen = (drbg_blocklen(drbg) < (outlen - len)) ? in drbg_hash_df()
850 drbg_blocklen(drbg) : (outlen in drbg_hash_df()
822 drbg_hash_df(struct drbg_state *drbg, unsigned char *outval, size_t outlen, struct list_head *entropylist) drbg_hash_df() argument
953 unsigned int outlen = 0; drbg_hash_hashgen() local
1837 drbg_kcapi_sym_ctr(struct drbg_state *drbg, u8 *inbuf, u32 inlen, u8 *outbuf, u32 outlen) drbg_kcapi_sym_ctr() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dmcdi.h146 size_t inlen, efx_dword_t *outbuf, size_t outlen,
150 efx_dword_t *outbuf, size_t outlen,
156 efx_dword_t *outbuf, size_t outlen,
160 size_t outlen, size_t *outlen_actual);
167 const efx_dword_t *inbuf, size_t inlen, size_t outlen,
172 size_t outlen,
178 size_t outlen, int rc);
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-sha512.c95 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_update()
152 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha512_update()
232 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_final()
234 if (!nx_ctx->op.outlen) { in nx_sha512_final()
H A Dnx-sha256.c95 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_update()
148 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha256_update()
227 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_final()
228 if (!nx_ctx->op.outlen) { in nx_sha256_final()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-sha512.c100 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_update()
157 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha512_update()
237 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha512_final()
239 if (!nx_ctx->op.outlen) { in nx_sha512_final()
H A Dnx-sha256.c100 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_update()
153 if (!nx_ctx->op.inlen || !nx_ctx->op.outlen) { in nx_sha256_update()
232 nx_ctx->op.outlen = (nx_ctx->out_sg - out_sg) * sizeof(struct nx_sg); in nx_sha256_final()
233 if (!nx_ctx->op.outlen) { in nx_sha256_final()
/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c194 ssize_t outlen; in test_nghttp2_bufs_remove() local
219 outlen = nghttp2_bufs_remove(&bufs, &out); in test_nghttp2_bufs_remove()
220 CU_ASSERT(11 == outlen); in test_nghttp2_bufs_remove()
222 CU_ASSERT(0 == memcmp("hello world", out, (size_t)outlen)); in test_nghttp2_bufs_remove()
/third_party/node/deps/base64/base64/bin/
H A Dbase64.c379 size_t outlen, len = find_newline(start, avail); in decode() local
390 outbuf, &outlen) == 0) { in decode()
397 outbuf += outlen; in decode()
398 ototal += outlen; in decode()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dtest_rng.c102 static int test_rng_generate(void *vtest, unsigned char *out, size_t outlen, in test_rng_generate() argument
108 if (strength > t->strength || t->entropy_len - t->entropy_pos < outlen) in test_rng_generate()
110 memcpy(out, t->entropy + t->entropy_pos, outlen); in test_rng_generate()
111 t->entropy_pos += outlen; in test_rng_generate()
/third_party/openssl/providers/implementations/rands/
H A Dtest_rng.c102 static int test_rng_generate(void *vtest, unsigned char *out, size_t outlen, in test_rng_generate() argument
108 if (strength > t->strength || t->entropy_len - t->entropy_pos < outlen) in test_rng_generate()
110 memcpy(out, t->entropy + t->entropy_pos, outlen); in test_rng_generate()
111 t->entropy_pos += outlen; in test_rng_generate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Drsa.c260 * @outlen: Maximum size of the output buffer and used size on success
265 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
330 if (modlen > *outlen) { in crypto_rsa_exptmod()
331 *outlen = modlen; in crypto_rsa_exptmod()
338 *outlen = modlen; in crypto_rsa_exptmod()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Drsa.c251 * @outlen: Maximum size of the output buffer and used size on success
256 int crypto_rsa_exptmod(const u8 *in, size_t inlen, u8 *out, size_t *outlen, in crypto_rsa_exptmod() argument
321 if (modlen > *outlen) { in crypto_rsa_exptmod()
322 *outlen = modlen; in crypto_rsa_exptmod()
329 *outlen = modlen; in crypto_rsa_exptmod()
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H A Dcryp_core.c71 * @outlen: Length of outdata.
85 u32 outlen; member
203 dev_dbg(ctx->device->dev, "[%s] (len: %d) %s, ", __func__, ctx->outlen, in cryp_interrupt_handler()
209 if (ctx->outlen / ctx->blocksize > 0) { in cryp_interrupt_handler()
214 ctx->outlen -= count; in cryp_interrupt_handler()
216 if (ctx->outlen == 0) { in cryp_interrupt_handler()
753 u32 outlen = datalen; in hw_crypt_noxts() local
757 ctx->outlen = ctx->datalen; in hw_crypt_noxts()
775 * ctx->outlen is decremented in the cryp_interrupt_handler in hw_crypt_noxts()
779 while (ctx->outlen > in hw_crypt_noxts()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c212 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_mtu() local
216 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_mtu()
422 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_system_image_guid() local
424 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_system_image_guid()
442 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_node_guid() local
444 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_node_guid()
496 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_qkey_viol_cntr() local
498 out = kvzalloc(outlen, GFP_KERNEL); in mlx5_query_nic_vport_qkey_viol_cntr()
767 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); in mlx5_query_nic_vport_promisc() local
770 out = kzalloc(outlen, GFP_KERNE in mlx5_query_nic_vport_promisc()
869 int outlen = MLX5_ST_SZ_BYTES(query_nic_vport_context_out); mlx5_nic_vport_query_local_lb() local
[all...]

Completed in 18 milliseconds

12345678910>>...28