Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c20 struct tls12_crypto_info_aes_gcm_128 *info = in mlx5_ktls_create_key()
21 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5_ktls_create_key()
Dktls_utils.h32 struct tls12_crypto_info_aes_gcm_128 crypto_info_128;
Dktls_txrx.c37 struct tls12_crypto_info_aes_gcm_128 *info = in fill_static_params()
Dktls_rx.c378 struct tls12_crypto_info_aes_gcm_128 *info = in resync_handle_seq_match()
627 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add_rx()
Dktls_tx.c475 *(struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in mlx5e_ktls_add_tx()
688 struct tls12_crypto_info_aes_gcm_128 *info = &priv_tx->crypto_info.crypto_info_128; in tx_post_resync_params()
/Linux-v6.6/tools/include/uapi/linux/
Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v6.6/include/uapi/linux/
Dtls.h125 struct tls12_crypto_info_aes_gcm_128 { struct
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dsetget_sockopt.c89 struct tls12_crypto_info_aes_gcm_128 aes128; in test_ktls()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c45 struct tls12_crypto_info_aes_gcm_128 *c = (void *)crypto_info; in fun_ktls_add()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c270 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx_128 = in chtls_key_info()
271 (struct tls12_crypto_info_aes_gcm_128 *) in chtls_key_info()
Dchtls.h274 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-v6.6/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-v6.6/tools/testing/selftests/net/
Dtls.c34 struct tls12_crypto_info_aes_gcm_128 aes128;
58 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_128); in tls_crypto_info_init()
250 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
254 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
258 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
262 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
266 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
/Linux-v6.6/Documentation/networking/
Dtls.rst40 struct tls12_crypto_info_aes_gcm_128 {
49 struct tls12_crypto_info_aes_gcm_128 crypto_info;
/Linux-v6.6/include/net/
Dtls.h203 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/Linux-v6.6/net/tls/
Dtls_main.c102 CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128, "gcm(aes)", true),
112 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128);
Dtls_device.c1212 struct tls12_crypto_info_aes_gcm_128 *info; in tls_set_device_offload_rx()
/Linux-v6.6/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-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c76 struct tls12_crypto_info_aes_gcm_128 *info_128_gcm; in chcr_ktls_save_keys()
84 (struct tls12_crypto_info_aes_gcm_128 *)crypto_info; in chcr_ktls_save_keys()