Home
last modified time | relevance | path

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

/openbsd/src/sys/crypto/
Dcast.h20 void cast_decrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock);
Dcast.c88 cast_decrypt(cast_key *key, u_int8_t *inblock, u_int8_t *outblock) in cast_decrypt() function
Dxform.c378 cast_decrypt((cast_key *) key, blk, blk); in cast5_decrypt()