Lines Matching full:block
2 * QEMU Crypto block device encryption
24 #include "crypto/block.h"
56 int (*open)(QCryptoBlock *block,
64 int (*create)(QCryptoBlock *block,
72 int (*amend)(QCryptoBlock *block,
80 int (*get_info)(QCryptoBlock *block,
84 void (*cleanup)(QCryptoBlock *block);
86 int (*encrypt)(QCryptoBlock *block,
91 int (*decrypt)(QCryptoBlock *block,
120 int qcrypto_block_decrypt_helper(QCryptoBlock *block,
127 int qcrypto_block_encrypt_helper(QCryptoBlock *block,
134 int qcrypto_block_init_cipher(QCryptoBlock *block,
140 void qcrypto_block_free_cipher(QCryptoBlock *block);