Home
last modified time | relevance | path

Searched refs:qcrypto_init (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/include/crypto/
H A Dinit.h26 int qcrypto_init(Error **errp);
/openbmc/qemu/crypto/
H A Dinit.c42 int qcrypto_init(Error **errp) in qcrypto_init() function
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-hmac.c72 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dbenchmark-crypto-hash.c64 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dbenchmark-crypto-akcipher.c113 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dbenchmark-crypto-cipher.c173 g_assert(qcrypto_init(NULL) == 0); in main()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-afsplit.c185 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-hmac.c256 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-pbkdf.c437 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-io-channel-tls.c270 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-hash.c308 int ret = qcrypto_init(&error_fatal); in main()
H A Dtest-crypto-akcipher.c976 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-secret.c563 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-xts.c507 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-cipher.c819 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dcrypto-tls-x509-helpers.c122 qcrypto_init(&error_abort); in test_tls_init()
H A Dtest-crypto-block.c572 g_assert(qcrypto_init(NULL) == 0); in main()
/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c412 qcrypto_init(&error_fatal); in main()
/openbmc/qemu/bsd-user/
H A Dmain.c516 qcrypto_init(&err); in main()
/openbmc/qemu/
H A Dqemu-io.c538 qcrypto_init(&error_fatal); in main()
H A Dqemu-nbd.c626 qcrypto_init(&error_fatal); in main()
H A Dqemu-img.c5565 qcrypto_init(&error_fatal); in main()
/openbmc/qemu/system/
H A Drunstate.c878 if (qcrypto_init(&err) < 0) { in qemu_init_subsystems()
/openbmc/qemu/linux-user/
H A Dmain.c899 qcrypto_init(&err); in main()