Home
last modified time | relevance | path

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

/titanic_41/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, in bitrepeat() argument
566 BLOWFISH_ASSERT(CRYPTO_BITS2BYTES(len_bits) == len_bytes); in bitrepeat()
574 for (i = 0; i < len_bytes; i++) { in bitrepeat()
591 for (i = 0; i < len_bytes && bitsleft != 0; i++) { in bitrepeat()