Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dblock-luks.c1317 g_autofree char *cipher_mode_spec = NULL; in qcrypto_block_luks_create() local
1391 cipher_mode_spec = g_strdup_printf("%s-%s:%s", cipher_mode, ivgen_alg, in qcrypto_block_luks_create()
1394 cipher_mode_spec = g_strdup_printf("%s-%s", cipher_mode, ivgen_alg); in qcrypto_block_luks_create()
1404 if (strlen(cipher_mode_spec) >= QCRYPTO_BLOCK_LUKS_CIPHER_MODE_LEN) { in qcrypto_block_luks_create()
1406 cipher_mode_spec); in qcrypto_block_luks_create()
1429 strcpy(luks->header.cipher_mode, cipher_mode_spec); in qcrypto_block_luks_create()