Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dtls.h70 struct tls12_crypto_info_aes_gcm_128 { struct
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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()
H A Dktls_utils.h32 struct tls12_crypto_info_aes_gcm_128 crypto_info_128;
H A Dktls_txrx.c37 struct tls12_crypto_info_aes_gcm_128 *info = in fill_static_params()
H A 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/include/uapi/linux/
H A Dtls.h125 struct tls12_crypto_info_aes_gcm_128 { struct
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c20 struct tls12_crypto_info_aes_gcm_128 crypto_rx; in init_ktls_pairs()
21 struct tls12_crypto_info_aes_gcm_128 crypto_tx; in init_ktls_pairs()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c45 struct tls12_crypto_info_aes_gcm_128 *c = (void *)crypto_info; in fun_ktls_add()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c261 struct tls12_crypto_info_aes_gcm_128 *gcm_ctx_128 = in chtls_key_info()
262 (struct tls12_crypto_info_aes_gcm_128 *) in chtls_key_info()
H A Dchtls.h273 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
H A Dchtls_main.c532 sizeof(struct tls12_crypto_info_aes_gcm_128) in do_chtls_setsockopt()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A 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/include/net/
H A Dtls.h200 struct tls12_crypto_info_aes_gcm_128 aes_gcm_128;
/linux/Documentation/networking/
H A Dtls.rst42 struct tls12_crypto_info_aes_gcm_128 {
51 struct tls12_crypto_info_aes_gcm_128 crypto_info;
/linux/tools/testing/selftests/net/
H A Dtls.c34 struct tls12_crypto_info_aes_gcm_128 aes128;
60 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_128); in tls_crypto_info_init()
252 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
256 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
260 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
264 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
268 …Q(setsockopt(self->fd, SOL_TLS, TLS_TX, &tls12, sizeof(struct tls12_crypto_info_aes_gcm_128)), -1); in TEST_F()
/linux/net/tls/
H A Dtls_main.c103 CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128, "gcm(aes)", true),
113 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_128, tls12_crypto_info_aes_gcm_128);
H A Dtls_device.c1189 struct tls12_crypto_info_aes_gcm_128 *info; in tls_set_device_offload_rx()
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c261 struct tls12_crypto_info_aes_gcm_128 tls_tx = { in sockmap_init_ktls()
267 struct tls12_crypto_info_aes_gcm_128 tls_rx = { in sockmap_init_ktls()