Searched refs:crypto_params (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_hw_tls_rx.c | 64 …SERT(MLX5_ST_SZ_BYTES(sw_tls_rx_cntx) <= sizeof(((struct mlx5e_tls_rx_tag *)NULL)->crypto_params)); 167 memcpy(wqe + 1, MLX5_ADDR_OF(sw_tls_rx_cntx, ptag->crypto_params, param), in mlx5e_tls_rx_send_static_parameters() 234 memcpy(&wqe->psv, MLX5_ADDR_OF(sw_tls_rx_cntx, ptag->crypto_params, progress), in mlx5e_tls_rx_send_progress_parameters_sync() 308 MLX5_SET64(sw_tls_rx_cntx, ptag->crypto_params, in mlx5e_tls_rx_receive_progress_parameters_cb() 310 MLX5_SET(sw_tls_rx_cntx, ptag->crypto_params, in mlx5e_tls_rx_receive_progress_parameters_cb() 442 memset(ptag->crypto_params, 0, sizeof(ptag->crypto_params)); in mlx5e_tls_rx_tag_zfree() 552 MLX5_SET(sw_tls_rx_cntx, ptag->crypto_params, progress.pd, ptag->tirn); in mlx5e_tls_rx_work() 557 MLX5_ADDR_OF(sw_tls_rx_cntx, ptag->crypto_params, key.key_data), in mlx5e_tls_rx_work() 558 MLX5_GET(sw_tls_rx_cntx, ptag->crypto_params, key.key_len), in mlx5e_tls_rx_work() 565 MLX5_SET(sw_tls_rx_cntx, ptag->crypto_params, param.dek_index, ptag->dek_index); in mlx5e_tls_rx_work() [all …]
|
H A D | mlx5_en_hw_tls.c | 75 CTASSERT(MLX5_ST_SZ_BYTES(sw_tls_cntx) <= sizeof(((struct mlx5e_tls_tag *)0)->crypto_params)); 176 memset(ptag->crypto_params, 0, sizeof(ptag->crypto_params)); in mlx5e_tls_tag_zfree() 307 MLX5_SET(sw_tls_cntx, ptag->crypto_params, progress.pd, ptag->tisn); in mlx5e_tls_st_init() 312 MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, key.key_data), in mlx5e_tls_st_init() 313 MLX5_GET(sw_tls_cntx, ptag->crypto_params, key.key_len), in mlx5e_tls_st_init() 320 MLX5_SET(sw_tls_cntx, ptag->crypto_params, param.dek_index, ptag->dek_index); in mlx5e_tls_st_init() 451 error = mlx5e_tls_set_params(ptag->crypto_params, en); in mlx5e_tls_snd_tag_alloc() 468 error = mlx5e_tls_set_params(ptag->crypto_params, en); in mlx5e_tls_snd_tag_alloc() 597 memcpy(wqe + 1, MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, param), in mlx5e_tls_send_static_parameters() 635 memcpy(&wqe->psv, MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, progress), in mlx5e_tls_send_progress_parameters() [all …]
|
H A D | en_hw_tls.h | 63 uint8_t crypto_params[128] __aligned(4); member
|
H A D | en_hw_tls_rx.h | 105 uint8_t crypto_params[128] __aligned(4); member
|