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.c45 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-hash.c246 int ret = qcrypto_init(&error_fatal); in main()
H A Dtest-crypto-pbkdf.c422 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-hmac.c246 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-xts.c507 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-akcipher.c976 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dcrypto-tls-x509-helpers.c118 qcrypto_init(&error_abort); in test_tls_init()
H A Dtest-crypto-secret.c563 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-cipher.c807 g_assert(qcrypto_init(NULL) == 0); in main()
H A Dtest-crypto-block.c574 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.c481 qcrypto_init(&err); in main()
/openbmc/qemu/
H A Dqemu-io.c546 qcrypto_init(&error_fatal); in main()
H A Dqemu-nbd.c622 qcrypto_init(&error_fatal); in main()
H A Dqemu-img.c5569 qcrypto_init(&error_fatal); in main()
/openbmc/qemu/system/
H A Drunstate.c825 if (qcrypto_init(&err) < 0) { in qemu_init_subsystems()
/openbmc/qemu/linux-user/
H A Dmain.c872 qcrypto_init(&err); in main()