HomeSort by: relevance | last modified time | path
    Searched refs:Blowfish_expand0state (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
blf.h 62 * Blowfish_expand0state( state, key, keylen )
68 void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t);
bcrypt_pbkdf.c 83 Blowfish_expand0state(&state, sha2salt, shalen);
84 Blowfish_expand0state(&state, sha2pass, shalen);
blowfish.c 423 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)
510 Blowfish_expand0state(c, k, len);
  /src/lib/libcrypt/
bcrypt.c 278 Blowfish_expand0state(&state, (const u_int8_t *) key, key_len);
279 Blowfish_expand0state(&state, csalt, salt_len);
blowfish.c 404 Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes)

Completed in 32 milliseconds