Home | History | Annotate | Download | only in openbsd-compat

Lines Matching refs:u_int8_t

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);
77 void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t);
78 void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t);
80 void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
81 void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t);
83 /* Converts u_int8_t to u_int32_t */
84 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);