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

/freebsd-10.1-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c41 * Some of the tricks in BF_ROUND might be inspired by Eric Young's
457 #define BF_ROUND(L, R, N) \ macro
476 #define BF_ROUND(L, R, N) \ macro
500 BF_ROUND(L, R, 0); \
501 BF_ROUND(R, L, 1); \
502 BF_ROUND(L, R, 2); \
503 BF_ROUND(R, L, 3); \
504 BF_ROUND(L, R, 4); \
505 BF_ROUND(R, L, 5); \
506 BF_ROUND(
[all...]

Completed in 46 milliseconds