Home
last modified time | relevance | path

Searched refs:tls12_crypto_info_aes_gcm_256 (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c28 struct tls12_crypto_info_aes_gcm_256 *info = in mlx5_ktls_create_key()
29 (struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5_ktls_create_key()
Dktls_utils.h33 struct tls12_crypto_info_aes_gcm_256 crypto_info_256;
Dktls_txrx.c44 struct tls12_crypto_info_aes_gcm_256 *info = in fill_static_params()
Dktls_rx.c386 struct tls12_crypto_info_aes_gcm_256 *info = in resync_handle_seq_match()
631 *(struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5e_ktls_add_rx()
Dktls_tx.c479 *(struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5e_ktls_add_tx()
695 struct tls12_crypto_info_aes_gcm_256 *info = &priv_tx->crypto_info.crypto_info_256; in tx_post_resync_params()
/Linux-v6.6/include/uapi/linux/
Dtls.h133 struct tls12_crypto_info_aes_gcm_256 { struct
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_hw.c283 struct tls12_crypto_info_aes_gcm_256 *gcm_ctx_256 = in chtls_key_info()
284 (struct tls12_crypto_info_aes_gcm_256 *) in chtls_key_info()
Dchtls.h275 struct tls12_crypto_info_aes_gcm_256 aes_gcm_256;
Dchtls_main.c548 sizeof(struct tls12_crypto_info_aes_gcm_256) in do_chtls_setsockopt()
/Linux-v6.6/include/net/
Dtls.h204 struct tls12_crypto_info_aes_gcm_256 aes_gcm_256;
/Linux-v6.6/tools/testing/selftests/net/
Dtls.c39 struct tls12_crypto_info_aes_gcm_256 aesgcm256;
78 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_256); in tls_crypto_info_init()
1876 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
1928 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
1953 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
/Linux-v6.6/net/tls/
Dtls_main.c103 CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256, "gcm(aes)", true),
113 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256);