Searched refs:rem_len (Results 1 – 6 of 6) sorted by relevance
691 CK_ULONG rem_len; in soft_aes_decrypt_common() local729 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()
697 CK_ULONG rem_len; in soft_des_decrypt_common() local735 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()
1666 int rem_len; in ehci_polled_fill_in_qtd() local1719 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()
2398 int rem_len; in ehci_fill_in_qtd() local2455 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()
2021 int rem_len; in uhci_get_tw_paddr_by_offs() local2065 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()
6082 int rem_len, i; in ohci_init_td() local6116 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()