Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dblowfish.c99 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()
Dblf.h65 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);