Home
last modified time | relevance | path

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

/openbsd-src/sys/crypto/
H A Dxform.h71 struct comp_algo { struct
72 int type;
73 char *name;
74 size_t minlen;
75 u_int32_t (*compress) (u_int8_t *, u_int32_t, u_int8_t **);
76 u_int32_t (*decompress) (u_int8_t *, u_int32_t, u_int8_t **);