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

  /src/lib/libcrypt/
blowfish.c 387 Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, u_int16_t *current)
419 temp = Blowfish_stream2word(key, keybytes, &j);
458 temp = Blowfish_stream2word(key, keybytes, &j);
466 datal ^= Blowfish_stream2word(data, databytes, &j);
467 datar ^= Blowfish_stream2word(data, databytes, &j);
476 datal ^= Blowfish_stream2word(data, databytes, &j);
477 datar ^= Blowfish_stream2word(data, databytes, &j);
bcrypt.c 288 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);

Completed in 61 milliseconds