Searched defs:outblock (Results 1 – 2 of 2) sorted by relevance
42 void cast_encrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) in cast_encrypt()87 void cast_decrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) in cast_decrypt()
125 int outblock; /* (*) output blocks */ member