Searched refs:rem_len (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1312 size_t rem_len = ctx->gcm_remainder_len; in gcm_encrypt_final_avx() local 1319 if (out->cd_length < (rem_len + ctx->gcm_tag_len)) { in gcm_encrypt_final_avx() 1325 if (rem_len > 0) { in gcm_encrypt_final_avx() 1330 bzero(remainder + rem_len, block_size - rem_len); in gcm_encrypt_final_avx() 1331 for (int i = 0; i < rem_len; i++) { in gcm_encrypt_final_avx() 1335 ctx->gcm_processed_data_len += rem_len; in gcm_encrypt_final_avx() 1349 if (rem_len > 0) { in gcm_encrypt_final_avx() 1350 rv = crypto_put_output_data(remainder, out, rem_len); in gcm_encrypt_final_avx() 1354 out->cd_offset += rem_len; in gcm_encrypt_final_avx()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 836 uint32_t rem_len = len - seg_len; in mprq_buf_to_pkt() local 841 while (rem_len) { in mprq_buf_to_pkt() 850 seg_len = RTE_MIN(rem_len, (uint32_t) in mprq_buf_to_pkt() 856 rem_len -= seg_len; in mprq_buf_to_pkt()
|
| /f-stack/dpdk/drivers/net/szedata2/ |
| H A D | rte_eth_szedata2.c | 698 uint32_t rem_len; in eth_szedata2_tx() local 736 rem_len = 0; in eth_szedata2_tx() 803 rem_len = hwpkt_len - lock_size; in eth_szedata2_tx() 876 dst = ((uint8_t *)dst) + rem_len; in eth_szedata2_tx() 878 lock_size = lock_size2 - rem_len; in eth_szedata2_tx()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 302 u32 *rem_len) in client_put_rxpacket() argument 326 *rem_len = mbuf->buf_len; in client_put_rxpacket()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 3463 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_find_cmsg() local 3473 rem_len = tot_len - off; in sctp_find_cmsg() 3474 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_find_cmsg() 3483 if ((cmh.cmsg_len > INT_MAX) || ((int)cmh.cmsg_len > rem_len)) { in sctp_find_cmsg() 3568 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_process_cmsgs_for_init() local 3572 rem_len = tot_len - off; in sctp_process_cmsgs_for_init() 3573 if (rem_len < (int)CMSG_ALIGN(sizeof(cmh))) { in sctp_process_cmsgs_for_init() 3584 if ((cmh.cmsg_len > INT_MAX) || ((int)cmh.cmsg_len > rem_len)) { in sctp_process_cmsgs_for_init() 3739 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_findassociation_cmsgs() local 3743 rem_len = tot_len - off; in sctp_findassociation_cmsgs() [all …]
|