Home
last modified time | relevance | path

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

/dragonfly/lib/libcrypt/
H A Dblowfish.c424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
463 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate()
/dragonfly/lib/libssh/openbsd-compat/
H A Dblowfish.c421 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
460 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate()
/dragonfly/sys/opencrypto/
H A Dcast.c130 void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes) in cast_setkey()