Searched refs:Blowfish_decipher (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | blowfish.c | 96 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 D | blf.h | 62 void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *);
|
/freebsd/crypto/openssh/ |
H A D | ssh_namespace.h | 5 #define Blowfish_decipher Fssh_Blowfish_decipher macro
|