HomeSort by: relevance | last modified time | path
    Searched refs:blf_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcrypt/
blowfish.c 67 } blf_ctx; typedef in typeref:struct:BlowfishContext
80 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
105 Blowfish_initstate(blf_ctx *c)
110 static const blf_ctx init_state =
407 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
445 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
488 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
bcrypt.c 215 blf_ctx state;

Completed in 15 milliseconds