Searched refs:blf_dec (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dblf.h75 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
H A Dblowfish.c528 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) function
679 blf_dec(&c, data, 1);
680 blf_dec(&c, data + 2, 4);
689 blf_dec(&c, data2, 1);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h69 #define blf_dec Fssh_blf_dec macro

Completed in 121 milliseconds