Home
last modified time | relevance | path

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

/dragonfly/lib/libtcplay/
HDhdr.c77 struct tchdr_dec *
81 struct tchdr_dec *dhdr; in decrypt_hdr()
85 if ((dhdr = alloc_safe_mem(sizeof(struct tchdr_dec))) == NULL) { in decrypt_hdr()
93 sizeof(struct tchdr_dec), (unsigned char *)dhdr); in decrypt_hdr()
117 verify_hdr(struct tchdr_dec *hdr, struct pbkdf_prf_algo *prf_algo) in verify_hdr()
159 struct tchdr_dec *dhdr; in create_hdr()
172 if ((dhdr = (struct tchdr_dec *)alloc_safe_mem(sizeof(*dhdr))) == NULL) { in create_hdr()
264 sizeof(struct tchdr_dec), ehdr->enc); in create_hdr()
273 sizeof(struct tchdr_dec), ehdr_backup->enc); in create_hdr()
395 (unsigned char *)info->hdr, sizeof(struct tchdr_dec), ehdr->enc); in copy_reencrypt_hdr()
[all …]
HDtcplay.h125 struct tchdr_dec { struct
151 struct tchdr_dec *hdr; argument
286 struct tchdr_dec *decrypt_hdr(struct tchdr_enc *ehdr,
288 int verify_hdr(struct tchdr_dec *hdr, struct pbkdf_prf_algo *prf_algo);
HDtcplay.c363 struct pbkdf_prf_algo *prf, struct tchdr_dec *hdr, off_t start) in new_info()
439 struct tchdr_dec *dhdr; in process_hdr()