Home
last modified time | relevance | path

Searched defs:QCryptoIVGen (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/crypto/
H A Divgenpriv.h39 struct QCryptoIVGen { struct
40 QCryptoIVGenDriver *driver; argument
43 QCryptoIVGenAlgorithm algorithm; argument
44 QCryptoCipherAlgorithm cipher;
45 QCryptoHashAlgorithm hash;
/openbmc/qemu/include/crypto/
H A Divgen.h98 typedef struct QCryptoIVGen QCryptoIVGen; typedef