Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c371 size_t pt_len, total_decrypted_len, mac_len, pm_len, pd_len; in ccm_mode_decrypt_contiguous_blocks() local
398 pd_len = ctx->ccm_processed_data_len; in ccm_mode_decrypt_contiguous_blocks()
399 total_decrypted_len = pd_len + length + ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks()
416 size_t pt_part = pt_len - pd_len - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks()
/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.h327 uint32_t pd_len; member
H A Delxl.c322 PUT_PD(r, pd->pd_len, EX_FR_LAST); in elxl_reset_ring()
335 PUT_PD(r, pd->pd_len, EX_BUFSZ | EX_FR_LAST); in elxl_reset_ring()
1217 PUT_PD(r, pd->pd_len, len | EX_FR_LAST); in elxl_m_tx()
1801 PUT_PD(r, pd->pd_len, EX_BUFSZ | EX_FR_LAST); in elxl_intr()