Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dcipher-afalg.c96 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 Dblock-qcow.c66 block->niv = qcrypto_cipher_get_iv_len(QCRYPTO_CIPHER_ALG_AES_128, in qcrypto_block_qcow_init()
H A Dcipher.c80 size_t qcrypto_cipher_get_iv_len(QCryptoCipherAlgorithm alg, in qcrypto_cipher_get_iv_len() function
H A Dblock-luks.c933 niv = qcrypto_cipher_get_iv_len(luks->cipher_alg, in qcrypto_block_luks_load_key()
1233 block->niv = qcrypto_cipher_get_iv_len(luks->cipher_alg, in qcrypto_block_luks_open()
1448 block->niv = qcrypto_cipher_get_iv_len(luks_opts.cipher_alg, in qcrypto_block_luks_create()
/openbmc/qemu/include/crypto/
H A Dcipher.h133 size_t qcrypto_cipher_get_iv_len(QCryptoCipherAlgorithm alg,
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c36 niv = qcrypto_cipher_get_iv_len(alg, mode); in test_cipher_speed()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c678 ivsize = qcrypto_cipher_get_iv_len(data->alg, data->mode); in test_cipher()