Searched refs:BCRYPT_BLOCKS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/secure/lib/libcrypt/
H A Dcrypt-blowfish.c71 #define BCRYPT_BLOCKS 6 /* Ciphertext blocks */ macro
146 u_int8_t ciphertext[4 * BCRYPT_BLOCKS] = "OrpheanBeholderScryDoubt";
148 u_int32_t cdata[BCRYPT_BLOCKS];
230 for (i = 0; i < BCRYPT_BLOCKS; i++)
231 cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j);
235 blf_enc(&state, cdata, BCRYPT_BLOCKS / 2);
237 for (i = 0; i < BCRYPT_BLOCKS; i++) {
259 4 * BCRYPT_BLOCKS - 1);
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c61 #define BCRYPT_BLOCKS 8 macro
62 #define BCRYPT_HASHSIZE (BCRYPT_BLOCKS * 4)
70 uint32_t cdata[BCRYPT_BLOCKS];
85 for (i = 0; i < BCRYPT_BLOCKS; i++)
92 for (i = 0; i < BCRYPT_BLOCKS; i++) {

Completed in 123 milliseconds