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