Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dblowfish.c96 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher() function
532 Blowfish_decipher(c, d, d + 1); in blf_dec()
568 Blowfish_decipher(c, &l, &r); in blf_ecb_decrypt()
618 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt()
634 Blowfish_decipher(c, &l, &r); in blf_cbc_decrypt()
H A Dblf.h62 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
/freebsd/crypto/openssh/
H A Dssh_namespace.h5 #define Blowfish_decipher Fssh_Blowfish_decipher macro