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

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c557 bitrepeat(uint8_t *pattern, uint_t len_bytes, uint_t len_bits, uint8_t *dst, argument
566 BLOWFISH_ASSERT(CRYPTO_BITS2BYTES(len_bits) == len_bytes);
574 for (i = 0; i < len_bytes; i++) {
591 for (i = 0; i < len_bytes && bitsleft != 0; i++) {

Completed in 66 milliseconds