Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Dcbc.h38 typedef struct cbc_handle_s { struct
39 uint32_t keylen;
40 uint32_t blocklen;
41 uint32_t ivlen;
42 void *ks;
43 void (*encrypt)(void *, uint8_t *);
44 void (*decrypt)(void *, uint8_t *);