HomeSort by: relevance | last modified time | path
    Searched refs:Blowfish_encipher (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
blf.h 65 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
blowfish.c 73 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
443 Blowfish_encipher(c, &datal, &datar);
451 Blowfish_encipher(c, &datal, &datar);
484 Blowfish_encipher(c, &datal, &datar);
494 Blowfish_encipher(c, &datal, &datar);
521 Blowfish_encipher(c, d, d + 1);
548 Blowfish_encipher(c, &l, &r);
594 Blowfish_encipher(c, &l, &r);
  /src/lib/libcrypt/
blowfish.c 77 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
424 Blowfish_encipher(c, &datal, &datar);
432 Blowfish_encipher(c, &datal, &datar);
465 Blowfish_encipher(c, &datal, &datar);
475 Blowfish_encipher(c, &datal, &datar);
492 Blowfish_encipher(c, d, d + 1);

Completed in 27 milliseconds