Lines Matching refs:create_opts
625 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
655 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
657 if (!create_opts) { in block_crypto_measure()
661 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
705 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
726 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
745 ret = block_crypto_co_create_generic(hdr_bs, 0, &create_opts, in block_crypto_co_create_luks()
765 ret = block_crypto_co_create_generic(bs, luks_opts->size, &create_opts, in block_crypto_co_create_luks()
788 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
817 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
818 if (!create_opts) { in block_crypto_co_create_opts_luks()
841 ret = block_crypto_co_create_generic(bs, size, create_opts, in block_crypto_co_create_opts_luks()
860 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
1074 .create_opts = &block_crypto_create_opts_luks,