Home
last modified time | relevance | path

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

/freebsd-head/secure/lib/libcrypt/
HDblowfish.c64 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() function
412 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
420 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
452 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
462 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
479 Blowfish_encipher(c, d, d + 1); in blf_enc()
/freebsd-head/crypto/openssh/openbsd-compat/
HDblowfish.c71 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() function
441 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
449 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
482 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
492 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
519 Blowfish_encipher(c, d, d + 1); in blf_enc()
546 Blowfish_encipher(c, &l, &r); in blf_ecb_encrypt()
592 Blowfish_encipher(c, &l, &r); in blf_cbc_encrypt()
HDblf.h61 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
/freebsd-head/crypto/openssh/
HDssh_namespace.h6 #define Blowfish_encipher Fssh_Blowfish_encipher macro