/openbmc/qemu/tests/unit/ |
H A D | test-crypto-pbkdf.c | 41 size_t nout; member 65 .nout = 32 79 .nout = 32 93 .nout = 32 107 .nout = 32 122 .nout = 32 137 .nout = 32 151 .nout = 32 165 .nout = 20 177 .nout = 20 [all …]
|
/openbmc/qemu/crypto/ |
H A D | pbkdf-nettle.c | 50 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument 77 MD5_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 83 SHA1_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 89 SHA224_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 95 SHA256_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 101 SHA384_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 107 SHA512_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 113 RIPEMD160_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2() 119 SM3_DIGEST_SIZE, iterations, nsalt, salt, nout, out); in qcrypto_pbkdf2()
|
H A D | pbkdf.c | 95 size_t nout; member 108 size_t nout = iters_data->nout; in threaded_qcrypto_pbkdf2_count_iters() local 112 g_autofree uint8_t *out = g_new(uint8_t, nout); in threaded_qcrypto_pbkdf2_count_iters() 124 out, nout, in threaded_qcrypto_pbkdf2_count_iters() 162 memset(out, 0, nout); in threaded_qcrypto_pbkdf2_count_iters() 170 size_t nout, in qcrypto_pbkdf2_count_iters() argument 174 hash, key, nkey, salt, nsalt, nout, 0, errp in qcrypto_pbkdf2_count_iters()
|
H A D | pbkdf-gnutls.c | 46 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument 82 nout); in qcrypto_pbkdf2()
|
H A D | pbkdf-gcrypt.c | 49 uint8_t *out, size_t nout, in qcrypto_pbkdf2() argument 84 nout, out); in qcrypto_pbkdf2()
|
H A D | pbkdf-stub.c | 37 size_t nout G_GNUC_UNUSED, in qcrypto_pbkdf2()
|
/openbmc/qemu/include/crypto/ |
H A D | pbkdf.h | 126 uint8_t *out, size_t nout, 153 size_t nout,
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 471 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 D | mox_sp.c | 38 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 D | clk-xgene.c | 78 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 D | vport.c | 528 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 D | aoecmd.c | 269 totout += t->nout; in newframe() 271 if (t->nout < t->maxout in newframe() 337 t->nout++; in ata_rw_frameinit() 479 h->src, h->dst, t->nout); in resend() 690 if (t->nout >= t->maxout) in rexmit_deferred() 693 t->nout++; in rexmit_deferred() 816 t->nout--; in rexmit_timer() 1001 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg() 1327 f->t->nout--; in aoecmd_ata_rsp() 1397 t->nout++; in aoecmd_ata_id()
|
H A D | aoe.h | 145 ushort nout; /* number of AoE commands outstanding */ member
|
H A D | aoedev.c | 220 t->nout = 0; in aoedev_downdev()
|
H A D | aoeblk.c | 136 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoe_debugfs_show()
|