Home
last modified time | relevance | path

Searched refs:len_bits (Results 1 – 2 of 2) 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, in bitrepeat() argument
566 BLOWFISH_ASSERT(CRYPTO_BITS2BYTES(len_bits) == len_bytes); in bitrepeat()
571 if (bitsleft >= len_bits) { in bitrepeat()
572 currentbits = len_bits; in bitrepeat()
587 bitsleft -= len_bits; in bitrepeat()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c46 uint8_t len_bits; in type_byte_size() local
48 len_bits = AMD_IOMMU_REG_GET8(&type8, AMD_IOMMU_ACPI_DEVENTRY_LEN); in type_byte_size()
50 switch (len_bits) { in type_byte_size()
61 amd_iommu_modname, len_bits); in type_byte_size()
62 return (len_bits); in type_byte_size()