Symbol: tchdr_enc
lib/libtcplay/hdr.c
152
struct tchdr_enc *
lib/libtcplay/hdr.c
156
off_t offset, disksz_t blocks, int hidden, int weak, struct tchdr_enc **backup_hdr)
lib/libtcplay/hdr.c
158
struct tchdr_enc *ehdr, *ehdr_backup;
lib/libtcplay/hdr.c
177
if ((ehdr = (struct tchdr_enc *)alloc_safe_mem(sizeof(*ehdr))) == NULL) {
lib/libtcplay/hdr.c
182
if ((ehdr_backup = (struct tchdr_enc *)alloc_safe_mem
lib/libtcplay/hdr.c
306
struct tchdr_enc *copy_reencrypt_hdr(unsigned char *pass, int passlen,
lib/libtcplay/hdr.c
308
struct tchdr_enc **backup_hdr)
lib/libtcplay/hdr.c
310
struct tchdr_enc *ehdr, *ehdr_backup;
lib/libtcplay/hdr.c
323
if ((ehdr = (struct tchdr_enc *)alloc_safe_mem(sizeof(*ehdr))) == NULL) {
lib/libtcplay/hdr.c
328
if ((ehdr_backup = (struct tchdr_enc *)alloc_safe_mem
lib/libtcplay/hdr.c
78
decrypt_hdr(struct tchdr_enc *ehdr, struct tc_cipher_chain *cipher_chain,
lib/libtcplay/tcplay.c
1180
struct tchdr_enc *ehdr, *ehdr_backup;
lib/libtcplay/tcplay.c
437
struct tchdr_enc *ehdr, struct tcplay_info **pinfo)
lib/libtcplay/tcplay.c
534
struct tchdr_enc *ehdr, *hehdr;
lib/libtcplay/tcplay.c
535
struct tchdr_enc *ehdr_backup, *hehdr_backup;
lib/libtcplay/tcplay.c
852
struct tchdr_enc *ehdr, *hehdr = NULL;
lib/libtcplay/tcplay.c
968
ehdr = (struct tchdr_enc *)read_to_safe_mem(
lib/libtcplay/tcplay.c
975
ehdr = (struct tchdr_enc *)read_to_safe_mem(
lib/libtcplay/tcplay.c
992
hehdr = (struct tchdr_enc *)read_to_safe_mem(
lib/libtcplay/tcplay.c
999
hehdr = (struct tchdr_enc *)read_to_safe_mem(opts->dev,
lib/libtcplay/tcplay.h
281
struct tchdr_enc *create_hdr(unsigned char *pass, int passlen,
lib/libtcplay/tcplay.h
285
struct tchdr_enc **backup_hdr);
lib/libtcplay/tcplay.h
286
struct tchdr_dec *decrypt_hdr(struct tchdr_enc *ehdr,
lib/libtcplay/tcplay.h
289
struct tchdr_enc *copy_reencrypt_hdr(unsigned char *pass, int passlen,
lib/libtcplay/tcplay.h
291
struct tchdr_enc **backup_hdr);
lib/libtcplay/tcplay.h
312
struct tchdr_enc *ehdr, struct tcplay_info **pinfo);