Home
last modified time | relevance | path

Searched refs:cast_decrypt (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/opencrypto/
HDcast.h21 void cast_decrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock);
HDcast.c87 void cast_decrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) in cast_decrypt() function
HDxform.c474 cast_decrypt((cast_key *) key, blk, blk); in cast5_decrypt()