Searched refs:Blowfish_encipher (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dblf.h64 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
H A Dblowfish.c74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) function
444 Blowfish_encipher(c, &datal, &datar);
452 Blowfish_encipher(c, &datal, &datar);
485 Blowfish_encipher(c, &datal, &datar);
495 Blowfish_encipher(c, &datal, &datar);
522 Blowfish_encipher(c, d, d + 1);
549 Blowfish_encipher(c, &l, &r);
595 Blowfish_encipher(c, &l, &r);
/freebsd-10-stable/secure/lib/libcrypt/
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) function
414 Blowfish_encipher(c, &datal, &datar);
422 Blowfish_encipher(c, &datal, &datar);
454 Blowfish_encipher(c, &datal, &datar);
464 Blowfish_encipher(c, &datal, &datar);
481 Blowfish_encipher(c, d, d + 1);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h19 #define Blowfish_encipher Fssh_Blowfish_encipher macro

Completed in 110 milliseconds