Home
last modified time | relevance | path

Searched defs:comp_algo (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/sys/crypto/
Dxform.h57 struct comp_algo { struct
58 int type;
59 char *name;
60 size_t minlen;
61 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **);
62 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **);