Home
last modified time | relevance | path

Searched refs:qcrypto_block_luks_to_disk_endian (Results 1 – 3 of 3) sorted by relevance

/qemu/crypto/
H A Dblock-luks-priv.h139 qcrypto_block_luks_to_disk_endian(QCryptoBlockLUKSHeader *hdr);
H A Dblock-luks.c363 qcrypto_block_luks_to_disk_endian(QCryptoBlockLUKSHeader *hdr) in qcrypto_block_luks_to_disk_endian() function
423 qcrypto_block_luks_to_disk_endian(hdr_copy); in qcrypto_block_luks_store_header()
/qemu/tests/unit/
H A Dtest-crypto-block.c375 qcrypto_block_luks_to_disk_endian(&hdr); in test_luks_bad_header()