tchdr_enc
struct tchdr_enc *
off_t offset, disksz_t blocks, int hidden, int weak, struct tchdr_enc **backup_hdr)
struct tchdr_enc *ehdr, *ehdr_backup;
if ((ehdr = (struct tchdr_enc *)alloc_safe_mem(sizeof(*ehdr))) == NULL) {
if ((ehdr_backup = (struct tchdr_enc *)alloc_safe_mem
struct tchdr_enc *copy_reencrypt_hdr(unsigned char *pass, int passlen,
struct tchdr_enc **backup_hdr)
struct tchdr_enc *ehdr, *ehdr_backup;
if ((ehdr = (struct tchdr_enc *)alloc_safe_mem(sizeof(*ehdr))) == NULL) {
if ((ehdr_backup = (struct tchdr_enc *)alloc_safe_mem
decrypt_hdr(struct tchdr_enc *ehdr, struct tc_cipher_chain *cipher_chain,
struct tchdr_enc *ehdr, *ehdr_backup;
struct tchdr_enc *ehdr, struct tcplay_info **pinfo)
struct tchdr_enc *ehdr, *hehdr;
struct tchdr_enc *ehdr_backup, *hehdr_backup;
struct tchdr_enc *ehdr, *hehdr = NULL;
ehdr = (struct tchdr_enc *)read_to_safe_mem(
ehdr = (struct tchdr_enc *)read_to_safe_mem(
hehdr = (struct tchdr_enc *)read_to_safe_mem(
hehdr = (struct tchdr_enc *)read_to_safe_mem(opts->dev,
struct tchdr_enc *create_hdr(unsigned char *pass, int passlen,
struct tchdr_enc **backup_hdr);
struct tchdr_dec *decrypt_hdr(struct tchdr_enc *ehdr,
struct tchdr_enc *copy_reencrypt_hdr(unsigned char *pass, int passlen,
struct tchdr_enc **backup_hdr);
struct tchdr_enc *ehdr, struct tcplay_info **pinfo);