Home
last modified time | relevance | path

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

/dragonfly/sys/crypto/twofish/
H A Dtwofish.c331 u_int32_t *mk_tab = ctx->mk_tab; in gen_mk_tab() local
468 u_int32_t *mk_tab = ctx->mk_tab; in twofish_encrypt() local
499 u_int32_t *mk_tab = ctx->mk_tab; in twofish_decrypt() local
H A Dtwofish.h8 u_int32_t mk_tab[4*256]; member