Searched defs:fw_enc_hdr (Results 1 – 1 of 1) sorted by relevance
32 struct fw_enc_hdr { struct33 uint32_t magic;34 uint16_t dec_algo;35 uint16_t flags;36 uint16_t iv_len;37 uint16_t tag_len;38 uint8_t iv[ENC_MAX_IV_SIZE];39 uint8_t tag[ENC_MAX_TAG_SIZE];
Completed in 3 milliseconds