Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c1316 g_autofree char *cipher_mode_spec = NULL; in qcrypto_block_luks_create() local
1390 cipher_mode_spec = g_strdup_printf("%s-%s:%s", cipher_mode, ivgen_alg, in qcrypto_block_luks_create()
1393 cipher_mode_spec = g_strdup_printf("%s-%s", cipher_mode, ivgen_alg); in qcrypto_block_luks_create()
1403 if (strlen(cipher_mode_spec) >= QCRYPTO_BLOCK_LUKS_CIPHER_MODE_LEN) { in qcrypto_block_luks_create()
1405 cipher_mode_spec); in qcrypto_block_luks_create()
1428 strcpy(luks->header.cipher_mode, cipher_mode_spec); in qcrypto_block_luks_create()