Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c48 struct nx842_header { struct
54 static inline int nx842_header_size(const struct nx842_header *hdr) in nx842_header_size() argument
56 return sizeof(struct nx842_header) + in nx842_header_size()
331 struct nx842_header *hdr; in nx842_compress()
366 hdr = (struct nx842_header *)out; in nx842_compress()
531 struct nx842_header *hdr; in nx842_decompress()
557 hdr = (struct nx842_header *)in; in nx842_decompress()