Home
last modified time | relevance | path

Searched refs:BLOWFISH_ASSERT (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c44 #define BLOWFISH_ASSERT(x) ASSERT(x) macro
50 #define BLOWFISH_ASSERT(x) macro
566 BLOWFISH_ASSERT(CRYPTO_BITS2BYTES(len_bits) == len_bytes); in bitrepeat()