Searched refs:cipher_mode (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/tests/unit/ |
| H A D | test-crypto-block.c | 81 .cipher_mode = QCRYPTO_CIPHER_MODE_CBC, 95 .cipher_mode = QCRYPTO_CIPHER_MODE_CBC, 115 QCryptoCipherMode cipher_mode; 131 .cipher_mode = QCRYPTO_CIPHER_MODE_CBC, 144 .cipher_mode = QCRYPTO_CIPHER_MODE_XTS, 159 .cipher_mode = QCRYPTO_CIPHER_MODE_CBC, 174 .cipher_mode = QCRYPTO_CIPHER_MODE_CBC, 260 g_assert_cmpint(data->cipher_mode, ==, cipher->mode); in test_block_assert_setup() 407 char *offset = hdr->cipher_mode + strlen(hdr->cipher_mode); in luks_bad_null_term_cipher_mode() 116 QCryptoCipherMode cipher_mode; global() member [all...] |
| /openbmc/qemu/crypto/ |
| H A D | block-luks.c | 129 QCryptoCipherMode cipher_mode; member 500 if (!memchr(luks->header.cipher_mode, '\0', in qcrypto_block_luks_check_header() 501 sizeof(luks->header.cipher_mode))) { in qcrypto_block_luks_check_header() 595 g_autofree char *cipher_mode = g_strdup(luks->header.cipher_mode); in qcrypto_block_luks_parse_header() local 607 ivgen_name = strchr(cipher_mode, '-'); in qcrypto_block_luks_parse_header() 610 luks->header.cipher_mode); in qcrypto_block_luks_parse_header() 631 luks->cipher_mode = qcrypto_block_luks_cipher_mode_lookup(cipher_mode, in qcrypto_block_luks_parse_header() 640 luks->cipher_mode, in qcrypto_block_luks_parse_header() 790 luks->cipher_mode, in qcrypto_block_luks_store_key() 940 luks->cipher_mode, in qcrypto_block_luks_load_key() [all …]
|
| H A D | block-luks-priv.h | 110 char cipher_mode[QCRYPTO_BLOCK_LUKS_CIPHER_MODE_LEN]; member
|