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

  /src/crypto/external/bsd/openssh/dist/
blf.h 85 u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *);
blowfish.c 402 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes,
435 temp = Blowfish_stream2word(key, keybytes, &j);
474 temp = Blowfish_stream2word(key, keybytes, &j);
482 datal ^= Blowfish_stream2word(data, databytes, &j);
483 datar ^= Blowfish_stream2word(data, databytes, &j);
492 datal ^= Blowfish_stream2word(data, databytes, &j);
493 datar ^= Blowfish_stream2word(data, databytes, &j);
bcrypt_pbkdf.c 90 cdata[i] = Blowfish_stream2word(ciphertext, sizeof(ciphertext),
  /src/lib/libcrypt/
blowfish.c 384 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current)
416 temp = Blowfish_stream2word(key, keybytes, &j);
455 temp = Blowfish_stream2word(key, keybytes, &j);
463 datal ^= Blowfish_stream2word(data, databytes, &j);
464 datar ^= Blowfish_stream2word(data, databytes, &j);
473 datal ^= Blowfish_stream2word(data, databytes, &j);
474 datar ^= Blowfish_stream2word(data, databytes, &j);
bcrypt.c 285 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);

Completed in 27 milliseconds