Searched refs:cast_encrypt (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/opencrypto/
H A Dcast.c42 void cast_encrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) function
H A Dcast.h20 void cast_encrypt(cast_key * key, u_int8_t * inblock, u_int8_t * outblock);
H A Dxform_cast5.c78 cast_encrypt((cast_key *) key, blk, blk);

Completed in 111 milliseconds