Searched refs:Blowfish_expand0state (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/secure/lib/libcrypt/
H A Dblowfish.h60 * Blowfish_expand0state( state, key, keylen )
64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
H A Dcrypt-blowfish.c224 Blowfish_expand0state(&state, (const u_int8_t *) key, key_len);
225 Blowfish_expand0state(&state, csalt, salt_len);
H A Dblowfish.c394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) function
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dblf.h61 * Blowfish_expand0state( state, key, keylen )
67 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
H A Dbcrypt_pbkdf.c84 Blowfish_expand0state(&state, sha2salt, shalen);
85 Blowfish_expand0state(&state, sha2pass, shalen);
H A Dblowfish.c424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) function
511 Blowfish_expand0state(c, k, len);
/freebsd-10-stable/crypto/openssh/
H A Dssh_namespace.h20 #define Blowfish_expand0state Fssh_Blowfish_expand0state macro

Completed in 116 milliseconds