Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dblowfish.c74 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() function
444 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
452 Blowfish_encipher(c, &datal, &datar); in Blowfish_expand0state()
485 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
495 Blowfish_encipher(c, &datal, &datar); in Blowfish_expandstate()
522 Blowfish_encipher(c, d, d + 1); in blf_enc()
549 Blowfish_encipher(c, &l, &r); in blf_ecb_encrypt()
595 Blowfish_encipher(c, &l, &r); in blf_cbc_encrypt()
Dblf.h64 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);