Home
last modified time | relevance | path

Searched refs:Blowfish_expand0state (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c87 Blowfish_expand0state(&state, sha2salt, shalen); in bcrypt_hash()
88 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()
H A Dblf.h64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
H A Dblowfish.c421 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 Dblowfish.h62 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
H A Dcrypt-blowfish.c221 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 Dblowfish.c392 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() function
/freebsd/crypto/openssh/
H A Dssh_namespace.h7 #define Blowfish_expand0state Fssh_Blowfish_expand0state macro
H A Dconfigure.ac1941 Blowfish_expand0state \