Searched refs:blf_ctx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dblf.h56 } blf_ctx; typedef in typeref:struct:BlowfishContext
64 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
65 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
66 void Blowfish_initstate(blf_ctx *);
67 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
69 (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
73 void blf_key(blf_ctx *, const u_int8_t *, u_int16_t);
74 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
75 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
77 void blf_ecb_encrypt(blf_ctx *, u_int8_
[all...]
H A Dblowfish.c74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
124 Blowfish_initstate(blf_ctx *c)
128 static const blf_ctx initstate =
424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
462 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
505 blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len)
515 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
541 blf_ecb_encrypt(blf_ctx *
[all...]
H A Dbcrypt_pbkdf.c72 blf_ctx state;
/freebsd-11.0-release/secure/lib/libcrypt/
H A Dblowfish.h55 } blf_ctx; typedef in typeref:struct:BlowfishContext
63 void Blowfish_initstate(blf_ctx *);
64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
66 (blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t);
69 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
91 Blowfish_initstate(blf_ctx *c)
96 const blf_ctx initstate =
394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
431 Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes,
474 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks)
H A Dcrypt-blowfish.c141 blf_ctx state;

Completed in 177 milliseconds