Searched refs:Blowfish_encipher (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | blowfish.c | 74 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()
|
D | blf.h | 64 void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *);
|