Home
last modified time | relevance | path

Searched refs:tls12_crypto_info_aes_gcm_128 (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/accel/
Dtls.c97 struct tls12_crypto_info_aes_gcm_128 *info = in mlx5_ktls_create_key()
98 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5_ktls_create_key()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_txrx.c24 struct tls12_crypto_info_aes_gcm_128 *info, in fill_static_params()
57 struct tls12_crypto_info_aes_gcm_128 *info, in mlx5e_ktls_build_static_params()
Dktls_tx.c52 struct tls12_crypto_info_aes_gcm_128 crypto_info;
104 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add_tx()
283 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in tx_post_resync_params()
Dktls_utils.h76 struct tls12_crypto_info_aes_gcm_128 *info,
Dktls_rx.c46 struct tls12_crypto_info_aes_gcm_128 crypto_info;
354 struct tls12_crypto_info_aes_gcm_128 *info = &priv_rx->crypto_info; in resync_handle_seq_match()
588 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add_rx()
/Linux-v5.10/tools/include/uapi/linux/
Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v5.10/include/uapi/linux/
Dtls.h88 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c229 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx_128 = in chtls_key_info()
230 (struct tls12_crypto_info_aes_gcm_128 *) in chtls_key_info()
Dchtls.h271 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
Dchtls_main.c531 sizeof(struct tls12_crypto_info_aes_gcm_128) in do_chtls_setsockopt()
/Linux-v5.10/net/tls/
Dtls_main.c377 struct tls12_crypto_info_aes_gcm_128 * in do_tls_getsockopt_conf()
380 struct tls12_crypto_info_aes_gcm_128, in do_tls_getsockopt_conf()
515 optsize = sizeof(struct tls12_crypto_info_aes_gcm_128); in do_tls_setsockopt_conf()
Dtls_device.c1040 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_device_offload()
1043 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_device_offload()
1175 struct tls12_crypto_info_aes_gcm_128 *info; in tls_set_device_offload_rx()
Dtls_device_fallback.c455 key = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->key; in tls_sw_fallback_init()
Dtls_sw.c2296 struct tls12_crypto_info_aes_gcm_128 *gcm_128_info; in tls_set_sw_offload()
2364 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_sw_offload()
2367 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_sw_offload()
2369 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in tls_set_sw_offload()
/Linux-v5.10/Documentation/networking/
Dtls.rst40 struct tls12_crypto_info_aes_gcm_128 {
49 struct tls12_crypto_info_aes_gcm_128 crypto_info;
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dtls.c514 struct tls12_crypto_info_aes_gcm_128 *crypto_info = in mlx5_fpga_tls_set_aes_gcm128_ctx()
515 (struct tls12_crypto_info_aes_gcm_128 *)info; in mlx5_fpga_tls_set_aes_gcm128_ctx()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/crypto/
Dtls.c269 struct tls12_crypto_info_aes_gcm_128 *tls_ci; in nfp_net_tls_add()
337 tls_ci = (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in nfp_net_tls_add()
/Linux-v5.10/include/net/
Dtls.h218 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/Linux-v5.10/tools/testing/selftests/net/
Dtls.c121 struct tls12_crypto_info_aes_gcm_128 tls12; in FIXTURE_SETUP()
806 struct tls12_crypto_info_aes_gcm_128 tls12; in TEST_F()
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c254 struct tls12_crypto_info_aes_gcm_128 tls_tx = { in sockmap_init_ktls()
260 struct tls12_crypto_info_aes_gcm_128 tls_rx = { in sockmap_init_ktls()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c75 struct tls12_crypto_info_aes_gcm_128 *info_128_gcm; in chcr_ktls_save_keys()
83 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in chcr_ktls_save_keys()