Searched refs:Blowfish_expand0state (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 87 Blowfish_expand0state(&state, sha2salt, shalen); in bcrypt_hash() 88 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()
|
H A D | blf.h | 64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
|
H A D | blowfish.c | 421 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() function 508 Blowfish_expand0state(c, k, len); in blf_key()
|
/freebsd/secure/lib/libcrypt/ |
H A D | blowfish.h | 62 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
|
H A D | crypt-blowfish.c | 221 Blowfish_expand0state(&state, (const u_int8_t *) key, key_len); in crypt_blowfish() 222 Blowfish_expand0state(&state, csalt, salt_len); in crypt_blowfish()
|
H A D | blowfish.c | 392 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() function
|
/freebsd/crypto/openssh/ |
H A D | ssh_namespace.h | 7 #define Blowfish_expand0state Fssh_Blowfish_expand0state macro
|
H A D | configure.ac | 1941 Blowfish_expand0state \
|