Home
last modified time | relevance | path

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

/trueos/crypto/openssh/openbsd-compat/
HDbcrypt_pbkdf.c79 Blowfish_expand0state(&state, sha2salt, shalen); in bcrypt_hash()
80 Blowfish_expand0state(&state, sha2pass, shalen); in bcrypt_hash()
HDblf.h67 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
HDblowfish.c424 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() function
511 Blowfish_expand0state(c, k, len); in blf_key()
/trueos/secure/lib/libcrypt/
HDblowfish.h64 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
HDcrypt-blowfish.c224 Blowfish_expand0state(&state, (const u_int8_t *) key, key_len); in crypt_blowfish()
225 Blowfish_expand0state(&state, csalt, salt_len); in crypt_blowfish()
HDblowfish.c394 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) in Blowfish_expand0state() function
/trueos/crypto/openssh/
HDssh_namespace.h16 #define Blowfish_expand0state ssh_Blowfish_expand0state macro
HDconfig.h.in234 /* Define to 1 if you have the `Blowfish_expand0state' function. */
HDconfigure.ac1632 Blowfish_expand0state \
HDconfigure10349 Blowfish_expand0state \