Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dblock-luks.c49 typedef struct QCryptoBlockLUKS QCryptoBlockLUKS; typedef
122 struct QCryptoBlockLUKS { struct
123 QCryptoBlockLUKSHeader header; argument
126 QCryptoCipherAlgo cipher_alg;
129 QCryptoCipherMode cipher_mode;
132 QCryptoIVGenAlgo ivgen_alg;
156 const QCryptoBlockLUKSCipherNameMap *map = in qcrypto_block_luks_cipher_name_lookup() argument