Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Divgen.h156 int qcrypto_ivgen_calculate(QCryptoIVGen *ivgen,
/openbmc/qemu/crypto/
H A Divgen.c67 int qcrypto_ivgen_calculate(QCryptoIVGen *ivgen, in qcrypto_ivgen_calculate() function
H A Dblock.c398 ret = qcrypto_ivgen_calculate(ivgen, startsector, iv, niv, errp); in do_qcrypto_block_cipher_encdec()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-ivgen.c155 qcrypto_ivgen_calculate(ivgen, in test_ivgen()