Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.h152 struct enc_algorithm { struct
153 char *name;
154 int type;
155 int doi;
156 int blocklen;
157 vchar_t *(*encrypt) __P((vchar_t *, vchar_t *, vchar_t *));
158 vchar_t *(*decrypt) __P((vchar_t *, vchar_t *, vchar_t *));
159 int (*weakkey) __P((vchar_t *));
160 int (*keylen) __P((int));