Searched refs:blf_dec (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | blowfish.c | 525 blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_dec() function 676 blf_dec(&c, data, 1); 677 blf_dec(&c, data + 2, 4); 686 blf_dec(&c, data2, 1);
|
| H A D | blf.h | 72 void blf_dec(blf_ctx *, u_int32_t *, u_int16_t);
|
| /freebsd/crypto/openssh/ |
| H A D | ssh_namespace.h | 75 #define blf_dec Fssh_blf_dec macro
|