Searched refs:Blowfish_decipher (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ |
D | blowfish.c | 99 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher() function 535 Blowfish_decipher(c, d, d + 1); in blf_dec() 571 Blowfish_decipher(c, &l, &r); in blf_ecb_decrypt() 621 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt() 637 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt()
|
D | blf.h | 65 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
|