Home
last modified time | relevance | path

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

/openbmc/qemu/include/crypto/
H A Dcipher.h109 size_t qcrypto_cipher_get_block_len(QCryptoCipherAlgorithm alg);
/openbmc/qemu/crypto/
H A Divgen-essiv.c77 size_t ndata = qcrypto_cipher_get_block_len(ivgen->cipher); in qcrypto_ivgen_essiv_calculate()
H A Dcipher.c66 size_t qcrypto_cipher_get_block_len(QCryptoCipherAlgorithm alg) in qcrypto_cipher_get_block_len() function
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c677 blocksize = qcrypto_cipher_get_block_len(data->alg); in test_cipher()