Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptosoft_xform.c73 struct swcr_enc_xform { struct
74 const struct enc_xform *enc_xform;
75 void (*encrypt)(void *, uint8_t *);
76 void (*decrypt)(void *, uint8_t *);
77 int (*setkey)(uint8_t **, const uint8_t *, int);
78 void (*zerokey)(uint8_t **);
79 void (*reinit)(void *, const uint8_t *, uint8_t *);