Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-crypto-pbkdf.c41 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 …]
/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.c95 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()
151 memset(out, 0, nout); in threaded_qcrypto_pbkdf2_count_iters()
159 size_t nout, in qcrypto_pbkdf2_count_iters() argument
163 hash, key, nkey, salt, nsalt, nout, 0, errp 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()
/qemu/include/crypto/
H A Dpbkdf.h126 uint8_t *out, size_t nout,
153 size_t nout,