Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c577 int LastByte, PadOnePosition; in EdonRFinal() local
586 hashState256(state)->LastPart[LastByte] = in EdonRFinal()
587 (hashState256(state)->LastPart[LastByte] in EdonRFinal()
595 LastByte + 1, 0x00, in EdonRFinal()
596 EdonR256_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
605 LastByte + 1, 0x00, in EdonRFinal()
625 hashState512(state)->LastPart[LastByte] = in EdonRFinal()
626 (hashState512(state)->LastPart[LastByte] in EdonRFinal()
634 LastByte + 1, 0x00, in EdonRFinal()
635 EdonR512_BLOCK_SIZE - LastByte - 9); in EdonRFinal()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsservice.h313 baseaddr_t LastByte; /* last byte in host space */ member
326 baseaddr_t LastByte; /* last byte in host space */ member
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c4257 io->LastByte = (baseaddr_t)IOMEM_LAST; in pcic_inquire_window()
4270 mem->LastByte = (baseaddr_t)MEM_LAST; in pcic_inquire_window()