Searched refs:rcd_sn (Results 1 – 7 of 7) sorted by relevance
/linux/net/tls/ |
H A D | tls_device_fallback.c | 53 char *iv, __be64 rcd_sn, in tls_enc_record() argument 85 tls_make_aad(aad, len - cipher_desc->tag, (char *)&rcd_sn, buf[0], prot); in tls_enc_record() 150 u64 rcd_sn, int len, struct tls_prot_info *prot) in tls_enc_records() argument 160 cpu_to_be64(rcd_sn), &in, &out, &len, prot); in tls_enc_records() 161 rcd_sn++; in tls_enc_records() 238 u64 *rcd_sn, in fill_sg_in() argument 251 record = tls_get_record(ctx, tcp_seq, rcd_sn); in fill_sg_in() 321 s32 sync_size, u64 rcd_sn) in tls_enc_skb() argument 361 rcd_sn, sync_size + payload_len, in tls_enc_skb() 394 u64 rcd_sn; in tls_sw_fallback() local [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls.c | 79 struct sock *sk, u32 seq, u8 *rcd_sn, in mlx5e_ktls_resync() argument 85 mlx5e_ktls_rx_resync(netdev, sk, seq, rcd_sn); in mlx5e_ktls_resync()
|
H A D | ktls_tx.c | 609 u64 rcd_sn; member 633 record = tls_get_record(tx_ctx, tcp_seq, &info->rcd_sn); in tx_sync_info_get() 679 u64 rcd_sn) in tx_post_resync_params() argument 681 __be64 rn_be = cpu_to_be64(rcd_sn); in tx_post_resync_params() 789 tx_post_resync_params(sq, priv_tx, info.rcd_sn); in mlx5e_ktls_tx_handle_ooo()
|
H A D | ktls_utils.h | 28 void mlx5e_ktls_rx_resync(struct net_device *netdev, struct sock *sk, u32 seq, u8 *rcd_sn);
|
H A D | ktls_rx.c | 539 u32 seq, u8 *rcd_sn) in mlx5e_ktls_rx_resync() argument 551 resync->sw_rcd_sn_be = *(__be64 *)rcd_sn; in mlx5e_ktls_rx_resync()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ktls.c | 96 u8 *rcd_sn, enum tls_offload_ctx_dir direction) in fun_ktls_resync() argument 117 memcpy(req.record_seq, rcd_sn, sizeof(req.record_seq)); in fun_ktls_resync()
|
/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 424 u8 *rcd_sn, enum tls_offload_ctx_dir direction) in nfp_net_tls_resync() argument 446 memcpy(req->rec_no, rcd_sn, sizeof(req->rec_no)); in nfp_net_tls_resync()
|