Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A 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()
H A Dktls_utils.h33 struct tls12_crypto_info_aes_gcm_256 crypto_info_256;
H A Dktls_txrx.c44 struct tls12_crypto_info_aes_gcm_256 *info = in fill_static_params()
H A Dktls_rx.c386 struct tls12_crypto_info_aes_gcm_256 *info = in resync_handle_seq_match()
629 *(struct tls12_crypto_info_aes_gcm_256 *)crypto_info; in mlx5e_ktls_add_rx()
H A 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/include/uapi/linux/
H A Dtls.h133 struct tls12_crypto_info_aes_gcm_256 { struct
/linux/net/tls/
H A Dtls_main.c104 CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256, "gcm(aes)", true),
114 CHECK_CIPHER_DESC(TLS_CIPHER_AES_GCM_256, tls12_crypto_info_aes_gcm_256);
/linux/tools/testing/selftests/net/
H A Dtls.c39 struct tls12_crypto_info_aes_gcm_256 aesgcm256;
80 tls12->len = sizeof(struct tls12_crypto_info_aes_gcm_256); in tls_crypto_info_init()
2774 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
2826 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
2851 struct tls12_crypto_info_aes_gcm_256 tls12; in TEST()
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c549 sizeof(struct tls12_crypto_info_aes_gcm_256) in do_chtls_setsockopt()