cast128.h | 17 } cast128_key; typedef in typeref:struct:__anon80cd8cdc0108 19 void cast128_setkey(cast128_key *key, const u_int8_t *rawkey, int keybytes); 20 void cast128_encrypt(const cast128_key *key, const u_int8_t *inblock, 22 void cast128_decrypt(const cast128_key *key, const u_int8_t *inblock,
|