Searched refs:cast_decrypt (Results 1 – 3 of 3) sorted by relevance
20 void cast_decrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock);
88 cast_decrypt(cast_key *key, u_int8_t *inblock, u_int8_t *outblock) in cast_decrypt() function
378 cast_decrypt((cast_key *) key, blk, blk); in cast5_decrypt()