Searched refs:qcrypto_cipher_get_iv_len (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/crypto/ |
H A D | cipher-afalg.c | 96 expect_niv = qcrypto_cipher_get_iv_len(alg, mode); in qcrypto_afalg_cipher_ctx_new() 126 expect_niv = qcrypto_cipher_get_iv_len(cipher->alg, cipher->mode); in qcrypto_afalg_cipher_setiv()
|
H A D | block-qcow.c | 65 block->niv = qcrypto_cipher_get_iv_len(QCRYPTO_CIPHER_ALGO_AES_128, in qcrypto_block_qcow_init()
|
H A D | cipher.c | 86 size_t qcrypto_cipher_get_iv_len(QCryptoCipherAlgo alg, in qcrypto_cipher_get_iv_len() function
|
H A D | block-luks.c | 948 niv = qcrypto_cipher_get_iv_len(luks->cipher_alg, in qcrypto_block_luks_load_key() 1247 block->niv = qcrypto_cipher_get_iv_len(luks->cipher_alg, in qcrypto_block_luks_open() 1463 block->niv = qcrypto_cipher_get_iv_len(luks_opts.cipher_alg, in qcrypto_block_luks_create()
|
/openbmc/qemu/include/crypto/ |
H A D | cipher.h | 133 size_t qcrypto_cipher_get_iv_len(QCryptoCipherAlgo alg,
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-cipher.c | 36 niv = qcrypto_cipher_get_iv_len(alg, mode); in test_cipher_speed()
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-cipher.c | 690 ivsize = qcrypto_cipher_get_iv_len(data->alg, data->mode); in test_cipher()
|