Searched refs:blf_enc (Results 1 – 8 of 8) sorted by relevance
| /freebsd/secure/lib/libcrypt/ |
| H A D | blowfish.h | 67 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
|
| H A D | blowfish.c | 472 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function
|
| H A D | crypt-blowfish.c | 232 blf_enc(&state, cdata, BCRYPT_BLOCKS / 2); in crypt_blowfish()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | blf.h | 71 void blf_enc(blf_ctx *, u_int32_t *, u_int16_t);
|
| H A D | blowfish.c | 512 blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) in blf_enc() function 675 blf_enc(&c, data, 5); 683 blf_enc(&c, data2, 1);
|
| H A D | bcrypt_pbkdf.c | 97 blf_enc(&state, cdata, BCRYPT_WORDS / 2); in bcrypt_hash()
|
| /freebsd/crypto/openssh/ |
| H A D | ssh_namespace.h | 78 #define blf_enc Fssh_blf_enc macro
|
| H A D | configure.ac | 2168 blf_enc \
|