tchdr_dec
verify_hdr(struct tchdr_dec *hdr, struct pbkdf_prf_algo *prf_algo)
struct tchdr_dec *dhdr;
if ((dhdr = (struct tchdr_dec *)alloc_safe_mem(sizeof(*dhdr))) == NULL) {
sizeof(struct tchdr_dec), ehdr->enc);
sizeof(struct tchdr_dec), ehdr_backup->enc);
(unsigned char *)info->hdr, sizeof(struct tchdr_dec), ehdr->enc);
sizeof(struct tchdr_dec), ehdr_backup->enc);
struct tchdr_dec *
struct tchdr_dec *dhdr;
if ((dhdr = alloc_safe_mem(sizeof(struct tchdr_dec))) == NULL) {
sizeof(struct tchdr_dec), (unsigned char *)dhdr);
struct pbkdf_prf_algo *prf, struct tchdr_dec *hdr, off_t start)
struct tchdr_dec *dhdr;
struct tchdr_dec *hdr;
struct tchdr_dec *decrypt_hdr(struct tchdr_enc *ehdr,
int verify_hdr(struct tchdr_dec *hdr, struct pbkdf_prf_algo *prf_algo);