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.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 …]
/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()
/qemu/include/crypto/
H A Dpbkdf.h126 uint8_t *out, size_t nout,
153 size_t nout,