Searched refs:crypto_params (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/mlx5/mlx5_en/ |
| H A D | mlx5_en_hw_tls.c | 55 CTASSERT(MLX5_ST_SZ_BYTES(sw_tls_cntx) <= sizeof(((struct mlx5e_tls_tag *)0)->crypto_params)); 117 memset(ptag->crypto_params, 0, sizeof(ptag->crypto_params)); in mlx5e_tls_tag_zfree() 217 MLX5_SET(sw_tls_cntx, ptag->crypto_params, progress.pd, ptag->tisn); in mlx5e_tls_work() 221 MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, key.key_data), in mlx5e_tls_work() 222 MLX5_GET(sw_tls_cntx, ptag->crypto_params, key.key_len), in mlx5e_tls_work() 229 MLX5_SET(sw_tls_cntx, ptag->crypto_params, param.dek_index, ptag->dek_index); in mlx5e_tls_work() 359 error = mlx5e_tls_set_params(ptag->crypto_params, en); in mlx5e_tls_snd_tag_alloc() 376 error = mlx5e_tls_set_params(ptag->crypto_params, en); in mlx5e_tls_snd_tag_alloc() 523 memcpy(wqe + 1, MLX5_ADDR_OF(sw_tls_cntx, ptag->crypto_params, param), in mlx5e_tls_send_static_parameters() 561 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 | 65 uint8_t crypto_params[128] __aligned(4); member
|