Home
last modified time | relevance | path

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

/trueos/secure/lib/libcrypt/
HDblowfish.c394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state()
432 const u_int8_t *key, u_int16_t keybytes) in Blowfish_expandstate()
/trueos/crypto/openssh/openbsd-compat/
HDblowfish.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()
/trueos/sys/opencrypto/
HDcast.c132 void cast_setkey(cast_key* key, u_int8_t* rawkey, int keybytes) in cast_setkey()