Home
last modified time | relevance | path

Searched defs:outblock (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/opencrypto/
H A Dcast.c40 void cast_encrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) in cast_encrypt()
85 void cast_decrypt(cast_key* key, u_int8_t* inblock, u_int8_t* outblock) in cast_decrypt()