Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c688 ulong_t pd_len; in kcf_copyin_ecdh1_param() local
704 pd_len = STRUCT_FGET(in_param, ulPublicDataLen); in kcf_copyin_ecdh1_param()
710 pd_len > kcf_param_copyin_max) { in kcf_copyin_ecdh1_param()
719 s2 = roundup(pd_len, sizeof (caddr_t)); in kcf_copyin_ecdh1_param()
743 if (copyin(uptr, pdp, pd_len) != 0) in kcf_copyin_ecdh1_param()
752 out_param->ulPublicDataLen = pd_len; in kcf_copyin_ecdh1_param()
/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()