Home
last modified time | relevance | path

Searched refs:qcrypto_random_bytes (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/crypto/
H A Drandom-none.c32 int qcrypto_random_bytes(void *buf, in qcrypto_random_bytes() function
H A Drandom-gcrypt.c27 int qcrypto_random_bytes(void *buf, in qcrypto_random_bytes() function
H A Drandom-gnutls.c29 int qcrypto_random_bytes(void *buf, in qcrypto_random_bytes() function
H A Drandom-platform.c67 int qcrypto_random_bytes(void *buf, in qcrypto_random_bytes() function
H A Dafsplit.c99 if (qcrypto_random_bytes(out + (i * blocklen), blocklen, errp) < 0) { in qcrypto_afsplit_encode()
H A Dblock-luks.c726 if (qcrypto_random_bytes(slot->salt, in qcrypto_block_luks_store_key()
1161 if (qcrypto_random_bytes(garbagesplitkey, in qcrypto_block_luks_erase_key()
1441 if (qcrypto_random_bytes(luks->header.master_key_salt, in qcrypto_block_luks_create()
1449 if (qcrypto_random_bytes(masterkey, in qcrypto_block_luks_create()
H A Dakcipher-nettle.c.inc160 qcrypto_random_bytes(out, len, &error_abort);
/openbmc/qemu/include/crypto/
H A Drandom.h36 int qcrypto_random_bytes(void *buf,
/openbmc/qemu/util/
H A Dguest-random.c57 ret = qcrypto_random_bytes(buf, len, errp); in qemu_guest_getrandom()
/openbmc/qemu/ui/
H A Dvnc.c2833 if (qcrypto_random_bytes(vs->challenge, sizeof(vs->challenge), &err)) { in start_auth_vnc()