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

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dblf.h65 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
H A Dblowfish.c99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) function
535 Blowfish_decipher(c, d, d + 1);
571 Blowfish_decipher(c, &l, &r);
621 Blowfish_decipher(c, &l, &r);
637 Blowfish_decipher(c, &l, &r);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h18 #define Blowfish_decipher Fssh_Blowfish_decipher macro

Completed in 126 milliseconds