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

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dblf.h62 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
H A Dblowfish.c96 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) function
532 Blowfish_decipher(c, d, d + 1);
568 Blowfish_decipher(c, &l, &r);
618 Blowfish_decipher(c, &l, &r);
634 Blowfish_decipher(c, &l, &r);
/freebsd-current/crypto/openssh/
H A Dssh_namespace.h5 #define Blowfish_decipher Fssh_Blowfish_decipher macro

Completed in 331 milliseconds