cryptsetup API
Public cryptsetup API
Loading...
Searching...
No Matches
Data Fields
crypt_params_plain Struct Reference

#include <libcryptsetup.h>

Data Fields

const char * hash
 
uint64_t offset
 
uint64_t skip
 
uint64_t size
 
uint32_t sector_size
 

Detailed Description

Structure used as parameter for PLAIN device type.

See also
crypt_format

Field Documentation

◆ hash

const char* crypt_params_plain::hash

password hash function

◆ offset

uint64_t crypt_params_plain::offset

offset in sectors

◆ sector_size

uint32_t crypt_params_plain::sector_size

sector size in bytes (0 means 512 for compatibility)

◆ size

uint64_t crypt_params_plain::size

size of mapped device or 0 for autodetection

◆ skip

uint64_t crypt_params_plain::skip

IV offset / initialization sector


The documentation for this struct was generated from the following file: