Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/twofish/
H A Dtwofish.c462 void twofish_encrypt(twofish_ctx *ctx, const u_int8_t in_blk[], in twofish_encrypt()
495 void twofish_decrypt(twofish_ctx *ctx, const u_int8_t in_blk[], u_int8_t out_blk[]) in twofish_decrypt()
/dragonfly/sys/crypto/serpent/
H A Dserpent.c530 void serpent_encrypt(serpent_ctx *ctx, const u_int8_t in_blk[], in serpent_encrypt()
582 void serpent_decrypt(serpent_ctx *ctx, const u_int8_t in_blk[], in serpent_decrypt()