Home
last modified time | relevance | path

Searched refs:nout (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c42 size_t nout; member
66 .nout = 32
80 .nout = 32
94 .nout = 32
108 .nout = 32
123 .nout = 32
138 .nout = 32
152 .nout = 32
166 .nout = 20
178 .nout = 20
[all …]
/openbmc/qemu/crypto/
H A Dpbkdf-nettle.c47 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument
71 MD5_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
77 SHA1_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
83 SHA224_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
89 SHA256_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
95 SHA384_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
101 SHA512_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
107 RIPEMD160_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
H A Dpbkdf.c91 size_t nout, in qcrypto_pbkdf2_count_iters() argument
95 g_autofree uint8_t *out = g_new(uint8_t, nout); in qcrypto_pbkdf2_count_iters()
107 out, nout, in qcrypto_pbkdf2_count_iters()
131 memset(out, 0, nout); in qcrypto_pbkdf2_count_iters()
H A Dpbkdf-gcrypt.c46 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument
78 nout, out); in qcrypto_pbkdf2()
H A Dpbkdf-gnutls.c46 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument
82 nout); in qcrypto_pbkdf2()
H A Dpbkdf-stub.c37 size_t nout G_GNUC_UNUSED, in qcrypto_pbkdf2()
/openbmc/qemu/include/crypto/
H A Dpbkdf.h126 uint8_t *out, size_t nout,
153 size_t nout,
/openbmc/u-boot/tools/
H A Dkwboot.c471 ssize_t nin, nout; in kwboot_term_pipe() local
490 nout = write(out, quit, *s); in kwboot_term_pipe()
491 if (nout <= 0) in kwboot_term_pipe()
493 (*s) -= nout; in kwboot_term_pipe()
499 nout = write(out, buf, nin); in kwboot_term_pipe()
500 if (nout <= 0) in kwboot_term_pipe()
502 nin -= nout; in kwboot_term_pipe()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dmox_sp.c38 static int mbox_do_cmd(enum mbox_cmd cmd, u32 *out, int nout) in mbox_do_cmd() argument
60 for (i = 0; i < nout; ++i) in mbox_do_cmd()
/openbmc/linux/drivers/clk/
H A Dclk-xgene.c78 u32 nout; in xgene_clk_pll_recalc_rate() local
89 nout = 2; in xgene_clk_pll_recalc_rate()
98 nout = CLKOD_RD(pll) + 1; in xgene_clk_pll_recalc_rate()
108 nout = SC_OUTDIV2(pll) ? 2 : 3; in xgene_clk_pll_recalc_rate()
112 clk_hw_get_name(hw), fvco / nout, parent_rate, in xgene_clk_pll_recalc_rate()
115 return fvco / nout; in xgene_clk_pll_recalc_rate()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c528 int nout; in mlx5_query_hca_vport_gid() local
540 nout = tbsz; in mlx5_query_hca_vport_gid()
542 nout = 1; in mlx5_query_hca_vport_gid()
544 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
593 int nout; in mlx5_query_hca_vport_pkey() local
605 nout = tbsz; in mlx5_query_hca_vport_pkey()
607 nout = 1; in mlx5_query_hca_vport_pkey()
609 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
638 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c269 totout += t->nout; in newframe()
271 if (t->nout < t->maxout in newframe()
337 t->nout++; in ata_rw_frameinit()
476 h->src, h->dst, t->nout); in resend()
682 if (t->nout >= t->maxout) in rexmit_deferred()
685 t->nout++; in rexmit_deferred()
808 t->nout--; in rexmit_timer()
993 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg()
1319 f->t->nout--; in aoecmd_ata_rsp()
1389 t->nout++; in aoecmd_ata_id()
H A Daoe.h145 ushort nout; /* number of AoE commands outstanding */ member
H A Daoedev.c220 t->nout = 0; in aoedev_downdev()
H A Daoeblk.c136 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoe_debugfs_show()