Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c691 CK_ULONG rem_len; in soft_aes_decrypt_common() local
729 AES_BLOCK_LEN, &rem_len); in soft_aes_decrypt_common()
731 if (rem_len != 0) in soft_aes_decrypt_common()
733 last_block, rem_len); in soft_aes_decrypt_common()
734 *pulDataLen = out_len + rem_len; in soft_aes_decrypt_common()
H A DsoftDESCrypt.c697 CK_ULONG rem_len; in soft_des_decrypt_common() local
735 DES_BLOCK_LEN, &rem_len); in soft_des_decrypt_common()
737 if (rem_len != 0) in soft_des_decrypt_common()
739 last_block, rem_len); in soft_des_decrypt_common()
740 *pulDataLen = out_len + rem_len; in soft_des_decrypt_common()
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1666 int rem_len; in ehci_polled_fill_in_qtd() local
1719 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_polled_fill_in_qtd()
1729 ASSERT(buf_len <= rem_len); in ehci_polled_fill_in_qtd()
1732 ASSERT(rem_len >= EHCI_MAX_QTD_BUF_SIZE); in ehci_polled_fill_in_qtd()
H A Dehci_xfer.c2398 int rem_len; in ehci_fill_in_qtd() local
2455 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ehci_fill_in_qtd()
2470 ASSERT(buf_len <= rem_len); in ehci_fill_in_qtd()
2473 ASSERT(rem_len >= EHCI_MAX_QTD_BUF_SIZE); in ehci_fill_in_qtd()
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2021 int rem_len; in uhci_get_tw_paddr_by_offs() local
2065 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in uhci_get_tw_paddr_by_offs()
2069 ASSERT(length <= rem_len); in uhci_get_tw_paddr_by_offs()
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c6082 int rem_len, i; in ohci_init_td() local
6116 rem_len = (tw->tw_dma_offs + tw->tw_cookie.dmac_size) - in ohci_init_td()
6134 ASSERT(buf_len <= rem_len); in ohci_init_td()
6139 ASSERT(rem_len >= OHCI_MAX_TD_BUF_SIZE); in ohci_init_td()