Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/tools/include/uapi/linux/
Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v5.4/include/uapi/linux/
Dtls.h88 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.h47 struct tls12_crypto_info_aes_gcm_128 crypto_info;
Dktls.c41 tx_priv->crypto_info = *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add()
Dktls_tx.c27 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in fill_static_params_ctx()
241 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info; in tx_post_resync_params()
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_hw.c214 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx; in chtls_key_info()
220 gcm_ctx = (struct tls12_crypto_info_aes_gcm_128 *) in chtls_key_info()
Dchtls.h181 struct tls12_crypto_info_aes_gcm_128 crypto_info;
Dchtls_main.c519 sizeof(struct tls12_crypto_info_aes_gcm_128) in do_chtls_setsockopt()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/crypto/
Dtls.c268 struct tls12_crypto_info_aes_gcm_128 *tls_ci; in nfp_net_tls_add()
336 tls_ci = (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in nfp_net_tls_add()
/Linux-v5.4/Documentation/networking/
Dtls.rst40 struct tls12_crypto_info_aes_gcm_128 {
49 struct tls12_crypto_info_aes_gcm_128 crypto_info;
/Linux-v5.4/net/tls/
Dtls_main.c373 struct tls12_crypto_info_aes_gcm_128 * in do_tls_getsockopt_tx()
376 struct tls12_crypto_info_aes_gcm_128, in do_tls_getsockopt_tx()
509 optsize = sizeof(struct tls12_crypto_info_aes_gcm_128); in do_tls_setsockopt_conf()
Dtls_device_fallback.c455 key = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->key; in tls_sw_fallback_init()
Dtls_device.c927 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_device_offload()
930 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_device_offload()
Dtls_sw.c2209 struct tls12_crypto_info_aes_gcm_128 *gcm_128_info; in tls_set_sw_offload()
2275 iv = ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->iv; in tls_set_sw_offload()
2278 ((struct tls12_crypto_info_aes_gcm_128 *)crypto_info)->rec_seq; in tls_set_sw_offload()
2280 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in tls_set_sw_offload()
/Linux-v5.4/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.4/tools/testing/selftests/net/
Dtls.c110 struct tls12_crypto_info_aes_gcm_128 tls12; in FIXTURE_SETUP()
705 struct tls12_crypto_info_aes_gcm_128 tls12; in TEST_F()
1237 struct tls12_crypto_info_aes_gcm_128 tls12; in TEST()
/Linux-v5.4/include/net/
Dtls.h231 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_sockmap.c154 struct tls12_crypto_info_aes_gcm_128 tls_tx = { in sockmap_init_ktls()
160 struct tls12_crypto_info_aes_gcm_128 tls_rx = { in sockmap_init_ktls()